Bugs item #456257, was opened at 2001-08-28 12:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=456257&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 7
Submitted By: Bill Burke (patriot1burke)
Assigned to: Nobody/Anonymous (nobody)
Summary: entity may not be released on TX timeout

Initial Comment:
> JBoss uses pessimistic locking.  So as an entity 
bean is accessed within a
> transaction it is pessimistically locked.
> 
> What if the thread that is the transaction is tied 
up blocking forever on
> I/O?  Yes, the TM will mark the transaction as 
rolled back, but the entity
> beans locked within the transaction will not be 
released because 
> the thread
> will never wakeup and realize it must do a 
rollback.  Am I wrong here?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=456257&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to