[jboss-user] [JBossWS] - Re: Problem deploying WebServices
richard.opalka@jboss.com
do-not-reply at jboss.com
Tue Nov 6 02:54:05 EST 2007
Hi,
your eclipse workspace has Axis webservices jars in the classpath. If you want to enforce it to use JBoss native webservices, you must ensure that JBoss native webservices jars are before Axis jars in the classpath.
Another approach to activate JBossWS native webservices is to set up the following properties in your eclipse workspace environment:
-Djavax.xml.soap.MessageFactory=org.jboss.ws.core.soap.MessageFactoryImpl
| -Djavax.xml.soap.MetaFactory=org.jboss.ws.core.soap.SAAJMetaFactoryImpl
| -Djavax.xml.soap.SOAPFactory=org.jboss.ws.core.soap.SOAPFactoryImpl
|
Richard
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102097#4102097
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102097
More information about the jboss-user
mailing list