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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...