[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2009-06-29 Thread asookazian
This is helpful regarding this problem: http://www.jboss.org/community/wiki/JbossTimeoutSettingForSeam It states that serializability problems may be the root cause of this exception as well. But if that's true, wouldn't you get serializable/passivation exceptions in the server.log? I've seen

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2008-05-30 Thread [EMAIL PROTECTED]
"boobalan_kj" wrote : Hi | | you could control life time of bean by using the following configurations... | | | Standard Stateful SessionBean | | org.jboss.ejb.plugins.LRUStatefulContextCachePolicy | | 50 | 100 |

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2006-11-09 Thread Ci
thank you! btw, I found the answer to my first question. ejb3-interceptors-aop.xml: | ... | | @org.jboss.annotation.ejb.cache.simple.CacheConfig (maxSize=10, idleTimeoutSeconds=3600) | | ... | View the original post : http://www.jboss.com/index.h

[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting

2006-11-03 Thread boobalan_kj
Hi you could control life time of bean by using the following configurations... Standard Stateful SessionBean org.jboss.ejb.plugins.LRUStatefulContextCachePolicy 50 100 300 300 200 600 400