[jboss-dev-forums] [Design of EJB 3.0] - Re: Cache configurations for EJB3 stateful beans

bstansberry@jboss.com do-not-reply at jboss.com
Thu Jan 29 10:55:16 EST 2009


For Clustered:

1) Setting the name=CacheConfig.DEFAULT_CLUSTERED_OBJECT_NAME attribute isn't necessary. If you leave the default "" value, StatefulTreeCache will use CacheConfig.DEFAULT_CLUSTERED_OBJECT_NAME.

2) For more on the meaning of the "name" attribute when used with StatefulTreeCache, see "Usage with EJB3 SFSB Clustering" section of http://www.jboss.org/community/docs/DOC-13185 .

3) maxSize=0 and idleTimeoutSeconds=0 will disable passivation for a bean that uses StatefulTreeCache.

Paul Ferraro is updating the EJB3 section of the AS Clustering Guide; suggest you ping him in case he has other comments.

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

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



More information about the jboss-dev-forums mailing list