Arjen.
Here's the Tomcat console with extending logging enabled:
INFO: Find registry server-registry.xml at classpath resource
Oct 26, 2007 11:11:20 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2083 ms
2007-10-26 11:11:38,976 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - Initializing servlet 'spring-ws'
2007-10-26 11:11:39,055 INFO [org.springframework.ws.transport.http.MessageDispa
tcherServlet] - FrameworkServlet 'spring-ws': initialization started
2007-10-26 11:11:39,055 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - Servlet with name 'spring-ws' will try to create custom WebAppl
icationContext context of class 'org.springframework.web.context.support.XmlWebA
pplicationContext', using parent context [null]
2007-10-26 11:11:39,623 DEBUG [org.springframework.ws.server.endpoint.mapping.Pa
yloadRootAnnotationMethodEndpointMapping] - Mapped key [{http://www.springframew
ork.org/spring-ws/samples/mtom}LoadImageRequest] onto endpoint [public javax.xml
.bind.JAXBElement org.springframework.ws.samples.mtom.ws.ImageReposi toryEndpoint
.load(javax.xml.bind.JAXBElement) throws java.io.IOException]
2007-10-26 11:11:39,623 DEBUG [org.springframework.ws.server.endpoint.mapping.Pa
yloadRootAnnotationMethodEndpointMapping] - Mapped key [{http://www.springframew
ork.org/spring-ws/samples/mtom}StoreImageRequest] onto endpoint [public void org
.springframework.ws.samples.mtom.ws.ImageRepositor yEndpoint.store(javax.xml.bind
.JAXBElement) throws java.io.IOException]
2007-10-26 11:11:39,702 INFO [org.springframework.oxm.jaxb.Jaxb2Marshaller] - Cr
eating JAXBContext with context path [org.springframework.ws.samples.mtom.schema
]
2007-10-26 11:11:40,775 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - Published WebApplicationContext of servlet 'spring-ws' as Servl
etContext attribute with name [org.springframework.web.servlet.FrameworkServlet.
CONTEXT.spring-ws]
2007-10-26 11:11:40,838 INFO [org.springframework.ws.soap.saaj.SaajSoapMessageFa
ctory] - Creating SAAJ 1.3 MessageFactory with SOAP 1.1 Protocol
2007-10-26 11:11:40,838 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - No WebServiceMessageFactory found in servlet 'spring-ws': using
default
2007-10-26 11:11:40,869 DEBUG [org.springframework.ws.soap.server.SoapMessageDis
patcher] - No EndpointExceptionResolvers found, using defaults
2007-10-26 11:11:40,869 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - No MessageDispatcher found in servlet 'spring-ws': using defaul
t
2007-10-26 11:11:40,869 INFO [org.springframework.ws.transport.http.MessageDispa
tcherServlet] - FrameworkServlet 'spring-ws': initialization completed in 1814 m
s
2007-10-26 11:11:40,869 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - Servlet 'spring-ws' configured successfully
2007-10-26 11:11:41,122 DEBUG [org.springframework.ws.soap.server.SoapMessageDis
patcher] - MessageDispatcher with name 'spring-ws' received request [SaajSoapMes
sage {http://www.springframework.org/ws/samples/mtom/schema}LoadImageRequest]
2007-10-26 11:11:41,169 DEBUG [org.springframework.ws.server.endpoint.mapping.Pa
yloadRootAnnotationMethodEndpointMapping] - Looking up endpoint for [{http://www
.springframework.org/ws/samples/mtom/schema}LoadImageRequest]
2007-10-26 11:11:41,185 DEBUG [org.springframework.ws.soap.server.SoapMessageDis
patcher] - Endpoint mapping [org.springframework.ws.server.endpoint.mapping.Pay l
oadRootAnnotationMethodEndpointMapping@1b5391b] has no mapping for request
2007-10-26 11:11:41,185 WARN [org.springframework.ws.EndpointNotFound] - No endp
oint mapping found for [SaajSoapMessage {http://www.springframework.org/ws/sampl
es/mtom/schema}LoadImageRequest]
2007-10-26 11:11:41,185 DEBUG [org.springframework.ws.transport.http.MessageDisp
atcherServlet] - Successfully completed request
Thanks
Sunil


Reply With Quote
ostProcessBeforeInitialization method and see if it gets hit at startup.