• Is XA transaction ACID?

    Hi,   by interest. I have a terminology (or transaction based theory) question. Our EAP documentation says   XA allows multiple resources, such as application servers, databases, caches, and message queue...
    Profile Photo
    last modified by ochaloup
  • How to enable RESTAT participants to participate in a JTA transaction running inside Tomcat?

    I have bean run a demo  restat with apache cxf inside tomcat. but only inbound bridge,how to  implement outbound bridge? is there any demo? please give me some suggestion thanks    
    Profile Photo
    last modified by lin_jboss
  • Narayana 5.2.14.Final released

    Hello,   The Narayana team are proud to announce the release of Narayana 5.2.14.Final!   The release notes for this version are available from: JBTM: 5.2.14.Final - JBoss Issue Tracker   Wildfly has...
    Profile Photo
    created by tomjenkinson
  • Spring Standalone quickstart merged

    Hi,   I just merged the https://github.com/jbosstm/quickstart/pull/148/ and it's the spring standalone quickstart to show how to config the narayana transaction manager with the spring annotations. Also it also ...
    Profile Photo
    last modified by zhfeng
  • JMS Integration Added To Narayana

    We’ve just added a new JMS module to Narayana master (https://github.com/jbosstm/narayana/tree/master/ArjunaJTA/jms) which is going to be released with 5.3.0.Final. It’s a bunch of proxy classes which can ...
    Profile Photo
    last modified by gytis
  • how EJB3 CMT should handle different tx status flags

    Related to the how app thread should clear tx with status STATUS_ROLLEDBACK discussion, I would like feedback on a proposed EJB3 (CMT) container patch that handles ending the transaction differently for each tx status...
    Profile Photo
    last modified by smarlow
  • how app thread should clear tx with status STATUS_ROLLEDBACK

    Hi,   Previous discussion here mentions that calling tm.suspend, can be used to clear a (reaper) cancelled transaction from the application thread.  I also heard from Jonathan (on irc today), that tm.suspen...
    Profile Photo
    last modified by smarlow
  • Proposal: Changing Narayana properties file default name with Narayana 6

    Currently the default properties file name is arjuna-properties.xml unless you use one of our narayana-jt* jars where we override this default name in the manifest to jbossts-properties.xml. With the next Major r...
    Profile Photo
    last modified by tomjenkinson
  • Integrate with Camel to support XA Transaction

    Hi all,   I'm looking into [JBTM-1820] Integrate with Camel to support XA Transaction - JBoss Issue Tracker and currently the Camel use the spring TransactionTemplates to implement the Transactional Client patte...
    Profile Photo
    last modified by zhfeng
  • @javax.transaction.Transactional doesn't work

    At https://issues.jboss.org/browse/WFLY-1496 I provided a testcase. Perhaps can someone of the Narayana gurus also look into this issue.
    Profile Photo
    last modified by juergen.zimmermann
  • How to use Narayana JTA 5.0.3.Final to provide support for XA transactions to web applications running inside Tomcat?

          I am trying to use JTA 1.2 outside Java EE compliant Application Server such as in Apache Tomcat, what I've tried so far is following Mr. Jonathan Halliday's way, and How to Configure ...
    Profile Photo
    last modified by dhaowoods
  • Requirements for ordering RecoveryModules

    gytis came across an issue where the REST-AT -> JTA bridge recovery is failing. He found the root cause to be that the XARecoveryModule is recovering the bridge before the InboundBridgeRecoveryModule gets a chance ...
    Profile Photo
    last modified by mmusgrov
  • Narayana behavior when transactions log store is full

    Want to share my research results in testing of transactions behavior, when TX log object store is pointed to some partition which is full.   The reason of testing was to check how TM will handle the new transac...
    Profile Photo
    last modified by hhovsepy
  • Adding generics

    Narayana/JBossTM currently still used raw types in a lot places. Most of them can be fixed easily.   Here's a PR with the proposed changes: https://github.com/jbosstm/narayana/pull/943/files this also includes...
    Profile Photo
    last modified by pmm
  • Blacktie Data Buffers and Content Based Routing

    We are considering Blacktie for migration from Tuxedo.   We have an XML interface available currently which is as follows: <?xml version="1.0" encoding="UTF-8"?> <Request>   <Header> &...
    Profile Photo
    last modified by joicejoy
  • Migration from Tuxedo

    Hi,   I am working on a migration project to move our middleware from Tuxedo to another Middleware product.   We are evaluating Blacktie from JBoss. As i believe it is now merged with Narayana TS, we...
    Profile Photo
    last modified by joicejoy
  • Resuming JTA transaction after Java 8 CompletableFuture in initial thread

    I'm trying to execute a JTA transaction across multiple async CompletableFutures that are composed with each other.   I'm able to pass the transaction from one thread to the other by suspending the transaction a...
    Profile Photo
    last modified by galder.zamarreno
  • Images missing in documentation

    Hi all,   I'm trying to learn more about Narayana's fault tolerance properties. However, in all the documentation I could find (e.g. Failure Recovery Guide) the images are missing, making it hard to follow. The ...
    Profile Photo
    last modified by martinkl
  • How to propagate a transaction from one EJB3 to another EJB on JBoss.

    Hi, I know there is a article to describe the transaction propagation, but I failed to run the case. What I missing to enable the JTS? I use JBoss 5.1.0 GA. Can you help?   I enabled the JTS by executing ant c...
    Profile Photo
    last modified by utiao
  • Hit Blacktie servers by webservice

    Need to hit Blacktie servers using a webclient. Is there any quickstart for this.
    Profile Photo
    last modified by joicejoy