[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6428) compilation failure in WS component due to access restrictions on org.jboss.tools.ws.creation.core/lib/wsdl4j.jar

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Wed Jun 9 09:07:38 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534727#action_12534727 ] 

Brian Fitzpatrick commented on JBIDE-6428:
------------------------------------------

Hi Grid. No, I haven't committed the patch to the 3.2.helios branch yet. Wanted you to test first. And yes, all I did was remove the wsdl jar from the classpath and use the Eclipse-provided plug-in that wraps it.

> compilation failure in WS component due to access restrictions on org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6428
>                 URL: https://jira.jboss.org/browse/JBIDE-6428
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.2.0.M1
>            Reporter: Nick Boldt
>            Assignee: Feng Qian
>         Attachments: patch4compileerror.txt
>
>
> http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/36/console
> Compilation failure: 
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/views/WSDLBrowseDialog.java (at line 30):[-1,-1] 
> 	import javax.wsdl.extensions.soap12.SOAP12Binding;
> 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Access restriction: The type SOAP12Binding is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/views/WSDLBrowseDialog.java (at line 410):[-1,-1] 
> 	if (elements.get(i) instanceof SOAPBinding || elements.get(i) instanceof SOAP12Binding ) {
> 	                                                                         ^^^^^^^^^^^^^
> Access restriction: The type SOAP12Binding is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 42):[-1,-1] 
> 	import javax.wsdl.extensions.soap12.SOAP12Address;
> 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Access restriction: The type SOAP12Address is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 43):[-1,-1] 
> 	import javax.wsdl.extensions.soap12.SOAP12Operation;
> 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Access restriction: The type SOAP12Operation is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 182):[-1,-1] 
> 	} else if (element instanceof SOAP12Address) {
> 	                              ^^^^^^^^^^^^^
> Access restriction: The type SOAP12Address is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 183):[-1,-1] 
> 	SOAP12Address address = (SOAP12Address) element;
> 	^^^^^^^^^^^^^
> Access restriction: The type SOAP12Address is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 183):[-1,-1] 
> 	SOAP12Address address = (SOAP12Address) element;
> 	                         ^^^^^^^^^^^^^
> Access restriction: The type SOAP12Address is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 184):[-1,-1] 
> 	return address.getLocationURI();
> 	       ^^^^^^^^^^^^^^^^^^^^^^^^
> Access restriction: The method getLocationURI() from the type SOAP12Address is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 218):[-1,-1] 
> 	} else if (test instanceof SOAP12Operation) {
> 	                           ^^^^^^^^^^^^^^^
> Access restriction: The type SOAP12Operation is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 219):[-1,-1] 
> 	SOAP12Operation soapOp = (SOAP12Operation) test;
> 	^^^^^^^^^^^^^^^
> Access restriction: The type SOAP12Operation is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 219):[-1,-1] 
> 	SOAP12Operation soapOp = (SOAP12Operation) test;
> 	                          ^^^^^^^^^^^^^^^
> Access restriction: The type SOAP12Operation is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar
> /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/utils/TesterWSDLUtils.java (at line 220):[-1,-1] 
> 	return soapOp.getSoapActionURI();
> 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
> Access restriction: The method getSoapActionURI() from the type SOAP12Operation is not accessible due to restriction on classpath entry /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/ws/plugins/org.jboss.tools.ws.creation.core/lib/wsdl4j.jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list