You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/09/16 12:57:27 UTC

svn commit: r289489 - in /webservices/axis2/trunk/java/modules: core/src/org/apache/axis2/engine/AbstractDispatcher.java samples/project.xml samples/src/sample/om/

Author: chinthaka
Date: Fri Sep 16 03:57:08 2005
New Revision: 289489

URL: http://svn.apache.org/viewcvs?rev=289489&view=rev
Log:
- Removing fast infoset integration stuff from the sources for now, as its not finished. I think we don't need to ship that with alpha, especially with samples. When I fix it will include that in to the build, later.
- registering the message context if the operation context is found in the AbstractDispatcher. What this means is that this is part of a multiple IN mep.

Removed:
    webservices/axis2/trunk/java/modules/samples/src/sample/om/
Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AbstractDispatcher.java
    webservices/axis2/trunk/java/modules/samples/project.xml

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AbstractDispatcher.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AbstractDispatcher.java?rev=289489&r1=289488&r2=289489&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AbstractDispatcher.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/AbstractDispatcher.java Fri Sep 16 03:57:08 2005
@@ -73,6 +73,7 @@
                     msgctx.setOperationContext(operationContext);
                     msgctx.setServiceContext((ServiceContext) operationContext.getParent());
                     msgctx.setServiceDescription(((ServiceContext) operationContext.getParent()).getServiceConfig());
+                    msgctx.getOperationDescription().registerOperationContext(msgctx, operationContext);
                 }
             }
             return;

Modified: webservices/axis2/trunk/java/modules/samples/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/project.xml?rev=289489&r1=289488&r2=289489&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/project.xml Fri Sep 16 03:57:08 2005
@@ -131,11 +131,6 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>fastinfoset</groupId>
-            <artifactId>FastInfoset</artifactId>
-            <version>0.1</version>
-        </dependency>
-        <dependency>
             <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-javamail</artifactId>
             <version>1.3.1-rc5</version>