[jboss-cvs] jboss-seam/examples/jpa/resources ...

Shane Bryzak sbryzak at redhat.com
Thu May 17 00:06:28 EDT 2007


  User: sbryzak2
  Date: 07/05/17 00:06:28

  Modified:    examples/jpa/resources   components.xml web.xml
  Log:
  JBSEAM-1180
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/jpa/resources/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources/components.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	27 Feb 2007 07:16:48 -0000	1.7
  +++ components.xml	17 May 2007 04:06:28 -0000	1.8
  @@ -8,7 +8,7 @@
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
   
  -    <core:init debug="true"/>    
  +    <core:init debug="false"/>    
   
       <core:manager conversation-timeout="120000" 
                     concurrent-request-timeout="500"
  
  
  
  1.8       +6 -6      jboss-seam/examples/jpa/resources/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	4 May 2007 11:53:02 -0000	1.7
  +++ web.xml	17 May 2007 04:06:28 -0000	1.8
  @@ -43,6 +43,7 @@
         <servlet-name>Faces Servlet</servlet-name>              
         <url-pattern>*.seam</url-pattern>        
       </servlet-mapping>
  +    
       <!-- JSF parameters -->  
       <context-param>              
         <param-name>javax.faces.STATE_SAVING_METHOD</param-name>              
  @@ -57,9 +58,8 @@
         <param-value>true</param-value>    
       </context-param>  
       
  -    <!-- MyFaces -->    
       <listener>        
  -      <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>    
  +        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>     
       
       <session-config>
  
  
  



More information about the jboss-cvs-commits mailing list