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 th...@apache.org on 2007/06/19 15:08:16 UTC

svn commit: r548718 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/repository/util/WSInfo.java

Author: thilina
Date: Tue Jun 19 06:08:15 2007
New Revision: 548718

URL: http://svn.apache.org/viewvc?view=rev&rev=548718
Log:
uncommenting the work around for Axis2-2626 as it's not being fixed as mentioned...

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/repository/util/WSInfo.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/repository/util/WSInfo.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/repository/util/WSInfo.java?view=diff&rev=548718&r1=548717&r2=548718
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/repository/util/WSInfo.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/deployment/repository/util/WSInfo.java Tue Jun 19 06:08:15 2007
@@ -51,9 +51,9 @@
         this.lastModifiedDate = lastModifiedDate;
         this.deployer = deployer;
         //TODO: This is a temporary fix for the hot update in custom deployers
-//        if (!(deployer instanceof ServiceDeployer)) {
-//           this.type=2;
-//        }
+        if (!(deployer instanceof ServiceDeployer)) {
+           this.type=2;
+        }
     }
 
     public String getFileName() {



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