Search:

Type: Posts; User: pfeng; Keyword(s):

Search: Search took 0.03 seconds.

  1. If we could control the spring classloader...

    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...
  2. Spring WS reflection configuration

    airline-servlet.xml snippet.
    <bean id="messageHandlerAdapter" class="org.springframework.ws.transport.http.MessageHandlerAdapter">
    <property name="messageContextFactory">
    ...
  3. Spring reflection loads wrong classes.

    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...
  4. Problems running airline web application in Sun Application Server 8.2

    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...
Results 1 to 4 of 4