[
https://jira.jboss.org/browse/JBIDE-6428?page=com.atlassian.jira.plugin.s...
]
Brian Fitzpatrick commented on JBIDE-6428:
------------------------------------------
It looks like I can take care of the compile errors, but then I end up with this:
An internal error occurred during: "Invoking web service...".
(class: org/jboss/tools/ws/ui/utils/JAXWSTester, method: doTest signature:
(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V) Incompatible object argument
for function call
I'm guessing there are incompatibilities with the WSDL libraries, but nothing I do has
managed to work around this yet except for removing the 1.3 version of the javax.soap
plug-in from the runtime plugins. I've tried enforcing the 1.2 version as the upper
bound and that doesn't help at all.
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
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:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira