You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/06/02 18:36:11 UTC

svn commit: r1599260 - in /tomee/tomee/trunk/examples/deltaspike-fullstack/src/main: java/org/superbiz/deltaspike/startup/ExtValStartupListener.java resources/META-INF/faces-config.xml

Author: andygumbrecht
Date: Mon Jun  2 16:36:10 2014
New Revision: 1599260

URL: http://svn.apache.org/r1599260
Log:
Remove workaround no longer required with ExtVal 2.0.8 - This closes #8

Removed:
    tomee/tomee/trunk/examples/deltaspike-fullstack/src/main/java/org/superbiz/deltaspike/startup/ExtValStartupListener.java
Modified:
    tomee/tomee/trunk/examples/deltaspike-fullstack/src/main/resources/META-INF/faces-config.xml

Modified: tomee/tomee/trunk/examples/deltaspike-fullstack/src/main/resources/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/deltaspike-fullstack/src/main/resources/META-INF/faces-config.xml?rev=1599260&r1=1599259&r2=1599260&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/deltaspike-fullstack/src/main/resources/META-INF/faces-config.xml (original)
+++ tomee/tomee/trunk/examples/deltaspike-fullstack/src/main/resources/META-INF/faces-config.xml Mon Jun  2 16:36:10 2014
@@ -22,13 +22,4 @@
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
               version="2.0">
 
-    <!-- only works for configs located in META-INF -->
-    <ordering>
-        <before><others/></before>
-    </ordering>
-
-    <lifecycle>
-        <phase-listener>org.superbiz.deltaspike.startup.ExtValStartupListener</phase-listener>
-    </lifecycle>
-
 </faces-config>