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/10/27 07:03:09 UTC

svn commit: r328788 - in /webservices/axis2/trunk/java/modules/core/test-resources/deployment: invalidservice/org/ module1/ module1/META-INF/ module1/org/ outservice/org/ service1/org/ service2/ service2/META-INF/ serviceModule/org/

Author: deepal
Date: Wed Oct 26 22:02:19 2005
New Revision: 328788

URL: http://svn.apache.org/viewcvs?rev=328788&view=rev
Log:
modified code to support Clover report generation (there was java files inside test-resources directory , so I moved them to test/class).

Removed:
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/invalidservice/org/
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/Handler3.java
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/org/
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/outservice/org/
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/service1/org/
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/Echo2.java
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/Handler2.java
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/serviceModule/org/
Modified:
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/META-INF/module.xml
    webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/META-INF/services.xml

Modified: webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/META-INF/module.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/META-INF/module.xml?rev=328788&r1=328787&r2=328788&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/META-INF/module.xml (original)
+++ webservices/axis2/trunk/java/modules/core/test-resources/deployment/module1/META-INF/module.xml Wed Oct 26 22:02:19 2005
@@ -1,4 +1,4 @@
-<module name="module1" class="org.apache.module.Module1Impl">
+<module name="module1">
     <inflow>
         <handler name="h1" class="org.apache.axis2.registry.Handler3">
             <order phase="userphase1"/>

Modified: webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/META-INF/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/META-INF/services.xml?rev=328788&r1=328787&r2=328788&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/META-INF/services.xml (original)
+++ webservices/axis2/trunk/java/modules/core/test-resources/deployment/service2/META-INF/services.xml Wed Oct 26 22:02:19 2005
@@ -14,36 +14,36 @@
     -->
 
     <inflow>
-        <handler name="h1" class="Handler2">
+        <handler name="h1" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1" phaseFirst="true"/>
         </handler>
     </inflow>
 
     <outflow>
-        <handler name="h3" class="Handler2">
+        <handler name="h3" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1"/>
         </handler>
     </outflow>
 
     <INfaultflow>
-        <handler name="h5" class="Handler2">
+        <handler name="h5" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1"/>
         </handler>
 
-        <handler name="h6" class="Handler2">
+        <handler name="h6" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1" phaseLast="false"/>
         </handler>
     </INfaultflow>
     <Outfaultflow>
-        <handler name="h4" class="Handler2">
+        <handler name="h4" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1"/>
         </handler>
 
-        <handler name="h5" class="Handler2">
+        <handler name="h5" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1"/>
         </handler>
 
-        <handler name="h6" class="Handler2">
+        <handler name="h6" class="org.apache.axis2.handlers.Handler2">
             <order phase="userphase1" phaseLast="false"/>
         </handler>
     </Outfaultflow>