-
Bug
-
Resolution: Done
-
Major
-
None
-
None
In org.jboss.as.ejb3.remote.AssociationImpl#receiveInvocationRequest, when the EJB component is being looked up, two things need to happen which are not happening:
- The incoming locator should be examined; if it is a stateful locator and the physical EJB is stateless, then Request#writeNotStateful() should be called and processing should be aborted.
- If the incoming locator is a stateless locator and the physical EJB is stateful, then component#createSessionRemote() should be called and the resultant session ID should be set using Request#convertToStateful().
- is blocked by
-
EJBCLIENT-300 Request should prevent setting session ID for remote protocol <= 2
- Resolved