[
https://jira.jboss.org/browse/JBIDE-6428?page=com.atlassian.jira.plugin.s...
]
Feng Qian commented on JBIDE-6428:
----------------------------------
Hi Brian, Did you commit your patch into helios branch? I have not do anything, just
import ws plugin into eclipse3.6 from helios branch or trunk. No any compile problem.
How to get you complie problem?
I just took a look on your patch. You remove the wsdl4j, and use the default wsdl4j from
eclipse, right?
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/...
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