Bugs item #692273, was opened at 2003-02-24 17:11
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=692273&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Lior Kanfi (kanfil)
Assigned to: Nobody/Anonymous (nobody)
Summary: EntityContainer.flushCache using jmx-console
Initial Comment:
when calling EntityContainer.flushCache using commit
option A
the passivation of the cache is scheduled but later the
passivation is postpone eventough the entitybean is not
part of a lock nor a transaction.
the fix for the problem seem to be very easy.
in the EntityInstanceCahce.canPassivate the 3rd if
should be
else if !
(m_container.getLockManager().canPassivate(((EntityEnterpriseContext)ctx).getCacheKey()))
{
return false;
}
attached a trace log
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=692273&group_id=22866
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development