Page 1 of 1

About Question enthuware.oce-ejbd.v6.2.424 :

Posted: Fri Aug 05, 2011 11:20 am
by PedroKowalski
Howdy!

I guess there is a small mistake in the exaplanaition:
Note that a client can get javax.ejb.EJBTransactionRolledbackException only if the bean method executes in the transaction context of the client. This can happen only if the transaction attribute of the bean is REQUIRED, MANDATORY, or SUPPORTED.
It should be SUPPORTS.

Cheers!

Re: About Question enthuware.oce-ejbd.v6.2.424 :

Posted: Sun Aug 07, 2011 9:16 am
by admin
This has been fixed.

Thanks for your feedback!

Re: About Question enthuware.oce-ejbd.v6.2.424 :

Posted: Sat Aug 24, 2013 12:52 am
by sanju.ait@gmail.com
It is not true in case of async calls, transaction context will be always new in that case and hence different behavior.

Re: About Question enthuware.oce-ejbd.v6.2.424 :

Posted: Sun Aug 25, 2013 10:18 am
by admin
Yes, but the question is only talking about possibility and the given correct option is one such possibility.

HTH,
Paul.