[
https://jira.jboss.org/browse/JBESB-3514?page=com.atlassian.jira.plugin.s...
]
Kevin Conner commented on JBESB-3514:
-------------------------------------
The CCE is caused by the inclusion of the jaxws-rt/tools jars within soap.esb.
Will close this with a fix and create a new issue to work through the jaxws jars.
webservice_wssecurity does not work with CXF in SOA
---------------------------------------------------
Key: JBESB-3514
URL:
https://jira.jboss.org/browse/JBESB-3514
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.9
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.9 CP1
Does not compile, as wss4j.jar is not on the classpath, and fails to run with a
ClassCastException as it is pulling in a sun class.
[java] Exception in thread "main" java.lang.ClassCastException:
com.sun.xml.ws.client.sei.SEIStub cannot be cast to org.apache.cxf.frontend.ClientProxy
[java] at org.apache.cxf.frontend.ClientProxy.getClient(ClientProxy.java:93)
[java] at
org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient.setupWsse(WSSClient.java:74)
[java] at
org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient.getEndpointPort(WSSClient.java:64)
[java] at
org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient.main(WSSClient.java:50)
--
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