[jboss-dev-forums] [Design of EJB 3.0] - Re: [EJBTHREE-788] Align Default timeout of SFSB and HttpSes

ALRubinger do-not-reply at jboss.com
Wed Oct 15 13:50:34 EDT 2008


I just spoke to Pete, who pointed me to:

http://seamframework.org/Community/ApplicationInstabilityInMultiuserEnvironment

This talks about SFSB removal, not passivation.

The default is now:

@org.jboss.ejb3.annotation.CacheConfig (maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)

...where "0" means "don't remove the bean as part of a timeout".

So either:

1) The issue is now fixed in EJB3 by nature of us not removing a SFSB
2) EJB3 is applying a removal timeout when it shouldn't.

The removals are reaped by a Thread with a name prefix of "SFSB Removal Thread - ", by default as defined by SimpleStatefulCache.

Pete and I have agreed to curb this pending further evidence that the issue is still present.

S,
ALR

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

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



More information about the jboss-dev-forums mailing list