# 9/27/07 1:08:12 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/DeployTomcatResources.java (at line 92) Collection values = new ArrayList(); ^^^^^^^^^^ The type Collection is not generic; it cannot be parameterized with arguments ---------- 2. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/DeployTomcatResources.java (at line 92) Collection values = new ArrayList(); ^^^^^^^^^ The type ArrayList is not generic; it cannot be parameterized with arguments ---------- ---------- 3. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 22) import org.eclipse.stp.soas.deploy.core.IPhysicalPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPhysicalPackage cannot be resolved ---------- 4. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 23) import org.eclipse.stp.soas.deploy.core.PhysicalPackageBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.PhysicalPackageBase cannot be resolved ---------- 5. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 24) import org.eclipse.stp.soas.deploy.core.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.Version cannot be resolved ---------- 6. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 26) public class WarDeployFilePackage extends PhysicalPackageBase implements ^^^^^^^^^^^^^^^^^^^ PhysicalPackageBase cannot be resolved to a type ---------- 7. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 27) IPhysicalPackage { ^^^^^^^^^^^^^^^^ IPhysicalPackage cannot be resolved to a type ---------- 8. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 29) @Override ^^^^^^^^ Override cannot be resolved to a type ---------- 9. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 30) protected Version getServerVersion() { ^^^^^^^ Version cannot be resolved to a type ---------- 10. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackage.java (at line 31) return new Version(5, 5, 0, new String()); ^^^^^^^ Version cannot be resolved to a type ---------- ---------- 11. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 47) import org.eclipse.stp.sc.common.internal.model.RuntimeCore; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.common.internal.model.RuntimeCore cannot be resolved ---------- 12. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 48) import org.eclipse.stp.sc.common.utils.CXFUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.common.utils.CXFUtil cannot be resolved ---------- 13. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 49) import org.eclipse.stp.sc.common.utils.JDTUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.common.utils.JDTUtils cannot be resolved ---------- 14. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 50) import org.eclipse.stp.sc.jaxws.ScJaxWsResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.jaxws.ScJaxWsResources cannot be resolved ---------- 15. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 51) import org.eclipse.stp.sc.jaxws.deploy.DeployException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.jaxws.deploy.DeployException cannot be resolved ---------- 16. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 52) import org.eclipse.stp.sc.jaxws.utils.PackageHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.jaxws.utils.PackageHelper cannot be resolved ---------- 17. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 53) import org.eclipse.stp.sc.jaxws.utils.ScJDTUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.jaxws.utils.ScJDTUtils cannot be resolved ---------- 18. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 54) import org.eclipse.stp.sc.jaxws.workspace.JaxWsWorkspaceManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.jaxws.workspace.JaxWsWorkspaceManager cannot be resolved ---------- 19. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 55) import org.eclipse.stp.sc.jaxws.wsdl.WsdlUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.jaxws.wsdl.WsdlUtils cannot be resolved ---------- 20. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 56) import org.eclipse.stp.soas.deploy.core.ILogicalPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.ILogicalPackage cannot be resolved ---------- 21. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 57) import org.eclipse.stp.soas.deploy.core.IPackageConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPackageConfiguration cannot be resolved ---------- 22. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 58) import org.eclipse.stp.soas.deploy.core.IPackageConstructor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPackageConstructor cannot be resolved ---------- 23. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 59) import org.eclipse.stp.soas.deploy.core.IPackageCreationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPackageCreationContext cannot be resolved ---------- 24. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 60) import org.eclipse.stp.soas.deploy.core.IPackageOutputDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPackageOutputDescriptor cannot be resolved ---------- 25. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 61) import org.eclipse.stp.soas.deploy.core.IServerType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IServerType cannot be resolved ---------- 26. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 62) import org.eclipse.stp.soas.deploy.core.ServerType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.ServerType cannot be resolved ---------- 27. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 63) import org.eclipse.stp.soas.deploy.core.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.Version cannot be resolved ---------- 28. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 64) import org.eclipse.stp.soas.deploy.core.utils.DeploymentUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.utils.DeploymentUtil cannot be resolved ---------- 29. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 66) public class WarDeployFilePackageConstructor implements IPackageConstructor { ^^^^^^^^^^^^^^^^^^^ IPackageConstructor cannot be resolved to a type ---------- 30. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 71) private PackageHelper pkgHelper; ^^^^^^^^^^^^^ PackageHelper cannot be resolved to a type ---------- 31. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 73) public IPackageOutputDescriptor createPackage(ILogicalPackage pkg, ^^^^^^^^^^^^^^^^^^^^^^^^ IPackageOutputDescriptor cannot be resolved to a type ---------- 32. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 73) public IPackageOutputDescriptor createPackage(ILogicalPackage pkg, ^^^^^^^^^^^^^^^ ILogicalPackage cannot be resolved to a type ---------- 33. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 74) IPackageCreationContext context, IPackageConfiguration configuration) ^^^^^^^^^^^^^^^^^^^^^^^ IPackageCreationContext cannot be resolved to a type ---------- 34. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 74) IPackageCreationContext context, IPackageConfiguration configuration) ^^^^^^^^^^^^^^^^^^^^^ IPackageConfiguration cannot be resolved to a type ---------- 35. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 83) IContainer container = JaxWsWorkspaceManager.getWSDLFolder(project); ^^^^^^^^^^^^^^^^^^^^^ JaxWsWorkspaceManager cannot be resolved ---------- 36. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 84) IFile webXmlFile = ScJDTUtils.getFileFromContainer(container, "web.xml"); ^^^^^^^^^^ ScJDTUtils cannot be resolved ---------- 37. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 87) IPath path = RuntimeCore.getInstallPath(project); ^^^^^^^^^^^ RuntimeCore cannot be resolved ---------- 38. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 91) JaxWsWorkspaceManager.copyFile(webXmlFilePath, ^^^^^^^^^^^^^^^^^^^^^ JaxWsWorkspaceManager cannot be resolved ---------- 39. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 93) JaxWsWorkspaceManager.COPY_NO_OVERWRITE, ^^^^^^^^^^^^^^^^^^^^^ JaxWsWorkspaceManager cannot be resolved ---------- 40. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 104) pkgHelper = new PackageHelper(wsdlFile, WAR_FILE_EXTENSION); ^^^^^^^^^ pkgHelper cannot be resolved ---------- 41. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 104) pkgHelper = new PackageHelper(wsdlFile, WAR_FILE_EXTENSION); ^^^^^^^^^^^^^ PackageHelper cannot be resolved to a type ---------- 42. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 109) pkgHelper.startToPackage((IFolder)folder); ^^^^^^^^^ pkgHelper cannot be resolved ---------- 43. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 111) pkgHelper.stopPackage(); ^^^^^^^^^ pkgHelper cannot be resolved ---------- 44. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 116) IServerType ist = DeploymentUtil.convertWTPServerTypeToSTPServerType(context.getTarget().getServerType()); ^^^^^^^^^^^ IServerType cannot be resolved to a type ---------- 45. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 116) IServerType ist = DeploymentUtil.convertWTPServerTypeToSTPServerType(context.getTarget().getServerType()); ^^^^^^^^^^^^^^ DeploymentUtil cannot be resolved ---------- 46. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 117) return new WarPackageOutputDescriptor(pkgHelper.getPackageFile(), ^^^^^^^^^ pkgHelper cannot be resolved ---------- 47. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 118) pkg.getTechnologyType(), ist, pkgHelper ^^^^^^^^^ pkgHelper cannot be resolved ---------- 48. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 119) .getPackageFile().getPath(), pkgHelper.getPackageFile() ^^^^^^^^^ pkgHelper cannot be resolved ---------- 49. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 126) ScJaxWsResources ^^^^^^^^^^^^^^^^ ScJaxWsResources cannot be resolved ---------- 50. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 140) throws DeployException { ^^^^^^^^^^^^^^^ DeployException cannot be resolved to a type ---------- 51. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 143) Definition wsdlDef = WsdlUtils.readWSDL(wsdlFileName); ^^^^^^^^^ WsdlUtils cannot be resolved ---------- 52. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 144) List descList = new LinkedList(); ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 53. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 144) List descList = new LinkedList(); ^^^^^^^^^^ The type LinkedList is not generic; it cannot be parameterized with arguments ---------- 54. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 157) IFile configFile = JaxWsWorkspaceManager.getServletConfigFile(proj); ^^^^^^^^^^^^^^^^^^^^^ JaxWsWorkspaceManager cannot be resolved ---------- 55. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 161) throw new DeployException("Wsdl parsing error during generate servlet config:" + wsdlE.toString(), ^^^^^^^^^^^^^^^ DeployException cannot be resolved to a type ---------- 56. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 165) throw new DeployException("Error during generate servlet config:" + coreE.toString(), coreE); ^^^^^^^^^^^^^^^ DeployException cannot be resolved to a type ---------- 57. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 181) desc.setWsdlPath(JaxWsWorkspaceManager.WEB_INF_DIR + "/" ^^^^^^^^^^^^^^^^^^^^^ JaxWsWorkspaceManager cannot be resolved ---------- 58. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 182) + JaxWsWorkspaceManager.WEB_WSDL_DIR + "/" + wsdlFile.getName()); ^^^^^^^^^^^^^^^^^^^^^ JaxWsWorkspaceManager cannot be resolved ---------- 59. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 201) String packageName = CXFUtil.getPackageName(portType.getQName().getNamespaceURI()); ^^^^^^^ CXFUtil cannot be resolved ---------- 60. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 201) String packageName = CXFUtil.getPackageName(portType.getQName().getNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getNamespaceURI() from the type QName is not accessible due to restriction on classpath entry /shared/stp/build/build-stp-R/eclipse/plugins/org.apache.xerces_2.8.0.v200705301630.jar ---------- 61. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 203) + portType.getQName().getLocalPart(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getLocalPart() from the type QName is not accessible due to restriction on classpath entry /shared/stp/build/build-stp-R/eclipse/plugins/org.apache.xerces_2.8.0.v200705301630.jar ---------- 62. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 205) desc.setImplClsName(JDTUtils.findImplClsName(proj, interfaceName)); ^^^^^^^^ JDTUtils cannot be resolved ---------- 63. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 219) List descList) throws DeployException { ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 64. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 219) List descList) throws DeployException { ^^^^^^^^^^^^^^^ DeployException cannot be resolved to a type ---------- 65. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeployFilePackageConstructor.java (at line 244) throw new DeployException("Error during write celtix-servlet.xml file", ^^^^^^^^^^^^^^^ DeployException cannot be resolved to a type ---------- ---------- 66. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeploySupportValidator.java (at line 23) import org.eclipse.stp.soas.deploy.core.ISupportValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.ISupportValidator cannot be resolved ---------- 67. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarDeploySupportValidator.java (at line 25) public class WarDeploySupportValidator implements ISupportValidator { ^^^^^^^^^^^^^^^^^ ISupportValidator cannot be resolved to a type ---------- ---------- 68. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 23) import org.eclipse.stp.soas.deploy.core.IDeployTarget; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IDeployTarget cannot be resolved ---------- 69. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 24) import org.eclipse.stp.soas.deploy.core.ILogicalPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.ILogicalPackage cannot be resolved ---------- 70. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 25) import org.eclipse.stp.soas.deploy.core.IPackageConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPackageConfiguration cannot be resolved ---------- 71. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 26) import org.eclipse.stp.soas.deploy.core.IPackageValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IPackageValidator cannot be resolved ---------- 72. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 28) public class WarFilePackageValidator implements IPackageValidator { ^^^^^^^^^^^^^^^^^ IPackageValidator cannot be resolved to a type ---------- 73. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 30) public IStatus[] validate(ILogicalPackage pkg, ^^^^^^^^^^^^^^^ ILogicalPackage cannot be resolved to a type ---------- 74. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 31) IPackageConfiguration configuration, IDeployTarget target) { ^^^^^^^^^^^^^^^^^^^^^ IPackageConfiguration cannot be resolved to a type ---------- 75. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarFilePackageValidator.java (at line 31) IPackageConfiguration configuration, IDeployTarget target) { ^^^^^^^^^^^^^ IDeployTarget cannot be resolved to a type ---------- ---------- 76. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 22) import org.eclipse.stp.soas.deploy.core.ILogicalPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.ILogicalPackage cannot be resolved ---------- 77. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 23) import org.eclipse.stp.soas.deploy.core.LogicalPackageBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.LogicalPackageBase cannot be resolved ---------- 78. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 24) import org.eclipse.stp.soas.deploy.core.Version; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.Version cannot be resolved ---------- 79. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 26) public class WarLogicalPackage extends LogicalPackageBase implements ^^^^^^^^^^^^^^^^^^ LogicalPackageBase cannot be resolved to a type ---------- 80. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 27) ILogicalPackage { ^^^^^^^^^^^^^^^ ILogicalPackage cannot be resolved to a type ---------- 81. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 29) @Override ^^^^^^^^ Override cannot be resolved to a type ---------- 82. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 30) protected Version getTechnologyVersion() { ^^^^^^^ Version cannot be resolved to a type ---------- 83. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 32) return new Version(2, 0, 0, new String()); ^^^^^^^ Version cannot be resolved to a type ---------- 84. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 39) @Override ^^^^^^^^ Override cannot be resolved to a type ---------- 85. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 40) protected Version getRuntimeVersion() { ^^^^^^^ Version cannot be resolved to a type ---------- 86. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarLogicalPackage.java (at line 41) return new Version(2, 0, 0, new String()); ^^^^^^^ Version cannot be resolved to a type ---------- ---------- 87. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarPackageOutputDescriptor.java (at line 24) import org.eclipse.stp.soas.deploy.core.FilePackageOutputDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.FilePackageOutputDescriptor cannot be resolved ---------- 88. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarPackageOutputDescriptor.java (at line 25) import org.eclipse.stp.soas.deploy.core.IServerType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.IServerType cannot be resolved ---------- 89. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarPackageOutputDescriptor.java (at line 26) import org.eclipse.stp.soas.deploy.core.ITechnologyType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.soas.deploy.core.ITechnologyType cannot be resolved ---------- 90. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarPackageOutputDescriptor.java (at line 28) public class WarPackageOutputDescriptor extends FilePackageOutputDescriptor { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FilePackageOutputDescriptor cannot be resolved to a type ---------- 91. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarPackageOutputDescriptor.java (at line 30) public WarPackageOutputDescriptor(File file, ITechnologyType technologyType, IServerType serverType, String fileName, String logicalName) { ^^^^^^^^^^^^^^^ ITechnologyType cannot be resolved to a type ---------- 92. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.tomcat/src/org/eclipse/stp/soas/deploy/tomcat/WarPackageOutputDescriptor.java (at line 30) public WarPackageOutputDescriptor(File file, ITechnologyType technologyType, IServerType serverType, String fileName, String logicalName) { ^^^^^^^^^^^ IServerType cannot be resolved to a type ---------- 92 problems (90 errors, 2 warnings)[10 .class files generated]