webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Transactions and JavaDoc for TaminoJCA.jar

    Posted Tue January 30, 2007 11:12 AM

    Hello,

    I am trying to integrate Tamino transaction handling into the SimpleJTA project. This is needed in order to have transactional behaviour in our project. I am a little bit confused because I read in Tamino 4.4.1.1 “Programming Cookbook” (<TAMINO_INSTALL_DIR>/Documentation/en/inoapi/ejbprog.htm#ejbprog) the following:

    [i]A distributed transaction (“XATransaction”) is managed by a transaction coordinator and can contain operations for many resource managers. The transaction coordinator uses the 2-phase commit protocol to coordinate the participating resource managers to guarantee the ACID properties of the transaction. A distributed transaction must be demarcated using the mechanisms provided by J2EE.

    Currently, the Tamino Resource Adapter does not support distributed transactions. [/i]

    At the same time I can find that there is a XAResource implementation into TaminoJCA.jar: com.softwareag.tamino.db.API.connector.xa.XAResourceImpl

    Can someone tell me does Tamino supports Distributed transactions?

    Where can I find the JavaDoc of the TaminoJCA.jar from?

    Thank you in advance!


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 2.  RE: Transactions and JavaDoc for TaminoJCA.jar

    Posted Fri March 30, 2007 08:36 PM

    Hi Dobri,

    Im trying to make the same work (Setup the TaminoJCA adapter) for using it in an transactional enviroment without result.

    The J2EE server it’s JBoss

    Any suggest will be pleased for me.
    I hope we will in touch.
    By


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 3.  RE: Transactions and JavaDoc for TaminoJCA.jar

    Posted Sat March 31, 2007 06:38 AM

    Hi

    Have you configured your RA’s deployment descriptor for JBOSS.

    For a detailed description of deployment descriptor, refer JBoss documentation in http://docs.jboss.org/jbossas/admindevel326/html/ch7.chapt.html

    Regards,
    Sri


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 4.  RE: Transactions and JavaDoc for TaminoJCA.jar

    Posted Mon April 02, 2007 06:32 PM

    Txu Sri, The Rar has been deployed sucessfull, but throws an exception at runtime, see: http://tamino.forums.softwareag.com/viewtopic.php?p=17806#17806
    this was solved changed the Tomcat WebAppLoader to the JBoss loader on the …deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml change the attibute false to true and… voila…


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods