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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 21 07:51:33 EDT 2009


Author: alex.loubyansky at jboss.com
Date: 2009-03-21 07:51:33 -0400 (Sat, 21 Mar 2009)
New Revision: 86172

Modified:
   branches/Branch_5_x/server/src/etc/deployers/ejb-deployer-jboss-beans.xml
Log:
JBAS-4666 making verifier not strict until regressions are fixed

Modified: branches/Branch_5_x/server/src/etc/deployers/ejb-deployer-jboss-beans.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/deployers/ejb-deployer-jboss-beans.xml	2009-03-21 11:43:28 UTC (rev 86171)
+++ branches/Branch_5_x/server/src/etc/deployers/ejb-deployer-jboss-beans.xml	2009-03-21 11:51:33 UTC (rev 86172)
@@ -83,7 +83,7 @@
        Beans. If false, warnings/errors will be logged but the deployment
        will not fail.
        -->
-       <property name="strictVerifier">true</property>
+       <property name="strictVerifier">false</property>
 
     </bean>
 




More information about the jboss-cvs-commits mailing list