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 di...@apache.org on 2005/12/04 15:45:51 UTC

svn commit: r353850 - in /webservices/axis2/trunk/java/modules/integration: ./ itest-resources/integrationRepo/ itest-resources/intregrationRepo/ itest/test/interop/mtom/ src/test/interop/whitemesa/round1/ src/test/interop/whitemesa/round2/ src/test/in...

Author: dims
Date: Sun Dec  4 06:45:37 2005
New Revision: 353850

URL: http://svn.apache.org/viewcvs?rev=353850&view=rev
Log:
s/intregrationRepo/integrationRepo/g


Added:
    webservices/axis2/trunk/java/modules/integration/itest-resources/integrationRepo/
      - copied from r353849, webservices/axis2/trunk/java/modules/integration/itest-resources/intregrationRepo/
Removed:
    webservices/axis2/trunk/java/modules/integration/itest-resources/intregrationRepo/
Modified:
    webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java
    webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java
    webservices/axis2/trunk/java/modules/integration/maven.xml
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/FaultHandlingTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/SOAPversionTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/MultirefTest.java
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java

Modified: webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestMultipleTest.java Sun Dec  4 06:45:37 2005
@@ -43,7 +43,7 @@
     }
 
     public void runTest(boolean optimized, int repeat) throws Exception {
-        Call call = new Call("target/test-resources/intregrationRepo");
+        Call call = new Call("target/test-resources/integrationRepo");
         Options options = new Options();
         call.setClientOptions(options);
         options.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/itest/test/interop/mtom/MTOMEchoTestSingleTest.java Sun Dec  4 06:45:37 2005
@@ -40,7 +40,7 @@
     }
 
     public void runTest(boolean optimized) throws Exception {
-        Call call = new Call("target/test-resources/intregrationRepo");
+        Call call = new Call("target/test-resources/integrationRepo");
         Options options = new Options();
         call.setClientOptions(options);
         options.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/maven.xml?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/maven.xml Sun Dec  4 06:45:37 2005
@@ -48,9 +48,9 @@
             tofile="target/test-resources/mail-transport-server-enabledRepository/modules/addressing.mar"/>
 
         <mkdir dir="target/test-resources/MessageContextInjectionRepo"/>
-        <mkdir dir="target/test-resources/intregrationRepo/modules"/>
+        <mkdir dir="target/test-resources/integrationRepo/modules"/>
         <copy file="../addressing/target/addressing.mar"
-              tofile="target/test-resources/intregrationRepo/modules/addressing.mar"/>
+              tofile="target/test-resources/integrationRepo/modules/addressing.mar"/>
 
 
         <!-- Commons transport enabled enabled Repository -->

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round1/Round1Client.java Sun Dec  4 06:45:37 2005
@@ -46,7 +46,7 @@
             throw new AxisFault(e);
         }
 
