[jbossws-issues] [JBoss JIRA] (JBWS-3748) Wildfly 8 ws-security client throws exception

Alessio Soldano (JIRA) issues at jboss.org
Thu Jan 30 04:35:28 EST 2014


    [ https://issues.jboss.org/browse/JBWS-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12939965#comment-12939965 ] 

Alessio Soldano commented on JBWS-3748:
---------------------------------------

The cxf-rt-ws-security-2.7.7.jar is not from the JAXWS RI, it's simply the ws-security part of Apache CXF; endorsing it does not affect the JAXWS impl in use, but can cause classloading problems.

What you have to endorse is the following:
* jbossws-cxf-factories jar, which specifies the java.xml.ws.spi.Provider implementation
* jboss-jaxws-api_2.2_spec jar, which makes sure you use JAXWS 2.2 API level
Anything else must not be endorsed.

If you endorse nothing, the JAXWS RI (from current JDK) will be used.
                
> Wildfly 8 ws-security client throws exception
> ---------------------------------------------
>
>                 Key: JBWS-3748
>                 URL: https://issues.jboss.org/browse/JBWS-3748
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: ws-security
>            Reporter: Joseph Hwang
>         Attachments: WSSHelloWorld.zip
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list