Bugs item #992297, was opened at 2004-07-16 05:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=992297&group_id=22866
Category: JBossCache Group: None Status: Open Resolution: None Priority: 3 Submitted By: Ben Wang (bwang00) Assigned to: Ben Wang (bwang00) Summary: Need more expliciti upgrade lock timeout exception Initial Comment: Currently when transaction isolation level is set to REPEATABLE, it uses read write lock with upgrade. However, when there are multiple upgrade threads request, only the first thread is allowed to wait. The rest of return right away and throw a timeout exception. Application developer should catch this exception and then re-try. Problem is we should provde a more explicit exception, possibly TooManyUpgradeWaiterException for this specific case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=992297&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
