I didn't make it clear, you shouldn't do this
inside the transaction.

This should be in your servlet or whatever invokes
the object that forms the transactional boundary.

Regards,
Adrian

On Wed, 2003-10-29 at 16:22, Adrian Brock wrote:
> What do you mean you can't catch it?
> 
> try
> {
> // Do something
> }
> catch (javax.ejb.TransactionRolledbackLocalException e)
> {
> // Failed, there is a separate exception for remote.
> }

-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Director of Support
Back Office
JBoss Group, LLC 
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to