You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2008/07/31 02:50:53 UTC

svn commit: r681245 - /ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java

Author: midon
Date: Wed Jul 30 17:50:53 2008
New Revision: 681245

URL: http://svn.apache.org/viewvc?rev=681245&view=rev
Log:
fix the axis2 repo location

Modified:
    ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java?rev=681245&r1=681244&r2=681245&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/Axis2TestBase.java Wed Jul 30 17:50:53 2008
@@ -58,7 +58,7 @@
             super(false);
             this.webappPath = webappPath;
             String confLocation = webappPath + "/WEB-INF/conf/axis2.xml";
-            String repoLocation = webappPath + "/WEB-INF/processes";
+            String repoLocation = webappPath + "/WEB-INF";
             configContext = ConfigurationContextFactory
                     .createConfigurationContextFromFileSystem(repoLocation, confLocation);
         }