JBoss Community

Re: Passivating EJB 3 Stateful Session Beans stops the World

created by Fidel Andrés Vargas Londoño in EJB3 Development - View the full discussion

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

Start a new discussion in EJB3 Development at Community