Log in to follow, share, and participate in this community.
Thread Is XA transaction ACID?
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...
Narayana 5.2.14.Final releasedHello, 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...
Spring Standalone quickstart mergedHi, 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 ...
JMS Integration Added To NarayanaWe’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 ...
Thread how EJB3 CMT should handle different tx status flags
how EJB3 CMT should handle different tx status flagsRelated 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...
Thread how app thread should clear tx with status STATUS_ROLLEDBACK
how app thread should clear tx with status STATUS_ROLLEDBACKHi, 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...
Thread Integrate with Camel to support XA Transaction
Integrate with Camel to support XA TransactionHi 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...
Thread @javax.transaction.Transactional doesn't work
@javax.transaction.Transactional doesn't workAt https://issues.jboss.org/browse/WFLY-1496 I provided a testcase. Perhaps can someone of the Narayana gurus also look into this issue.
Requirements for ordering RecoveryModulesgytis 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 ...
Thread Narayana behavior when transactions log store is full
Narayana behavior when transactions log store is fullWant 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...
Adding genericsNarayana/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...
Thread Blacktie Data Buffers and Content Based Routing
Blacktie Data Buffers and Content Based RoutingWe 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> &...
Migration from TuxedoHi, 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...
Images missing in documentationHi 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 ...
Thread How to propagate a transaction from one EJB3 to another EJB on JBoss.
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...