[jboss-dev-forums] [EJB3 Development] - Re: Passivating EJB 3 Stateful Session Beans stops the World
Fidel Andrés Vargas Londoño
do-not-reply at jboss.com
Mon Sep 3 11:05:18 EDT 2012
Fidel Andrés Vargas Londoño [https://community.jboss.org/people/fivalo] created the discussion
"Re: Passivating EJB 3 Stateful Session Beans stops the World"
To view the discussion, visit: https://community.jboss.org/message/757618#757618
--------------------------------------------------------------
HI
Im getting an stops the world with Jboss AS, I only want to know if this is the final configuration:
<annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.Cache) AND class(@org.jboss.ejb3.annotation.Clustered)">
@org.jboss.ejb3.annotation.Cache ("StatefulTreeCache")
</annotation>
<annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.CacheConfig) AND class(@org.jboss.ejb3.annotation.Clustered)">
@org.jboss.ejb3.annotation.CacheConfig (name="sfsb-cache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
</annotation>
or I must to change to SimpleStatefulCache
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/757618#757618]
Start a new discussion in EJB3 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120903/13082d6b/attachment.html
More information about the jboss-dev-forums
mailing list