At 17:22 29.10.2003, 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.
}

Repeating the question does not provide any new information :-(

I will catch exception which will be thrown when the foreign key is wrong and set method in an entity bean failed.



Regards,
Rafal




-------------------------------------------------------
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