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 ke...@apache.org on 2007/04/24 10:32:58 UTC

svn commit: r531829 - /webservices/axis2/branches/java/1_2/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java

Author: keithc
Date: Tue Apr 24 01:32:57 2007
New Revision: 531829

URL: http://svn.apache.org/viewvc?view=rev&rev=531829
Log:
Applying patch given in Axis2-2584


Modified:
    webservices/axis2/branches/java/1_2/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java

Modified: webservices/axis2/branches/java/1_2/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java?view=diff&rev=531829&r1=531828&r2=531829
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java (original)
+++ webservices/axis2/branches/java/1_2/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java Tue Apr 24 01:32:57 2007
@@ -221,7 +221,7 @@
                     // trying to use the jar scheme as the base URI. I think this can be used to handle
                     // wsdl 1.1 as well without using a custome URI resolver. Need to look at it later.
                     axisServiceBuilder.setBaseUri(
-                            "jar:file://" + serviceArchiveFile.getAbsolutePath() + "!/" + baseURI);
+                            "jar:" + serviceArchiveFile.toURI() + "!/" + baseURI);
                 }
             } else {
                 if (serviceArchiveFile != null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org