views:

12

answers:

0

Greetings all, I have a question: How to remove an EJB session bean (especially Stateless beans) ?

There's of course remove() method, however it cannot be called while the session object is in transaction i.e. session bean A is called by another session bean B in it's business method.