Bugs item #471228, was opened at 2001-10-15 00:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=471228&group_id=22866

Category: JBossTX
Group: v2.4 (stable)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Andreas Schaefer (schaefera)
Summary: Exceptions in BMT transaction blocks.

Initial Comment:
When an exception is thrown out of a transaction block
in a BMT Session Bean (between the begin & commit) the
only error displayed is:

Application error: BMT stateless bean MyBean should
complete transactions before returning (ejb1.1 spec,
11.6.1)

The original exception is not mentioned at all. 
Shouldn't an exception being thrown automatically
roll-back the transaction?  If not, my mistake, though
this poses a nasty debug situation as my code was
occasionally throwing a NullPointer.  My fault of
course, but very hard to track down when the only
message being displayed relates to a transaction not
being completed.

Cheers,

Dave


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

>Comment By: Andreas Schaefer (schaefera)
Date: 2001-11-15 14:07

Message:
Logged In: YES 
user_id=70434

Current JBoss CVS Head and Branch_2_4 does report the 
exception.

Andy

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

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

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

Reply via email to