2 Replies Latest reply on Nov 8, 2005 4:18 AM by slonko

    WS-AT and JTA

      Can someone explain to me how WS-AT and JTA do fit together on implementation level?

      The web service invocation follows the request/response paradigm. Whereas a JTA transaction is bound to a thread. Is the coordinator impl. supposed to keep the JTA context synchronously alive while listenting asynchronously to WS-AT events?


      [Requester ] <--async--> [Coord.] <--sync--> [JTA Resource]


      I picture this working when the transaction is relatively short lived, but does this work long running application transactions (i.e. WS-BusinessActivity)?