-
Bug
-
Resolution: Done
-
Major
-
1.1.10.Final
-
None
-
None
When a stateful EJB is removed (as a result of one of its methods throwing an exception), the whole session scope is rendered useless, because the SessionBeanStore can never be attached again. When Weld tries to attach the bean store, a NoSuchEJBException is thrown as a result of invoking toString() on the EJB.
See the forum reference for more info.
- relates to
-
WELD-2747 Modify how toString is invoked on proxies of removed EJB beans
- Resolved