This content has been marked as final.
Show 3 replies
-
1. Re: what's the defination of inactivity (timeout from inactivity to removal SFSB by container)
bondchan921 Dec 6, 2012 9:17 AM (in response to bondchan921)Using JBOSS 5.1.0
-
2. Re: what's the defination of inactivity (timeout from inactivity to removal SFSB by container)
bondchan921 Dec 7, 2012 6:13 AM (in response to bondchan921)Does anyone know how the max-bean-age and max-bean-lift is calculated
max-bean-life = (currentTime - timeofCreated) - sumOf( time used on the method calls on this bean) ?
max-bean-age = (currentTime - timeofCreated or timeOfSwapIn) - sumOf( time used on the method calls on this bean) ?
-
3. Re: what's the defination of inactivity (timeout from inactivity to removal SFSB by container)
bondchan921 Dec 9, 2012 9:05 AM (in response to bondchan921)anyone can do me a favour ?
I'm upgrading a 10+ years application to jboss 5, the SFSB can't be remove by call ejbObject.remove() when inside a transaction in jboss 5, the memory size used by SFSB is our biggest concern now.
I want to config the time to not too short not causing NoSuchObjectException, but not too long to cause the memory problem ..