[jboss-user] [JBoss Seam] - Re: Could not destroy component

toni do-not-reply at jboss.com
Mon Jul 16 09:19:18 EDT 2007


Here are the config files. What am I missing? I guess besides the web.xml descriptor timeouts are meassured in ms (you should put this in the docs)?

web.xml


  |    <!-- ==================== Default Session Configuration ================= -->
  |    <!-- You can set the default session timeout (in minutes) for all newly   -->
  |    <!-- created sessions by modifying the value below.                       -->
  | 
  |    <session-config>
  |       <session-timeout>20</session-timeout>
  |    </session-config>
  | 
  | 

standardjboss.xml

<max-bean-life>1800</max-bean-life>

components.xml

  <!--  120 0 000 ms conversation timeout = 20 minuten -->
  |   <component name="org.jboss.seam.core.manager">
  |       <property name="conversationTimeout">1200000</property>
  |   </component>

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

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



More information about the jboss-user mailing list