[jboss-user] [EJB/JBoss] - Passivation - can its time of occurance be controlled? (4.2.
konkimalla
do-not-reply at jboss.com
Tue Oct 9 11:43:16 EDT 2007
We use a stateful session bean, which opens a socket connection. It is understood that during the passivation this connection needs to be closed, otherwise the connection becomes hung state and becomes useless during the next garbage collection time. So, during activation we are reopening the connection and everything works well.
I observed that in 4.2.1.ga, passivation happens approximately 6 to 10 mins. I have seen the variation in the time. I thought of removing the passivation, so edited the following file
ejb3-clustered-sfsbcache-service.xml with to have false. Even after running using "-c all" option, I see passivation is happening; I see logs showing that the state is getting stored in a file.
1) Is there any way I can stop the passivation?
2) Is there any way to increase the time of passivation to "x" mins.
This is becoming a bottleneck to our requirement. Hence, Please give me a solution.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093090#4093090
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093090
More information about the jboss-user
mailing list