EJB cache issues in Weblogic Server => never freeing beans
I use EJB Entity to access application database
(I use CMT as transactional behaviour management)
I've got several "weblogic.ejb20.cache.CacheFullException" on a EJB entity (over the default of 1000)
Although I only have fews users (so few transactions running at the same time)
I check the number of beans in cache (Weblogic Administration Console > Deployment > monitoring), I see the number growing and growing and never going down.
It seems that the EJB container doesn't free the beans instance at the COMMIT time !!!
Did anyone faced same kind of problem ?
(Weblogic Server 9.2 MP2)
thanx
I've got several "weblogic.ejb20.cache.CacheFullException" on a EJB entity (over the default of 1000)
Although I only have fews users (so few transactions running at the same time)
I check the number of beans in cache (Weblogic Administration Console > Deployment > monitoring), I see the number growing and growing and never going down.
It seems that the EJB container doesn't free the beans instance at the COMMIT time !!!
Did anyone faced same kind of problem ?
(Weblogic Server 9.2 MP2)
thanx
0