I implement a stateful EJB3. Some of the methods of the session bean return 
exception. By default, when an exception is thrown in a stateful session bean, 
bean is destroyed.

In my case, exception are declared in the API of the method. I'd like that some 
excepiotn does not destroy the stateful session bean. (a kind of 
ApplicationException annotation as it exists for EntityManager)

How can I do that ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080506
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to