Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9288

EJB session auto-creation is not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 22.0.0.Beta1, 22.0.0.Final
    • None
    • EJB
    • None

    Description

      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().

      Attachments

        Issue Links

          Activity

            People

              tadamski@redhat.com Tomasz Adamski
              dlloyd@redhat.com David Lloyd
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: