[jboss-user] [EJB 3.0] - Stateful && Exception

jc7442 do-not-reply at jboss.com
Mon Sep 3 09:26:26 EDT 2007


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



More information about the jboss-user mailing list