Change Notes item #454518, was opened at 2001-08-23 03:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=454518&group_id=22866

Category: None
Group: v3.0 (Rabbit Hole)
Status: Open
Priority: 5
Submitted By: Peter Antman (pra)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug with setRollbackOnly for MDB fixed.

Initial Comment:
setRollbackOnly for MDB did not work correct.

Reason: the value it checked in MessageDrivenMetadata
was not set during deployment since it relied on
ApplicationMedatadata, before that class has fully done
its jobb. That is, it tried to lookup the
methodTransaction atribute befor it was set.

The logic has now changed and MessageDrivenMetadata
overrides the getMethodTransactionType and cached the
result. MessageDrivenEnterpriseContext also now instead
relies on getMethodTransactionType() instead.

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

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

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

Reply via email to