If we could control the spring classloader context this could resolve the problem sooner. Meaning when bean factories load classes they create their own classloader and don't delegate to the parent...
Type: Posts; User: pfeng; Keyword(s):
If we could control the spring classloader context this could resolve the problem sooner. Meaning when bean factories load classes they create their own classloader and don't delegate to the parent...
airline-servlet.xml snippet.
<bean id="messageHandlerAdapter" class="org.springframework.ws.transport.http.MessageHandlerAdapter">
<property name="messageContextFactory">
...
My Sun Appserver has jwsdp2.0 libraries pre-installed in C:\sun\appserver\lib.
Here is my situation jwsdp2.0 saaj-api.jar
spring-ws: saaj.jar
The abstract class javax.xml.soap.MessageFactory...
I recently published my airline.war web application and verified that the wsdl and schema were published in a separate web application. However, when it came time to run the Airline servlet which...