2 Replies Latest reply on Jul 11, 2006 4:32 PM by nepoez79

    conversationTimeout setting does not work

      Hi, in the component.xml I have this setting, however my session bean which is in the conversation context which uses jdpl does not timeout at the specified time, in fact it takes 30 minutes before the context gets destroyed. Here is my compenent.xml




      @myFacesLifecycleBug@
      @jndiPattern@


      <!-- 120 second conversation timeout -->

      120000



      newUser.jpdl.xml




        • 1. Re: conversationTimeout setting does not work

           

          <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>
          


          • 2. Re: conversationTimeout setting does not work

            does anyone have the same experience.