[jboss-cvs] JBossAS SVN: r111247 - branches/JBPAPP_5_1/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 26 04:34:28 EDT 2011


Author: jaikiran
Date: 2011-04-26 04:34:28 -0400 (Tue, 26 Apr 2011)
New Revision: 111247

Modified:
   branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml
Log:
JBPAPP-6239 Added comments to war-deployer-jboss-beans.xml to explain a bit about the new deployers

Modified: branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml
===================================================================
--- branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml	2011-04-26 08:29:31 UTC (rev 111246)
+++ branches/JBPAPP_5_1/tomcat/src/resources/war-deployers-jboss-beans.xml	2011-04-26 08:34:28 UTC (rev 111247)
@@ -25,9 +25,18 @@
    <bean name="JBossWebAppParsingDeployer" class="org.jboss.deployment.JBossWebAppParsingDeployer">
       <property name="relativeOrder">2001</property>
    </bean>
-   
+
+   <!--
+      Checks for the presence of JSF managed beans in WEB-INF/faces-config.xml and META-INF/faces-config.xml files
+      See https://issues.jboss.org/browse/JBAS-8318 for more details
+   -->
    <bean name="FacesConfigParsingDeployer" class="org.jboss.web.deployers.FacesConfigParsingDeployer"/>
 
+   <!--
+         Checks for the presence of JSF managed beans in the files specified as context param values of
+         javax.faces.CONFIG_FILES context param of a web application.
+         See https://issues.jboss.org/browse/JBAS-8318 for more details
+   -->
    <bean name="WebContextParamFacesConfigParsingDeployer" class="org.jboss.web.deployers.WebContextParamFacesConfigParsingDeployer"/>
 
   <!-- See JBAS-6062 -->



More information about the jboss-cvs-commits mailing list