[JBoss JIRA] Created: (JBESB-3514) webservice_wssecurity does not work with CXF in SOA
by Kevin Conner (JIRA)
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
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
14 years, 3 months