Author: jjamrich
Date: 2011-12-07 04:46:45 -0500 (Wed, 07 Dec 2011)
New Revision: 23053
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/faces-config.xml
Log:
Fix Metamer deploy on AS 7.1 (remove simple push init)
Since there is JBoss AS 7.1.0.Beta1 released, we started support it as well. And current
source for push initialization supports just only 7.0.x. So, remove initializations in
faces-config.xml until prepare version detecting runtime env. and supports AS 7.1
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/faces-config.xml 2011-12-06
17:45:30 UTC (rev 23052)
+++
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/faces-config.xml 2011-12-07
09:46:45 UTC (rev 23053)
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
<application>
-
+<!--
<system-event-listener>
<system-event-listener-class>org.richfaces.tests.metamer.listener.HornetQInitializer</system-event-listener-class>
<system-event-class>javax.faces.event.PostConstructApplicationEvent</system-event-class>
@@ -13,7 +13,7 @@
<system-event-listener-class>org.richfaces.tests.metamer.listener.TopicsInitializer</system-event-listener-class>
<system-event-class>javax.faces.event.PostConstructApplicationEvent</system-event-class>
</system-event-listener>
-
+ -->
</application>
<lifecycle>