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

Gavin King gavin.king at jboss.com
Thu Oct 12 21:27:44 EDT 2006


  User: gavin   
  Date: 06/10/12 21:27:44

  Modified:    examples/booking/resources/WEB-INF  components.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.4       +3 -1      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	30 Jun 2006 20:44:10 -0000	1.3
  +++ components.xml	13 Oct 2006 01:27:44 -0000	1.4
  @@ -6,8 +6,10 @@
           <property name="jndiPattern">@jndiPattern@</property>
       </component>
       
  -    <!-- 120 second conversation timeout -->
       <component name="org.jboss.seam.core.manager">
  +        <!-- half second wait for conversation lock on concurrent requests -->
  +        <property name="concurrentRequestTimeout">500</property>
  +        <!-- 120 second conversation timeout -->
           <property name="conversationTimeout">120000</property>
           <property name="conversationIdParameter">cid</property>
           <property name="conversationIsLongRunningParameter">clr</property>
  
  
  



More information about the jboss-cvs-commits mailing list