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

Peter Muir peter at bleepbleep.org.uk
Thu Apr 5 12:19:38 EDT 2007


  User: pmuir   
  Date: 07/04/05 12:19:38

  Modified:    examples/ui/resources/WEB-INF   web.xml faces-config.xml
  Log:
  JBoss 4.2
  
  Revision  Changes    Path
  1.7       +1 -9      jboss-seam/examples/ui/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	3 Apr 2007 18:34:03 -0000	1.6
  +++ web.xml	5 Apr 2007 16:19:38 -0000	1.7
  @@ -17,7 +17,7 @@
       
       <context-param>
           <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  -        <param-value>com.sun.facelets.FaceletViewHandler</param-value>
  +        <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
       </context-param>
            
   	<!-- Seam -->
  @@ -48,17 +48,9 @@
           <url-pattern>/*</url-pattern>
       </filter-mapping>
   
  -    <!-- MyFaces -->
  -    <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  -    </listener>
  - 
  -    <!-- JSF RI -->
  -    <!--
       <listener>
           <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener> 
  -    -->
   
   	<context-param>
   		<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  
  
  
  1.4       +10 -29    jboss-seam/examples/ui/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/ui/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	22 Mar 2007 13:07:18 -0000	1.3
  +++ faces-config.xml	5 Apr 2007 16:19:38 -0000	1.4
  @@ -1,34 +1,15 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!-- JSF 1.1 -->
  -<!DOCTYPE faces-config 
  -    PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
  -    "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
  -<faces-config>
  +<faces-config version="1.2"
  +   xmlns="http://java.sun.com/xml/ns/javaee"
  +   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">
   
  -    <lifecycle>
  -        <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
  -    </lifecycle>
       <application>
  -        <message-bundle>messages</message-bundle>
  +        <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
       </application>
       
  -</faces-config>
  -
  -<!-- JSF 1.2 -->
  - 
  -<!--<faces-config version="1.2"-->
  -<!--   xmlns="http://java.sun.com/xml/ns/javaee"-->
  -<!--   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>	-->
  -<!---->
  -<!--    <lifecycle>-->
  -<!--        <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>-->
  -<!--    </lifecycle>-->
  -<!---->
  -<!--</faces-config>-->
  -
  +    <lifecycle>
  +        <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
  +    </lifecycle>
   
  +</faces-config>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list