You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by he...@apache.org on 2005/05/17 05:26:58 UTC

svn commit: r170508 - in /webservices/axis/trunk/java/modules: core/src/org/apache/axis/deployment/server.xml samples/test/org/apache/axis/engine/HandlerFailureTest.java samples/test/org/apache/axis/integration/UtilServer.java

Author: hemapani
Date: Mon May 16 20:26:58 2005
New Revision: 170508

URL: http://svn.apache.org/viewcvs?rev=170508&view=rev
Log:
The Build is up expect Complete Async, please cross check

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/server.xml
    webservices/axis/trunk/java/modules/samples/test/org/apache/axis/engine/HandlerFailureTest.java
    webservices/axis/trunk/java/modules/samples/test/org/apache/axis/integration/UtilServer.java

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/server.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/server.xml?rev=170508&r1=170507&r2=170508&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/server.xml (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/server.xml Mon May 16 20:26:58 2005
@@ -8,7 +8,7 @@
     </transportReceiver>
     <transportSender name="http" class="org.apache.axis.transport.http.HTTPTransportSender">
     </transportSender>
-   <module ref="addressing"/>
+   <!--   <module ref="addressing"/> -->
     <phaseOrder type="inflow">
         <!--  System pre defined phases       -->
         <phase name="TransportIn"/>

Modified: webservices/axis/trunk/java/modules/samples/test/org/apache/axis/engine/HandlerFailureTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/test/org/apache/axis/engine/HandlerFailureTest.java?rev=170508&r1=170507&r2=170508&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/test/org/apache/axis/engine/HandlerFailureTest.java (original)
+++ webservices/axis/trunk/java/modules/samples/test/org/apache/axis/engine/HandlerFailureTest.java Mon May 16 20:26:58 2005
@@ -50,7 +50,7 @@
     private static final String OPERATION_NAME = "echoOMElement";
     
     
-    private static final String ADDRESS = "http://127.0.0.1:" + (UtilServer.TESTING_PORT +1) +
+    private static final String ADDRESS = "http://127.0.0.1:" + (UtilServer.TESTING_PORT) +
             "/axis/services/" + SERVICE_NAME + "/" +OPERATION_NAME;
 //    private static final String ADDRESS = "http://127.0.0.1:8080/axis/services/" + SERVICE_NAME;
     private EndpointReference targetEPR = new EndpointReference(AddressingConstants.WSA_TO, ADDRESS);

Modified: webservices/axis/trunk/java/modules/samples/test/org/apache/axis/integration/UtilServer.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/test/org/apache/axis/integration/UtilServer.java?rev=170508&r1=170507&r2=170508&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/test/org/apache/axis/integration/UtilServer.java (original)
+++ webservices/axis/trunk/java/modules/samples/test/org/apache/axis/integration/UtilServer.java Mon May 16 20:26:58 2005
@@ -52,7 +52,8 @@
         if (count == 0) {
             EngineContextFactory erfac = new EngineContextFactory();
             
-            File file = new File("modules/samples/target/test-resources/samples");
+            //File file = new File("modules/samples/target/test-resources/samples");
+            File file = new File("target/test-resources/samples");
             System.out.println(new File(file,"server.xml").exists());
             ConfigurationContext er = erfac.buildEngineContext(file.getAbsolutePath());
             try {