crafterm 2002/10/07 15:31:24
Modified: src/scratchpad/lib commons-discovery.jar
src/scratchpad/src/org/apache/cocoon/components/axis
SoapServerImpl.java
Added: src/scratchpad/lib axis-1.0.jar axis-jaxrpc-1.0.jar
axis-saaj-1.0.jar
Removed: src/scratchpad/lib axis-RC1.jar axis-jaxrpc-RC1.jar
axis-saaj-RC1.jar
Log:
Updated SOAP Server to use the Axis 1.0 Final release.
Revision Changes Path
1.4 +160 -161 xml-cocoon2/src/scratchpad/lib/commons-discovery.jar
<<Binary file>>
1.1 xml-cocoon2/src/scratchpad/lib/axis-1.0.jar
<<Binary file>>
1.1 xml-cocoon2/src/scratchpad/lib/axis-jaxrpc-1.0.jar
<<Binary file>>
1.1 xml-cocoon2/src/scratchpad/lib/axis-saaj-1.0.jar
<<Binary file>>
1.3 +2 -7
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/axis/SoapServerImpl.java
Index: SoapServerImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/axis/SoapServerImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SoapServerImpl.java 25 Sep 2002 17:10:22 -0000 1.2
+++ SoapServerImpl.java 7 Oct 2002 22:31:24 -0000 1.3
@@ -567,12 +567,7 @@
// Set up a javax.xml.rpc.server.ServletEndpointContext
- ServletEndpointContextImpl sec =
- new ServletEndpointContextImpl(new AxisHttpSession(req),
- msgContext,
- req.getUserPrincipal(),
- con);
-
+ ServletEndpointContextImpl sec = new ServletEndpointContextImpl();
msgContext.setProperty(Constants.MC_SERVLET_ENDPOINT_CONTEXT, sec);
// Save the real path
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]