-
Bug
-
Resolution: Done
-
Major
-
EJB 3.0 RC9 - Patch 1
-
None
-
None
javax.ejb.SessionContext.getBusinessObject() results in a NullPointerException when used in a stateful session bean without remote interface.
Reason: in org.jboss.ejb3.stateful.StatelessContainer.getBusinessObject() iterates over the remote Interfaces instead of the local interfaces after checking that the local interfaces are != null.