-        String clientHome = "target/test-resources/intregrationRepo";
+        String clientHome = "target/test-resources/integrationRepo";
 
         Options options = new Options();
         options.setTo(new EndpointReference(url.toString()));

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/SunRound2Client.java Sun Dec  4 06:45:37 2005
@@ -40,7 +40,7 @@
         Call call = null;
         URL url = null;
         try {
-            call = new Call("target/test-resources/intregrationRepo");
+            call = new Call("target/test-resources/integrationRepo");
             url = new URL(epUrl);
 
             Options options = new Options();

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/SunRound3Client.java Sun Dec  4 06:45:37 2005
@@ -40,7 +40,7 @@
         Call call = null;
         URL url = null;
         try {
-            call = new Call("target/test-resources/intregrationRepo");
+            call = new Call("target/test-resources/integrationRepo");
             //todo set the path to repository in Call()
             url = new URL(epUrl);
 

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/complex/EchoBlockingClient.java Sun Dec  4 06:45:37 2005
@@ -35,7 +35,7 @@
         try {
 
 
-            Call call = new Call("target/test-resources/intregrationRepo");
+            Call call = new Call("target/test-resources/integrationRepo");
 
             Options options = new Options();
             call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/EchoBlockingClient.java Sun Dec  4 06:45:37 2005
@@ -35,7 +35,7 @@
         try {
 
 
-            Call call = new Call("target/test-resources/intregrationRepo");
+            Call call = new Call("target/test-resources/integrationRepo");
 
             Options options = new Options();
             call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/CallUnregisteredServiceTest.java Sun Dec  4 06:45:37 2005
@@ -63,7 +63,7 @@
                             "Isaac Assimov, the foundation Sega"));
             method.addChild(value);
 
-            Call call = new Call("target/test-resources/intregrationRepo");
+            Call call = new Call("target/test-resources/integrationRepo");
             EndpointReference targetEPR =
                     new EndpointReference("http://127.0.0.1:"
                     + (UtilServer.TESTING_PORT)

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLLoadTest.java Sun Dec  4 06:45:37 2005
@@ -116,7 +116,7 @@
         OMElement payload = TestingUtils.createDummyOMElement();
 
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLMultipleTest.java Sun Dec  4 06:45:37 2005
@@ -80,7 +80,7 @@
         for (int i = 0; i < 5; i++) {
             org.apache.axis2.client.Call call =
                     new org.apache.axis2.client.Call(
-                            "target/test-resources/intregrationRepo");
+                            "target/test-resources/integrationRepo");
             Options options = new Options();
             call.setClientOptions(options);
             options.setTo(targetEPR);
@@ -127,7 +127,7 @@
         for (int i = 0; i < 5; i++) {
             org.apache.axis2.client.Call call =
                     new org.apache.axis2.client.Call(
-                            "target/test-resources/intregrationRepo");
+                            "target/test-resources/integrationRepo");
             Options options = new Options();
             call.setClientOptions(options);
             options.setTo(targetEPR);
@@ -175,7 +175,7 @@
         for (int i = 0; i < 5; i++) {
             org.apache.axis2.client.Call call =
                     new org.apache.axis2.client.Call(
-                            "target/test-resources/intregrationRepo");
+                            "target/test-resources/integrationRepo");
             Options options = new Options();
             call.setClientOptions(options);
             options.setTo(targetEPR);
@@ -197,7 +197,7 @@
         for (int i = 0; i < 5; i++) {
             org.apache.axis2.client.Call call =
                     new org.apache.axis2.client.Call(
-                            "target/test-resources/intregrationRepo");
+                            "target/test-resources/integrationRepo");
 
             Options options = new Options();
             call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/EchoRawXMLTest.java Sun Dec  4 06:45:37 2005
@@ -81,7 +81,7 @@
         OMElement payload = TestingUtils.createDummyOMElement();
 
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -127,7 +127,7 @@
         OMElement payload = TestingUtils.createDummyOMElement();
 
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -148,7 +148,7 @@
         OMElement payload = TestingUtils.createDummyOMElement();
 
         Call call =
-                new Call("target/test-resources/intregrationRepo");
+                new Call("target/test-resources/integrationRepo");
         Options options = new Options();
         call.setClientOptions(options);
         options.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/FaultHandlingTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/FaultHandlingTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/FaultHandlingTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/FaultHandlingTest.java Sun Dec  4 06:45:37 2005
@@ -106,7 +106,7 @@
     }
 
     private MyInOutMEPClient getMyInOutMEPClient() throws AxisFault {
-        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/intregrationRepo");
+        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/integrationRepo");
         Options options = new Options();
         inOutMEPClient.setClientOptions(options);
         options.setSoapVersionURI(SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/HandlerFailureTest.java Sun Dec  4 06:45:37 2005
@@ -156,7 +156,7 @@
             value.setText("Isaac Assimov, the foundation Sega");
             method.addChild(value);
 
-            String clientHome = "target/test-resources/intregrationRepo";
+            String clientHome = "target/test-resources/integrationRepo";
 
             Options options = new Options();
             options.setTransportInfo(Constants.TRANSPORT_HTTP,

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/MessageContextInjectionTest.java Sun Dec  4 06:45:37 2005
@@ -116,7 +116,7 @@
 
         OMElement payload = createEnvelope();
 
-        MessageSender sender = new MessageSender("target/test-resources/intregrationRepo");
+        MessageSender sender = new MessageSender("target/test-resources/integrationRepo");
 
         Options options = new Options();
         sender.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/OneWayRawXMLTest.java Sun Dec  4 06:45:37 2005
@@ -81,7 +81,7 @@
 
         OMElement payload = TestingUtils.createDummyOMElement();
 
-        MessageSender sender = new MessageSender("target/test-resources/intregrationRepo");
+        MessageSender sender = new MessageSender("target/test-resources/integrationRepo");
 
         Options options = new Options();
         sender.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/SOAPversionTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/SOAPversionTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/SOAPversionTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/SOAPversionTest.java Sun Dec  4 06:45:37 2005
@@ -68,7 +68,7 @@
         SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
 
         OMElement payload = createEnvelope();
-        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/intregrationRepo");
+        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/integrationRepo");
         Options options = new Options();
         inOutMEPClient.setClientOptions(options);
         options.setSoapVersionURI(
@@ -91,7 +91,7 @@
         SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
 
         OMElement payload = createEnvelope();
-        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/intregrationRepo");
+        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/integrationRepo");
         Options options = new Options();
         inOutMEPClient.setClientOptions(options);
         options.setSoapVersionURI(
@@ -116,7 +116,7 @@
         SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
 
         OMElement payload = createEnvelope();
-        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/intregrationRepo");
+        MyInOutMEPClient inOutMEPClient = new MyInOutMEPClient("target/test-resources/integrationRepo");
         Options options = new Options();
         inOutMEPClient.setClientOptions(options);
         options.setSoapVersionURI(

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceDispatchingTest.java Sun Dec  4 06:45:37 2005
@@ -71,7 +71,7 @@
         SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
         OMElement payload = TestingUtils.createDummyOMElement();
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
         Options options = new Options();
         call.setClientOptions(options);
         options.setTo(
@@ -94,7 +94,7 @@
                 fac.createText(value, "Isaac Assimov, the foundation Sega"));
         payload.addChild(value);
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
         Options options = new Options();
         call.setClientOptions(options);
         options.setTo(
@@ -122,7 +122,7 @@
 
 
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
         Options options = new Options();
         call.setClientOptions(options);
         options.setTo(

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java Sun Dec  4 06:45:37 2005
@@ -80,7 +80,7 @@
 
         SOAPEnvelope payload = fac.getDefaultEnvelope();
 
-        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+        org.apache.axis2.client.Call call = new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/util/InvokerThread.java Sun Dec  4 06:45:37 2005
@@ -50,7 +50,7 @@
         try {
             log.info("Starting Thread number "+ threadNumber + " .............");
             Call call =
-                    new Call("target/test-resources/intregrationRepo");
+                    new Call("target/test-resources/integrationRepo");
             OMElement payload = TestingUtils.createDummyOMElement();
 
             Options options = new Options();

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/groovy/GroovyServiceTest.java Sun Dec  4 06:45:37 2005
@@ -82,7 +82,7 @@
         OMElement payload = getpayLoad();
 
         Call call =
-                new Call("target/test-resources/intregrationRepo");
+                new Call("target/test-resources/integrationRepo");
 
         Options options = new Options();
         options.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/integration/UtilServer.java Sun Dec  4 06:45:37 2005
@@ -131,7 +131,7 @@
 
         ConfigurationContextFactory efac = new ConfigurationContextFactory();
         ConfigurationContext sysContext =
-                efac.buildClientConfigurationContext("target/test-resources/intregrationRepo");
+                efac.buildClientConfigurationContext("target/test-resources/integrationRepo");
          ModuleDescription moduleDesc = deploymentEngine.buildModule(file,sysContext.getAxisConfiguration());
         sysContext.getAxisConfiguration().addModule(moduleDesc);
         //sysContext.getAxisConfiguration().engageModule(moduleDesc.getName());

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMLoadTest.java Sun Dec  4 06:45:37 2005
@@ -102,7 +102,7 @@
             OMElement payload = createEnvelope();
 
             org.apache.axis2.client.Call call =
-                    new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                    new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
 
             Options options = new Options();
             call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMTest.java Sun Dec  4 06:45:37 2005
@@ -104,7 +104,7 @@
         OMElement payload = createEnvelope();
 
         org.apache.axis2.client.Call call = new org.apache.axis2.client.Call(
-                "target/test-resources/intregrationRepo" );
+                "target/test-resources/integrationRepo" );
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -152,7 +152,7 @@
         OMElement payload = createEnvelope();
 
         org.apache.axis2.client.Call call =
-                new org.apache.axis2.client.Call("target/test-resources/intregrationRepo");
+                new org.apache.axis2.client.Call("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/mtom/EchoRawMTOMToBase64Test.java Sun Dec  4 06:45:37 2005
@@ -100,7 +100,7 @@
     public void testEchoXMLASync() throws Exception {
         OMElement payload = createPayload();
 
-        String clientHome = "target/test-resources/intregrationRepo";
+        String clientHome = "target/test-resources/integrationRepo";
 
         Options clientOptions = new Options();
         clientOptions.setTo(targetEPR);
@@ -147,7 +147,7 @@
 
             OMElement payload = createPayload();
 
-            String clientHome = "target/test-resources/intregrationRepo";
+            String clientHome = "target/test-resources/integrationRepo";
 
             Options clientOptions = new Options();
             clientOptions.setTo(targetEPR);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/MultirefTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/MultirefTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/MultirefTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/MultirefTest.java Sun Dec  4 06:45:37 2005
@@ -125,7 +125,7 @@
         ref.setText("hello Axis2");
         envelope.getBody().addChild(ref);
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -166,7 +166,7 @@
 
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -201,7 +201,7 @@
         ref.setText("10");
         envelope.getBody().addChild(ref);
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -245,7 +245,7 @@
 
 
             RPCCall call =
-                    new RPCCall("target/test-resources/intregrationRepo");
+                    new RPCCall("target/test-resources/integrationRepo");
 
             Options options = new Options();
             call.setClientOptions(options);
@@ -298,7 +298,7 @@
         envelope.getBody().addChild(om4);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -348,7 +348,7 @@
         envelope.getBody().addChild(om4);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -401,7 +401,7 @@
         envelope.getBody().addChild(om4);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -464,7 +464,7 @@
                 "</reference>";
         envelope.getBody().addChild(getOMelemnt(str, fac));
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -518,7 +518,7 @@
         }
         envelope.getBody().addChild(staxOMBuilder.getDocumentElement());
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java?rev=353850&r1=353849&r2=353850&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java Sun Dec  4 06:45:37 2005
@@ -97,7 +97,7 @@
 
     public void testEditBean() throws AxisFault {
         configureSystem("editBean");
-        String clientHome = "target/test-resources/intregrationRepo";
+        String clientHome = "target/test-resources/integrationRepo";
 
         Options options = new Options();
         options.setTo(targetEPR);
@@ -159,7 +159,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         MyBean bean = new MyBean();
@@ -194,7 +194,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -214,7 +214,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -228,7 +228,7 @@
     public void testAdd() throws AxisFault {
         configureSystem("add");
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         options.setTo(targetEPR);
@@ -248,7 +248,7 @@
     public void testDivide() throws AxisFault {
         configureSystem("divide");
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         call.setClientOptions(options);
@@ -268,7 +268,7 @@
     public void testEchoBool() throws AxisFault {
         configureSystem("echoBool");
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
 
         Options options = new Options();
         options.setTo(targetEPR);
@@ -297,7 +297,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -317,7 +317,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         Company com = new Company();
@@ -357,7 +357,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -378,7 +378,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -401,7 +401,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         MyBean bean = new MyBean();
@@ -436,7 +436,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -460,7 +460,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -487,7 +487,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         ArrayList args = new ArrayList();
@@ -510,7 +510,7 @@
                 false);
 
         RPCCall call =
-                new RPCCall("target/test-resources/intregrationRepo");
+                new RPCCall("target/test-resources/integrationRepo");
         call.setClientOptions(options);
 
         OMElement elem = call.invokeBlocking("handleArrayList", getpayLoad());