[jboss-user] [EJB/JBoss] - Re: SFSB timeout setting
Ci
do-not-reply at jboss.com
Thu Nov 9 03:29:13 EST 2006
thank you!
btw, I found the answer to my first question.
ejb3-interceptors-aop.xml:
<domain name="Stateful Bean" extends="Base Stateful Bean" inheritBindings="true">
| ...
| <annotation expr="!class(@org.jboss.annotation.ejb.cache.simple.CacheConfig) AND !class(@org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.simple.CacheConfig (maxSize=100000, idleTimeoutSeconds=3600)
| </annotation>
| ...
| </domain>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984429#3984429
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984429
More information about the jboss-user
mailing list