[jboss-user] [EJB/JBoss] - Is passivation enabled twice?

javidjamae do-not-reply at jboss.com
Fri Jan 4 19:57:10 EST 2008


I've yet to verify, but it looks like passivation is enabled twice for stateful session beans in the all configuration of JBoss-5.0.0.Beta3. 

1) In server/all/conf/standardjboss.xml, the container for "Standard Stateful SessionBean" has the StatefulSessionFilePersistenceManager persistence manager set.

2) In server/all/deploy/cluster/ejb3-cluster-sfsbcache-beans.xml, there is a cacheLoaderConfig property set to a bean named EJB3SFSBCacheLoaderConfig, which has a passivation property set to true. This enables passivation over JBoss cache. 

Is passivation happening twice out of the box, once to the file system and once to the cache? If so, is this an oversight? Should the filesystem based passivation be turned off when running the all configuration?

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

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



More information about the jboss-user mailing list