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 de...@apache.org on 2005/02/10 11:06:38 UTC

svn commit: r153197 - webservices/axis/trunk/java/dev/scratch/prototype2/src/samples/deployment/service1/META-INF/service.xml

Author: deepal
Date: Thu Feb 10 02:06:37 2005
New Revision: 153197

URL: http://svn.apache.org/viewcvs?view=rev&rev=153197
Log: (empty)


Modified:
    webservices/axis/trunk/java/dev/scratch/prototype2/src/samples/deployment/service1/META-INF/service.xml

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/samples/deployment/service1/META-INF/service.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/samples/deployment/service1/META-INF/service.xml?view=diff&r1=153196&r2=153197
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/samples/deployment/service1/META-INF/service.xml (original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/samples/deployment/service1/META-INF/service.xml Thu Feb 10 02:06:37 2005
@@ -2,7 +2,7 @@
     <java:implementation class="org.apache.axis.sample.echo.EchoImpl" xmlns:java="http://ws.apache.org/axis2/deployment/java"/>
     
    <inflow>
-        <handler name="logging" class="org.apache.axis.samples.handlers.LoggingHandler">
+        <handler name="logging" class="org.apache.axis.sample.handlers.LoggingHandler">
             <order phase="p1" phaseFirst="true"/>
          </handler>
    </inflow>
@@ -11,7 +11,7 @@
     </outflow>
 
     <faultflow>
-        <handler name="logging2" class="org.apache.axis.samples.handlers.LoggingHandler">
+        <handler name="logging2" class="org.apache.axis.sample.handlers.LoggingHandler">
             
         </handler>
     </faultflow>