• JTS vs. JTA transaction timeout behavior during 2PC prepare

    Hi guys,   I have here another question on behavior of TM. Now it's about transaction timeout. I do have a test which simulates a transaction being timeouted during prepare phase of 2PC. In my case just prepare ...
    Profile Photo
    last modified by ochaloup
  • Behavior of transaction timeout defined on XAResource

    Hi,   if you don't mind this time I'm just curious. I'm now playing with tests of transaction timeout.  I'm interested how the behavior of transaction timeout is expected to work when is defined for XAReso...
    Profile Photo
    last modified by ochaloup
  • Using TransactionManager with Quasar Fibers (Lightweight Threads)

    TL;DR   I am trying to use the TransactionManager with Quasar Fibers. Essentially, in Quasar, fibers are lightweight threads which perform their execution through a fork-join pool. When a fiber blocks, quasar ca...
    Profile Photo
    last modified by nwhitehead
  • JTA.next input request

    For those not following the jta-spec mailing list a message was recently posted asking for input on the top priorities to work on for the next release of the spec.   The message is over here: https://java.net/pr...
    Profile Photo
    created by tomjenkinson
  • How to understand Xid for inflow transaction

    Hi,   Eventually I've got to start working on reproducer for https://issues.jboss.org/browse/JBTM-2579 (Throw XAException in XATerminator::commit if a wrapped resource fails transiently). I fight a little bit wit...
    Profile Photo
    last modified by ochaloup
  • How to manage TransactionalDriver connection in a DataSource

    Hi,   I'm trying to use the TransactionalDriver with a Tomcat JDBC DataSource. My problem is that sometimes, the next exception occurs :   java.sql.SQLException: ARJUNA017003: Checking transaction and foun...
    Profile Photo
    last modified by sewatech
  • Connection leak with Postgres

    Hi,   I'm using Narayana's JDBC TransactionalDriver with a Postgres XA datasource. My problem is that the connection are never closed.   After some debug, I've found that if I'm adding a modifier, the conn...
    Profile Photo
    last modified by sewatech
  • Feedback on Narayana Spring integration required

    I’d like to let everybody know that we have started working on providing better Narayana project integration with Spring. As a result of that, we’re planning to implement extra features to make Spring Fram...
    Profile Photo
    last modified by gytis
  • JTS transaction log behavior for heuristic rollback on first participant

    Hi,   I would like check with you if observed behavior is correct from Narayana functionality point of view. I have a transction where first participant throws heuristic rollback during at commit phase. This is ...
    Profile Photo
    last modified by ochaloup
  • Narayana STM

    Hello; I started evaluating STM for a project I'm working on. It's very cool, being a very powerful model wrapped up a deceptively simple API.... I have a couple of questions I hope you can help me with.   1. ...
    Profile Photo
    last modified by nwhitehead
  • Using Narayana JTA under Spring without an XA connection

    At one point in my company we went away from XA connections as we had issues with SQLServer 2008. They fundamentally wouldn't scale and were broken for our traffic volume at the time. We are now on SQLServer 2012, but...
    Profile Photo
    last modified by haskovec
  • 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