[JBoss-user] [EJB 3.0] - Re: EJBException vs. RemoteException

2006-01-08 Thread redijedi
Can you prevent EJBTransactionRolledBackException from being returned to the client? I do not wish the client to know if a rollback has occurred in certain situations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916361#3916361 Reply to the post : http://

[JBoss-user] [EJB 3.0] - Re: EJBException vs. RemoteException

2005-12-28 Thread redijedi
This does help. I will use the annotation specified. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914661#3914661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914661 -

[JBoss-user] [EJB 3.0] - Re: EJBException vs. RemoteException

2005-12-27 Thread [EMAIL PROTECTED]
This isn't entirely true: Only raw RuntimeExceptions should be wrapped in EJBException. Checked exceptions won't be. Checked or Unchecked exceptions annotated with @ApplicationException won't be either. If they are, it is a bug in our impl. In certain transactional situations, things are wr