[jboss-cvs] JBossAS SVN: r111293 - branches/JBPAPP_5_1/server/src/etc/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 3 06:40:44 EDT 2011


Author: jaikiran
Date: 2011-05-03 06:40:44 -0400 (Tue, 03 May 2011)
New Revision: 111293

Modified:
   branches/JBPAPP_5_1/server/src/etc/deployers/metadata-deployer-jboss-beans.xml
Log:
JBPAPP-6239 Enable strictServletSpecCompliance for annotation scanning of classes in web application, by default

Modified: branches/JBPAPP_5_1/server/src/etc/deployers/metadata-deployer-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_1/server/src/etc/deployers/metadata-deployer-jboss-beans.xml	2011-05-03 09:13:36 UTC (rev 111292)
+++ branches/JBPAPP_5_1/server/src/etc/deployers/metadata-deployer-jboss-beans.xml	2011-05-03 10:40:44 UTC (rev 111293)
@@ -108,7 +108,7 @@
 
          See JBAS-8318 JIRA for more details
       -->
-      <property name="strictServletSpecCompliance">false</property>
+      <property name="strictServletSpecCompliance">true</property>
    </bean>
 
    <!-- Extract annotations into a standard metadata view



More information about the jboss-cvs-commits mailing list