[jboss-user] [JBoss Web Services] - Re: Bizarre Serialization Problem

Alessio Soldano do-not-reply at jboss.com
Tue Apr 10 03:49:01 EDT 2012


Alessio Soldano [https://community.jboss.org/people/asoldano] created the discussion

"Re: Bizarre Serialization Problem"

To view the discussion, visit: https://community.jboss.org/message/729066#729066

--------------------------------------------------------------
I'm missing most of the details of what you really want to achieve, however, few considerations:
1) FYI the SAAJ MessageFactory.newInstance(soapProtocol) basically ends up doing a classloader getResource lookup. So the actual message factory being used to create soap messages is controlled by the META-INF/services/javax.xml.soap.MessageFactory file you might have in a jar archive included in your classpath. JBossWS-Native has its own implementation of SAAJ API...
2) also considering JBossWS-Native is EOLed, you should probably try JBoss AS 7 which defaults to JBossWS-CXF stack. That works with the SAAJ RI (what's in JDK), so you would most probably avoid any issue here
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/729066#729066]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120410/ab1908e1/attachment.html 


More information about the jboss-user mailing list