[jboss-cvs] JBossAS SVN: r64620 - trunk/server/src/etc/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 16 09:03:30 EDT 2007


Author: adrian at jboss.org
Date: 2007-08-16 09:03:30 -0400 (Thu, 16 Aug 2007)
New Revision: 64620

Modified:
   trunk/server/src/etc/deployers/ear-deployer-beans.xml
Log:
JBAS-4193 - Doesn't look like Scott every committed this change to the ObjectModelFactoryDeployer

Modified: trunk/server/src/etc/deployers/ear-deployer-beans.xml
===================================================================
--- trunk/server/src/etc/deployers/ear-deployer-beans.xml	2007-08-16 12:10:38 UTC (rev 64619)
+++ trunk/server/src/etc/deployers/ear-deployer-beans.xml	2007-08-16 13:03:30 UTC (rev 64620)
@@ -12,7 +12,7 @@
    <bean name="AppParsingDeployer" class="org.jboss.deployment.AppParsingDeployer">
       <property name="type">ear</property>
       <property name="useSchemaValidation">true</property>
-      <!-- What is this? property name="useValidation">false</property -->
+      <!-- TODO JBAS-4193 property name="useValidation">false</property -->
    </bean>
    <!-- Implicit ear contents identifying deployer for ears without
       an application.xml




More information about the jboss-cvs-commits mailing list