using axis 1.3 (part of the spring 2.0.3 distribution)...

with spring i do not use the ContextLoaderListener to read the application
context rather go through the ClassPathXmlApplicationContext which causes a
problem while testing axis.  the axis initiated services seem to demand that
a ContextLoaderListener is registered and want to use the
WebApplicationContext to get at Spring beans.  assuming the endpoints
extending the ServletEndpointSupport demand going through the
WebApplicationContext.  is there a way to make an endpoint service use
another context loader (like ClassPath)?

am assuming that the following is a server-side error (not related to
invocation through a client):
"14:07:21,661 DEBUG RmiClientInterceptorUtils:173 - Remote service
[{http://w42009186:7003/Matrix_Portal/axis/InstallationWS}InstallationWS]
threw exception
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.lang.IllegalStateException: No WebApplicationContext
found: no ContextLoaderListener registered?
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}hostname:W42009186";


thanks / matthew

-- 
View this message in context: 
http://www.nabble.com/Axis1-loading-Spring-context-through-Classpath-tf3752425.html#a10604004
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to