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

Gavin King gavin.king at jboss.com
Sun Jun 3 16:56:47 EDT 2007


  User: gavin   
  Date: 07/06/03 16:56:47

  Modified:    examples/booking/resources/WEB-INF   components.xml
                        pages.xml
  Log:
  JBSEAM-1005
  
  Revision  Changes    Path
  1.16      +1 -2      jboss-seam/examples/booking/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/resources/WEB-INF/components.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- components.xml	31 May 2007 00:58:05 -0000	1.15
  +++ components.xml	3 Jun 2007 20:56:47 -0000	1.16
  @@ -12,8 +12,7 @@
   
       <core:manager conversation-timeout="120000"
                     concurrent-request-timeout="500"
  -                  conversation-id-parameter="cid"
  -                  conversation-is-long-running-parameter="clr"/>
  +                  conversation-id-parameter="cid"/>
   
       <core:transaction-listener/>
   
  
  
  
  1.27      +9 -3      jboss-seam/examples/booking/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/resources/WEB-INF/pages.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- pages.xml	22 May 2007 02:20:38 -0000	1.26
  +++ pages.xml	3 Jun 2007 20:56:47 -0000	1.27
  @@ -52,7 +52,9 @@
           
       </page>
       
  -	<page view-id="/hotel.xhtml">
  +	<page view-id="/hotel.xhtml" 
  +	      conversation-required="true" 
  +	      login-required="true">
             
           <description>View hotel: #{hotel.name}</description>
           
  @@ -62,7 +64,9 @@
           
       </page>
   
  -	<page view-id="/book.xhtml">
  +	<page view-id="/book.xhtml" 
  +	      conversation-required="true" 
  +	      login-required="true">
             
           <description>Book hotel: #{hotel.name}</description>
           
  @@ -74,7 +78,9 @@
           
       </page>
   
  -	<page view-id="/confirm.xhtml">
  +	<page view-id="/confirm.xhtml" 
  +	      conversation-required="true" 
  +	      login-required="true">
             
           <description>Confirm booking: #{booking.description}</description>
           
  
  
  



More information about the jboss-cvs-commits mailing list