[jboss-cvs] JBossAS SVN: r62111 - branches/Branch_5_0/server/src/etc/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 4 22:17:32 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-04 22:17:32 -0400 (Wed, 04 Apr 2007)
New Revision: 62111

Modified:
   branches/Branch_5_0/server/src/etc/deployers/ear-deployer-beans.xml
Log:
JBAS-4193, add a useValidation property. This still needs a jbossxb update

Modified: branches/Branch_5_0/server/src/etc/deployers/ear-deployer-beans.xml
===================================================================
--- branches/Branch_5_0/server/src/etc/deployers/ear-deployer-beans.xml	2007-04-05 02:12:27 UTC (rev 62110)
+++ branches/Branch_5_0/server/src/etc/deployers/ear-deployer-beans.xml	2007-04-05 02:17:32 UTC (rev 62111)
@@ -30,6 +30,8 @@
          </parameter>
       </uninstall>
       <property name="type">ear</property>      
+      <property name="useSchemaValidation">true</property>
+      <property name="useValidation">false</property>
    </bean>
    <bean name="JBossAppParsingDeployer" class="org.jboss.deployment.JBossAppParsingDeployer">
       <install bean="MainDeployer" method="addDeployer">




More information about the jboss-cvs-commits mailing list