[jboss-user] [JBoss Seam] - conversation timeout

goose-dog do-not-reply at jboss.com
Mon Jul 31 01:12:49 EDT 2006


Hi, has anyone had this problem?

My conversations never timeout.  Only when my session timeout do my conversations timeout too.

Here is my components.xml, conversation should timeout in 2 minutes, but it took 30 minutes(my session timeout).



  | <components>
  | 
  |     <component name="org.jboss.seam.core.init">
  |         <property name="myFacesLifecycleBug">@myFacesLifecycleBug@</property>
  |         <property name="jndiPattern">@jndiPattern@</property>
  |     </component>
  |     
  |     <!-- 120 second conversation timeout -->
  |     <component name="org.jboss.seam.core.manager">
  |         <property name="conversationTimeout">120000</property>
  |     </component>
  |     
  |     <component class="org.jboss.seam.core.Jbpm">
  |         <property name="pageflowDefinitions">newUser.jpdl.xml</property>
  |     </component>
  |         
  |     <component class="org.jboss.seam.core.Ejb" 
  |            installed="@embeddedEjb@"/>
  | 
  | </components>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961767#3961767

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961767



More information about the jboss-user mailing list