Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-2953

Support asynchronous LRA participants

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.9.7.Final
    • 5.7.1.Final
    • LRA
    • None

    Description

      When an asynchronous jax-rs method is annotated as an LRA (ie has the @LRA annotation), for example:

      @GET
      @LRA
           public void someAction(@Suspended AsyncResponse ar) throws InterruptedException {
               ...
           }
      

      the LRA filter does not respect the asynchronous nature of the call.

      What needs to happen is for LRA jax-rs filter (ServerLRAFilter.java) to issue an asynchronous join request to the coordinator and to link that future to the jax-rs resource AsyncResponse callback.

      And since the ServerLRAFilter cannot immediately supply the LRAId to the resource method we also need a method on LRAClient analogous to getCurrent but which returns a Future for the lra id.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-mmusgrov Michael Musgrove
              rhn-engineering-mmusgrov Michael Musgrove
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: