]
Brian Fitzpatrick commented on JBIDE-6428:
------------------------------------------
Thanks for checking Grid. So long as it doesn't break anything else, we'll deliver
it to trunk once Max is done with his merge.
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: Brian Fitzpatrick
Attachments: patch4compileerror.txt
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-3.2.0.M1/...
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: