[jboss-cvs] JBossAS SVN: r93300 - branches/Branch_5_x/server/src/etc/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 8 18:10:37 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-09-08 18:10:36 -0400 (Tue, 08 Sep 2009)
New Revision: 93300

Modified:
   branches/Branch_5_x/server/src/etc/deployers/ear-deployer-jboss-beans.xml
Log:
JBAS-7235 - Enable EAR isolation by default


Modified: branches/Branch_5_x/server/src/etc/deployers/ear-deployer-jboss-beans.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/deployers/ear-deployer-jboss-beans.xml	2009-09-08 20:06:52 UTC (rev 93299)
+++ branches/Branch_5_x/server/src/etc/deployers/ear-deployer-jboss-beans.xml	2009-09-08 22:10:36 UTC (rev 93300)
@@ -54,6 +54,6 @@
       <!-- A flag indicating if ear deployments should have their own scoped
          class loader to isolate their classes from other deployments.
       -->      
-      <property name="isolated">false</property>
+      <property name="isolated">true</property>
    </bean>
 </deployment>




More information about the jboss-cvs-commits mailing list