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

Create WebserviceFeature for TXBridge

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 5.0.0.M2
    • None
    • TxBridge
    • None

    Description

      Create:

      • JTAOverWSATFeature
      • Configuration option on the XTS Subsytem (defaultContextPropagation)

      Semantics:

      JTAOverWSATFeature absent, defaultContextPropagation disabled

      This is the current OOTB experience for EAP 5&6. No handlers are activated automatically. The developer has to add them manually for all ports. When the developer does add the handlers, the MustUnderstand attribute of the WS-TX context is set to true.

      JTAOverWSATFeature absent, defaultContextPropagation enabled (Default OOTB)

      All Web service requests that are made in the context of a JTA transaction will be bridged to WS-AT and the WS-AT context added to the request soap header. MustUnderstand is set to false.

      JTAOverWSATFeature enabled, defaultContextPropagation disabled

      All Web service requests, for this port, that are made in the context of a JTA transaction will be bridged to WS-AT and the WS-AT context added to the request soap header. MustUnderstand is set to true.

      JTAOverWSATFeature disabled, defaultContextPropagation enabled

      All Web service requests, for this port, don't bridge JTA.

      Implementation

      The XTS Subsystem reads its config on boot. It carries out one of the following actions depending on what it finds:

      1. <defaultContextPropagation enabled=”true” /> (default OOTB config)
        Add the Bridge handler initialized to be enabled by default then do JBTM-986 after. Ensure that the Bridge handler is invoked before the WSTX handler.
      1. <defaultContextPropagation enabled=”false” />
        Add the Bridge handler initialized to be disabled by default then do JBTM-986 after. Ensure that the Bridge handler is invoked before the WSTX handler.
      1. Config absent.
        Error. Fail config parse.
      Bridge handler

      Two handlers that delegate to the existing TXBridge handler:

      1. Disabled by default. Only invokes the TXBridge handler if the JTAOverWSATFeature is present and enabled.
      2. Enabled by default. Always invokes the TXBridge handler unless the JTAOverWSATFeature is present and disabled.

      If the bridge detects the JTAOverWSATFeature, but no WSTXFeature, it adds the WSTXFeature to the invocation context (setting WSTXFeature.enabled = JTAOverWSATFeature.enabled). This is needed by the WSTX handler and prevents the developer from having to add both.

      Backwards compatibility

      Existing applications (written before this feature was released) will be specifying Handler chains manually via the binding provider. Therefore we need to tolerate the situation where these handlers are added twice. Once for by this feature and again by the developer.

      In particular the handlers added by this feature and JBTM-986 should do nothing if the com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor handler is already in the handler chain. We could achieve this by adding this handler in the post handler chain. We could then look for an existing WSTX header and do nothing if we find it. This is just a suggestion, there may be a better way to achieve this behaviour.

      Attachments

        Activity

          People

            gtrikler@redhat.com Gytis Trikleris (Inactive)
            paul.robinson@redhat.com Paul Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1 day Original Estimate - 1 day
                1d
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 days, 2 hours
                2d 2h