[jboss-jira] [JBoss JIRA] (WFLY-9288) EJB session auto-creation is not working

David Lloyd (JIRA) issues at jboss.org
Mon May 7 17:28:00 EDT 2018


     [ https://issues.jboss.org/browse/WFLY-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Lloyd reassigned WFLY-9288:
---------------------------------

    Assignee: David Lloyd


> EJB session auto-creation is not working
> ----------------------------------------
>
>                 Key: WFLY-9288
>                 URL: https://issues.jboss.org/browse/WFLY-9288
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>            Reporter: David Lloyd
>            Assignee: David Lloyd
>
> 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()}}.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list