Author: jjamrich
Date: 2011-12-06 12:45:30 -0500 (Tue, 06 Dec 2011)
New Revision: 23052
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/faces-config.xml
Log:
RFPL-1572: fix automatic topic create
Left appropriate lines in faces-config.xml commented in last commit. Have no idea how it
worked for me when I had commited last changes. Autoinit is required.
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:42:23 UTC (rev 23051)
+++
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/faces-config.xml 2011-12-06
17:45:30 UTC (rev 23052)
@@ -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>