1 Reply Latest reply on Nov 22, 2016 6:25 AM by tomjenkinson

    Integrating Tuxedo with JBOSS using Narayana

    jonhughes2016

      Hello,

       

      I am working on a Proof of Concept which is migrating a system currently on WebLogic (version 10) to JBOSS EAP 7. This system integrates with an application on Tuxedo 11 using the (Oracle) WebLogic Tuxedo Connector. The integration involves Tuxedo invoking functionality deployed as EJBs using an RMI call on the WebLogic system. The two systems also participate in an XA Transaction with Tuxedo as the transaction manager.

      The system on Tuxedo is not being changed and the migrated system will need to continue to integrate with it when it moves to JBOSS. I have seen that Oracle offer the Tuxedo JCA adapter which looks to do similar as the WebLogic Tuxedo Connector but I am looking for an Open Source equivalent if possible.

      Do you know if Narayana offers this functionality or is it more of a replacement for Tuxedo?

       

      Many thanks

      Jon.

        • 1. Re: Integrating Tuxedo with JBOSS using Narayana
          tomjenkinson

          Hi Jon,

           

          Narayana does not provide a replacement for the Tuxedo JCA adapter. It does provide a replacement for the XATMI functionality of Tuxedo but if you need to integrate Tux and Narayana then you need an adapter (probably on the Tux side is easiest) that in custom logic accepts the Tux invocations and passes them on to BlackTie (the Narayana implementation of XATMI spec).

           

          Hope that helps!

          Tom