[jboss-cvs] JBossAS SVN: r92680 - branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 21 14:09:48 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-08-21 14:09:48 -0400 (Fri, 21 Aug 2009)
New Revision: 92680

Modified:
   branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/deployers.xml
Log:
Revert windows locking changes for now


Modified: branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/deployers.xml
===================================================================
--- branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/deployers.xml	2009-08-21 17:33:00 UTC (rev 92679)
+++ branches/JBPAPP_5_0/server/src/etc/conf/all/bootstrap/deployers.xml	2009-08-21 18:09:48 UTC (rev 92680)
@@ -75,13 +75,13 @@
    </bean>
 
    <!-- Always copy archives (non-exploded jar/war/ear) to tmp.
-       There are 2 very important reasons why this needs to be done:
+        This can be used to help
 
        1. Windows File Locking - An open file on windows can not be deleted </li>
        2. Zlib (all platforms) - causes jvm segfaults when the contents of the jar change unexpectedly
                (during a user copy)
+   <bean name="ArchiveForceTempTypeMatcher" class="org.jboss.system.deployers.vfs.ArchiveForceTempTypeMatcher"/>
    -->
-   <bean name="ArchiveForceTempTypeMatcher" class="org.jboss.system.deployers.vfs.ArchiveForceTempTypeMatcher"/>
 
    <!-- The holder for deployers that determine structure -->
    <bean name="StructuralDeployers" class="org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl">




More information about the jboss-cvs-commits mailing list