Does anybody know if there is a way how a stateful session bean can destroy itself without
rolling back the current transaction? The only idea I had was to call the bean's own
remove-method - of course not directly but through the proxy by
SessionContext.getEJBObject(). Unfortunately this caused the remove-method of a completely
new bean instance to be called. So this is no solution.
Regards,
Jan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024886#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...