Spring class loader issues in Jboss while using spring-ws client
问题 I have my application running properly in Jboss. To to write spring webservice client, i have generated classes using wsimport . I have written following in configuration <bean id="messageFactory" class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory"> <property name="messageFactory"> <bean class="com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl"/> </property> in jboss?lib i have jboss-jaxws.jar,spring.jar ...Now i copied spring-ws-1.5.0.jar and saaj-impl-1.3.jar but