[jboss-cvs] jboss-seam/examples/glassfish/resources/WEB-INF ...

Michael Yuan michael.yuan at jboss.com
Thu Jun 7 15:00:51 EDT 2007


  User: myuan   
  Date: 07/06/07 15:00:51

  Modified:    examples/glassfish/resources/WEB-INF  faces-config.xml
  Log:
  Confirmed to work with Glassfish v2 beta4
  
  Revision  Changes    Path
  1.4       +0 -4      jboss-seam/examples/glassfish/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- faces-config.xml	26 Feb 2007 18:32:33 -0000	1.3
  +++ faces-config.xml	7 Jun 2007 19:00:51 -0000	1.4
  @@ -4,10 +4,6 @@
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
   
  -    <application>
  -        <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  -    </application>
  -
       <!-- Select one of the standard transaction models for the Seam application -->

       <lifecycle>
        <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
    </lifecycle>

   </faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list