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

David Lloyd (JIRA) issues at jboss.org
Thu May 10 17:42:00 EDT 2018


    [ https://issues.jboss.org/browse/WFLY-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574587#comment-13574587 ] 

David Lloyd commented on WFLY-9288:
-----------------------------------

PR #11187 can be reopened with its current branch as soon as the corresponding releases of jboss-ejb-client are done.

> 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