# 01/02/07 10:53:56 GMT # Eclipse Java Compiler 0.642, 3.2.0 milestone-5, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 24) import javax.wsdl.Definition; ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Definition is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 2. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 25) import javax.wsdl.Port; ^^^^^^^^^^^^^^^ Access restriction: The type Port is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 3. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 26) import javax.wsdl.PortType; ^^^^^^^^^^^^^^^^^^^ Access restriction: The type PortType is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 4. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 27) import javax.wsdl.Service; ^^^^^^^^^^^^^^^^^^ Access restriction: The type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 5. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 28) import javax.wsdl.WSDLException; ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type WSDLException is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 6. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 56) import org.apache.cxf.tools.util.URIParserUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type URIParserUtil is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 7. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 161) Definition wsdlDef = WsdlUtils.readWSDL(wsdlFileName); ^^^^^^^^^^ Access restriction: The type Definition is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 8. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 163) Map services = wsdlDef.getServices(); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getServices() from the type Definition is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 9. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 166) Service service = (Service)services.get(itor.next()); ^^^^^^^ Access restriction: The type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 10. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 166) Service service = (Service)services.get(itor.next()); ^^^^^^^ Access restriction: The type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 11. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 167) Map ports = service.getPorts(); ^^^^^^^^^^^^^^^^^^ Access restriction: The method getPorts() from the type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 12. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 170) Port port = (Port)ports.get(portItor.next()); ^^^^ Access restriction: The type Port is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 13. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 170) Port port = (Port)ports.get(portItor.next()); ^^^^ Access restriction: The type Port is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 14. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 177) } catch (WSDLException wsdlE) { ^^^^^^^^^^^^^ Access restriction: The type WSDLException is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 15. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 194) IFile wsdlFile, Service service, Port port) ^^^^^^^ Access restriction: The type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 16. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 194) IFile wsdlFile, Service service, Port port) ^^^^ Access restriction: The type Port is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 17. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 197) desc.setServiceName(service.getQName()); ^^^^^^^^^^^^^^^^^^ Access restriction: The method getQName() from the type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 18. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 198) desc.setPortName(new QName(service.getQName().getNamespaceURI(), port.getName())); ^^^^^^^^^^^^^^^^^^ Access restriction: The method getQName() from the type Service is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 19. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 198) desc.setPortName(new QName(service.getQName().getNamespaceURI(), port.getName())); ^^^^^^^^^^^^^^ Access restriction: The method getName() from the type Port is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 20. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 220) PortType portType = port.getBinding().getPortType(); ^^^^^^^^ Access restriction: The type PortType is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 21. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 220) PortType portType = port.getBinding().getPortType(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getPortType() from the type Binding is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 22. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 220) PortType portType = port.getBinding().getPortType(); ^^^^^^^^^^^^^^^^^ Access restriction: The method getBinding() from the type Port is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 23. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 221) String packageName = URIParserUtil.getPackageName(portType.getQName().getNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getPackageName(String) from the type URIParserUtil is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 24. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 221) String packageName = URIParserUtil.getPackageName(portType.getQName().getNamespaceURI()); ^^^^^^^^^^^^^ Access restriction: The type URIParserUtil is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 25. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 221) String packageName = URIParserUtil.getPackageName(portType.getQName().getNamespaceURI()); ^^^^^^^^^^^^^^^^^^^ Access restriction: The method getQName() from the type PortType is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 26. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/deploy/CeltixWebDeployGenerator.java (at line 223) + portType.getQName().getLocalPart(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The method getQName() from the type PortType is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- ---------- 27. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 32) import org.apache.cxf.tools.common.ToolContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 28. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 33) import org.apache.cxf.tools.common.ToolConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 29. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 34) import org.apache.cxf.tools.java2wsdl.processor.JavaToWSDLProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type JavaToWSDLProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar ---------- 30. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 55) JavaToWSDLProcessor processor = new JavaToWSDLProcessor(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The type JavaToWSDLProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar ---------- 31. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 55) JavaToWSDLProcessor processor = new JavaToWSDLProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor JavaToWSDLProcessor() is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar ---------- 32. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 55) JavaToWSDLProcessor processor = new JavaToWSDLProcessor(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The type JavaToWSDLProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar ---------- 33. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 56) ToolContext env = new ToolContext(); ^^^^^^^^^^^ Access restriction: The type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 34. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 56) ToolContext env = new ToolContext(); ^^^^^^^^^^^^^^^^^ Access restriction: The constructor ToolContext() is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 35. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 56) ToolContext env = new ToolContext(); ^^^^^^^^^^^ Access restriction: The type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 36. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 70) env.put(ToolConstants.CFG_SOAP12, soap12); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 37. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 70) env.put(ToolConstants.CFG_SOAP12, soap12); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_SOAP12 from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 38. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 70) env.put(ToolConstants.CFG_SOAP12, soap12); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 39. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 73) env.put(ToolConstants.CFG_SOAP12, soap12); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 40. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 73) env.put(ToolConstants.CFG_SOAP12, soap12); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_SOAP12 from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 41. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 73) env.put(ToolConstants.CFG_SOAP12, soap12); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 42. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 76) env.put(ToolConstants.CFG_OUTPUTFILE, wsdlUrl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 43. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 76) env.put(ToolConstants.CFG_OUTPUTFILE, wsdlUrl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_OUTPUTFILE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 44. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 76) env.put(ToolConstants.CFG_OUTPUTFILE, wsdlUrl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 45. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 90) env.put(ToolConstants.CFG_CLASSNAME, clsName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 46. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 90) env.put(ToolConstants.CFG_CLASSNAME, clsName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_CLASSNAME from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 47. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 90) env.put(ToolConstants.CFG_CLASSNAME, clsName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 48. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 92) env.put(ToolConstants.CFG_CLASSPATH, classPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 49. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 92) env.put(ToolConstants.CFG_CLASSPATH, classPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_CLASSPATH from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 50. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 92) env.put(ToolConstants.CFG_CLASSPATH, classPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 51. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 93) processor.setEnvironment(env); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method setEnvironment(ToolContext) from the type JavaToWSDLProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar ---------- 52. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixJavaToWsdlGenerator.java (at line 94) processor.process(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The method process() from the type JavaToWSDLProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar ---------- ---------- 53. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 18) import javax.wsdl.Definition; ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Definition is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 54. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 34) import org.apache.cxf.tools.common.ToolContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 55. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 35) import org.apache.cxf.tools.common.ToolConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 56. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 36) import org.apache.cxf.tools.wsdl2java.processor.WSDLToJavaProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type WSDLToJavaProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-wsdl2java-2.0-incubator-RC-SNAPSHOT.jar ---------- 57. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 37) import org.apache.cxf.tools.util.URIParserUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type URIParserUtil is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 58. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 59) WSDLToJavaProcessor processor = new WSDLToJavaProcessor(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The type WSDLToJavaProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-wsdl2java-2.0-incubator-RC-SNAPSHOT.jar ---------- 59. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 59) WSDLToJavaProcessor processor = new WSDLToJavaProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor WSDLToJavaProcessor() is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-wsdl2java-2.0-incubator-RC-SNAPSHOT.jar ---------- 60. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 59) WSDLToJavaProcessor processor = new WSDLToJavaProcessor(); ^^^^^^^^^^^^^^^^^^^ Access restriction: The type WSDLToJavaProcessor is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-wsdl2java-2.0-incubator-RC-SNAPSHOT.jar ---------- 61. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 60) ToolContext env = new ToolContext(); ^^^^^^^^^^^ Access restriction: The type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 62. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 60) ToolContext env = new ToolContext(); ^^^^^^^^^^^^^^^^^ Access restriction: The constructor ToolContext() is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 63. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 60) ToolContext env = new ToolContext(); ^^^^^^^^^^^ Access restriction: The type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 64. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 62) env.put(ToolConstants.CFG_WSDLURL, file.getRawLocation().toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 65. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 62) env.put(ToolConstants.CFG_WSDLURL, ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 66. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 62) env.put(ToolConstants.CFG_WSDLURL, ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_WSDLURL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 67. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 68) env.put(ToolConstants.CFG_OUTPUTDIR, outDir); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 68. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 68) env.put(ToolConstants.CFG_OUTPUTDIR, outDir); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 69. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 68) env.put(ToolConstants.CFG_OUTPUTDIR, outDir); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_OUTPUTDIR from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 70. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 72) String genOps = (String)specificParams.get(ToolConstants.CFG_IMPL); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 71. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 72) String genOps = (String)specificParams.get(ToolConstants.CFG_IMPL); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_IMPL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 72. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 76) env.put(ToolConstants.CFG_GEN_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 73. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 76) env.put(ToolConstants.CFG_GEN_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 74. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 76) env.put(ToolConstants.CFG_GEN_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_IMPL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 75. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 77) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 76. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 77) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 77. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 77) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVICE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 78. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 77) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVICE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 79. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 77) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 80. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 78) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 81. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 78) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 82. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 78) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_TYPES from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 83. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 80) genOps = (String)specificParams.get(ToolConstants.CFG_SERVER); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 84. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 80) genOps = (String)specificParams.get(ToolConstants.CFG_SERVER); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_SERVER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 85. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 84) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 86. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 84) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 87. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 84) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_TYPES from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 88. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 85) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 89. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 85) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 90. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 85) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVICE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 91. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 85) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVICE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 92. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 85) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 93. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 86) env.put(ToolConstants.CFG_GEN_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 94. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 86) env.put(ToolConstants.CFG_GEN_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 95. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 86) env.put(ToolConstants.CFG_GEN_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_IMPL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 96. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 87) env.put(ToolConstants.CFG_GEN_SERVER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 97. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 87) env.put(ToolConstants.CFG_GEN_SERVER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 98. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 87) env.put(ToolConstants.CFG_GEN_SERVER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 99. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 89) genOps = (String)specificParams.get(ToolConstants.CFG_CLIENT); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 100. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 89) genOps = (String)specificParams.get(ToolConstants.CFG_CLIENT); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_CLIENT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 101. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 93) env.put(ToolConstants.CFG_CLIENT, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 102. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 93) env.put(ToolConstants.CFG_CLIENT, ""); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 103. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 93) env.put(ToolConstants.CFG_CLIENT, ""); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_CLIENT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 104. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 94) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 105. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 94) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 106. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 94) env.put(ToolConstants.CFG_GEN_TYPES, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_TYPES from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 107. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 95) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 108. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 95) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 109. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 95) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVICE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 110. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 95) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SERVICE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 111. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 95) env.put(ToolConstants.CFG_GEN_SERVICE, ToolConstants.CFG_GEN_SERVICE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 112. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 107) String soapOps = (String)specificParams.get(ToolConstants.CFG_EXTRA_SOAPHEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 113. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 107) String soapOps = (String)specificParams.get(ToolConstants.CFG_EXTRA_SOAPHEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_EXTRA_SOAPHEADER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 114. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 110) env.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 115. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 110) env.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 116. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 110) env.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_EXTRA_SOAPHEADER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 117. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 113) soapOps = (String)specificParams.get(ToolConstants.CFG_DEFAULT_NS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 118. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 113) soapOps = (String)specificParams.get(ToolConstants.CFG_DEFAULT_NS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_NS from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 119. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 116) env.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 120. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 116) env.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 121. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 116) env.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_NS from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 122. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 120) soapOps = (String)specificParams.get(ToolConstants.CFG_DEFAULT_EX); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 123. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 120) soapOps = (String)specificParams.get(ToolConstants.CFG_DEFAULT_EX); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_EX from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 124. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 123) env.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 125. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 123) env.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 126. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 123) env.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_EX from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 127. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 127) String miscOps = (String)specificParams.get(ToolConstants.CFG_ANT); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 128. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 127) String miscOps = (String)specificParams.get(ToolConstants.CFG_ANT); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_ANT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 129. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 130) env.put(ToolConstants.CFG_ANT, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 130. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 130) env.put(ToolConstants.CFG_ANT, ""); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 131. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 130) env.put(ToolConstants.CFG_ANT, ""); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_ANT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 132. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 132) miscOps = (String)specificParams.get(ToolConstants.CFG_VERBOSE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 133. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 132) miscOps = (String)specificParams.get(ToolConstants.CFG_VERBOSE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_VERBOSE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 134. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 136) env.put(ToolConstants.CFG_VERBOSE, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 135. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 136) env.put(ToolConstants.CFG_VERBOSE, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 136. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 136) env.put(ToolConstants.CFG_VERBOSE, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_VERBOSE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 137. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 139) String wsdlName = (String)env.get(ToolConstants.CFG_WSDLURL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method get(String) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 138. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 139) String wsdlName = (String)env.get(ToolConstants.CFG_WSDLURL); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 139. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 139) String wsdlName = (String)env.get(ToolConstants.CFG_WSDLURL); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_WSDLURL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 140. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 140) Definition wsdlDef = WsdlUtils.readWSDL(wsdlName); ^^^^^^^^^^ Access restriction: The type Definition is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 141. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 141) Iterator iPortTypes = wsdlDef.getPortTypes().keySet().iterator(); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getPortTypes() from the type Definition is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/wsdl4j-1.6.1.jar ---------- 142. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 145) String packageName = URIParserUtil.getPackageName(portType.getNamespaceURI()); ^^^^^^^^^^^^^ Access restriction: The type URIParserUtil is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 143. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 145) String packageName = URIParserUtil.getPackageName(portType.getNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getPackageName(String) from the type URIParserUtil is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 144. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 151) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 145. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 151) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 146. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 151) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SEI from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 147. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 151) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SEI from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 148. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 151) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 149. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 154) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method put(String, Object) from the type ToolContext is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 150. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 154) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 151. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 154) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 152. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaGenerator.java (at line 154) env.put(ToolConstants.CFG_GEN_SEI, ToolConstants.CFG_GEN_SEI); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_GEN_SEI from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- ---------- 153. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 19) import org.apache.cxf.tools.common.ToolConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 154. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 124) params.put(ToolConstants.CFG_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_IMPL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 155. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 124) params.put(ToolConstants.CFG_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 156. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 126) params.remove(ToolConstants.CFG_IMPL); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_IMPL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 157. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 126) params.remove(ToolConstants.CFG_IMPL); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 158. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 133) params.put(ToolConstants.CFG_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_IMPL from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 159. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 133) params.put(ToolConstants.CFG_IMPL, ""); ^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 160. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 140) params.put(ToolConstants.CFG_SERVER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_SERVER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 161. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 140) params.put(ToolConstants.CFG_SERVER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 162. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 142) params.remove(ToolConstants.CFG_SERVER); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_SERVER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 163. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 142) params.remove(ToolConstants.CFG_SERVER); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 164. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 153) params.put(ToolConstants.CFG_CLIENT, ""); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_CLIENT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 165. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 153) params.put(ToolConstants.CFG_CLIENT, ""); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 166. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 155) params.remove(ToolConstants.CFG_CLIENT); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_CLIENT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 167. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 155) params.remove(ToolConstants.CFG_CLIENT); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 168. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 170) params.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_EXTRA_SOAPHEADER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 169. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 170) params.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 170. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 172) params.remove(ToolConstants.CFG_EXTRA_SOAPHEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_EXTRA_SOAPHEADER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 171. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 172) params.remove(ToolConstants.CFG_EXTRA_SOAPHEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 172. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 178) params.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_EXTRA_SOAPHEADER from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 173. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 178) params.put(ToolConstants.CFG_EXTRA_SOAPHEADER, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 174. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 185) params.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_NS from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 175. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 185) params.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 176. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 187) params.remove(ToolConstants.CFG_DEFAULT_NS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_NS from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 177. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 187) params.remove(ToolConstants.CFG_DEFAULT_NS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 178. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 193) params.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_NS from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 179. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 193) params.put(ToolConstants.CFG_DEFAULT_NS, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 180. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 200) params.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_EX from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 181. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 200) params.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 182. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 202) params.remove(ToolConstants.CFG_DEFAULT_EX); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_EX from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 183. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 202) params.remove(ToolConstants.CFG_DEFAULT_EX); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 184. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 208) params.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_DEFAULT_EX from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 185. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 208) params.put(ToolConstants.CFG_DEFAULT_EX, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 186. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 222) params.put(ToolConstants.CFG_ANT, ""); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_ANT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 187. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 222) params.put(ToolConstants.CFG_ANT, ""); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 188. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 224) params.remove(ToolConstants.CFG_ANT); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_ANT from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 189. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 224) params.remove(ToolConstants.CFG_ANT); ^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 190. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 235) params.put(ToolConstants.CFG_VERBOSE, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_VERBOSE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 191. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 235) params.put(ToolConstants.CFG_VERBOSE, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 192. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 237) params.remove(ToolConstants.CFG_VERBOSE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The field CFG_VERBOSE from the type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 193. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.sc.cxf/src/org/eclipse/stp/sc/cxf/generators/CeltixWsdlToJavaParameterPage.java (at line 237) params.remove(ToolConstants.CFG_VERBOSE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ToolConstants is not accessible due to restriction on classpath entry /shared/cvs/stp-build/build/build-stp-S/eclipse/plugins/org.apache.cxf_2.0-incubator-RC-SNAPSHOT/lib/cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar ---------- 193 problems (193 warnings)