Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-10843

[GSS](7.0.z) StatefulSessionBean fail after 31 invocations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.7.CR2, 7.0.7.GA
    • 7.0.4.GA, 7.0.5.GA
    • EJB
    • Hide

      See attached reproducer based on ejb-multi-server quickstart (to set up the environment easily)
      The reproducer description is in README_ForReproducer

      Show
      See attached reproducer based on ejb-multi-server quickstart (to set up the environment easily) The reproducer description is in README_ForReproducer
    • EAP 7.0.7

      Multiple invocations of a StatefulSessionBean will end in a infinispan exception if the invocation is from server(SLSB)->server(SFSB).
      Here the standalone client contains a loop which invoke the SLSB, the SLSB simple invoke the SFSB on another (clustered)server. The invocation is sticky - so the cluster might not have an effect - and the same SFSB instance is used as expected.
      The invocatino fail for the 32. invocation.

      If a standalone client invoke the SFSB directly it seems correct working.

      It seems that the transaction handling between the server EJB's might be the cause.

            pferraro@redhat.com Paul Ferraro
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: