[richfaces-svn-commits] JBoss Rich Faces SVN: r15092 - branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 3 04:43:10 EDT 2009
Author: mvitenkov
Date: 2009-08-03 04:43:10 -0400 (Mon, 03 Aug 2009)
New Revision: 15092
Modified:
branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
Log:
patch for work under jboss container.
Modified: branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2009-08-03 08:42:04 UTC (rev 15091)
+++ branches/community/3.3.X/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2009-08-03 08:43:10 UTC (rev 15092)
@@ -215,6 +215,14 @@
<param-value>false</param-value>
</context-param>
+ <!-- FOR JBOSS CONTAINER!!! -->
+ <context-param>
+ <param-name>
+ org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL
+ </param-name>
+ <param-value>true</param-value>
+ </context-param>
+
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
@@ -253,14 +261,16 @@
<param-name>uploadThresholdSize</param-name>
<param-value>100k</param-value>
</init-param>
-
- <init-param>
+
+ <init-param>
<param-name>uploadRepositoryPath</param-name>
<param-value>/temp</param-value>
- <description>Set the path where the intermediary files will be stored.
+ <description>
+ Set the path where the intermediary files will be
+ stored.
</description>
- </init-param>
-
+ </init-param>
+
</filter>
<filter-mapping>
More information about the richfaces-svn-commits
mailing list