Author: ppitonak(a)redhat.com
Date: 2011-08-18 05:23:42 -0400 (Thu, 18 Aug 2011)
New Revision: 22656
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
Metamer switched from development mode to production because of a bug in Mojarra 2.1
Modified: modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-08-18
07:43:16 UTC (rev 22655)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-08-18
09:23:42 UTC (rev 22656)
@@ -8,10 +8,11 @@
<welcome-file>faces/index.xhtml</welcome-file>
</welcome-file-list>
- <context-param>
+ <!-- disabled because of a bug in Mojarra 2.1 showing an error message on every
page -->
+ <!-- <context-param>
<param-name>javax.faces.PROJECT_STAGE</param-name>
<param-value>Development</param-value>
- </context-param>
+ </context-param>-->
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
Show replies by date