Re: [JBoss-user] MessageDrivenBean transactions

2001-03-29 Thread Peter Antman
Hi, yes in principal it work, buty I have to admit I have not tested with setRollback only, but throwing an EJBException roll the transaction back. But basically all ways you are allowed to use to mark the current transaction for rollback should work. On Thu, 29 Mar 2001, Todd Huss wrote: > I'm

[JBoss-user] MessageDrivenBean transactions

2001-03-29 Thread Todd Huss
I'm using MessageDrivenBeans in JBoss with the transaction attribute required. I know that in Weblogic, when using container managed transactions with MDB's the receipt of the message is considered part of the transaction so that a ctx.setRollbackOnly() will be as if the message hasn't been delive