[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://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916361


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 wrapped in a 
EJBTransactionRolledBackException, but this is to inform the client that a 
rollback occured.

Also, the proposed final just added a  element to the 
ejb-jar.xml deployment descriptor.  This is a way to specify that third-party.  
We don't support it yet though.

Don't know if this helps or not.  let me know

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914489#3914489

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914489


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user