• Regression of commit markable resource recovery

    Hello,   I would like check with you my intention to return back removing xid from the _xidScans map at the XARecoveryModule (narayana/XARecoveryModule.java at 5.8.2.Final · jbosstm/narayana · GitHub )...
    Profile Photo
    last modified by ochaloup
  • XAResource#end to return status for 1PC optimization

    Hi all,   there is a request of providing new "XAResource interface" which would be capable to return status on end method which can be utilized for 1PC optimization. The user request and the covering JBTM jira...
    Profile Photo
    last modified by ochaloup
  • JBTM-2124: Add orphan detection for JTS interposition mode

    I would like to sketch here my current effort to fix https://issues.jboss.org/browse/JBTM-2124 : Add orphan detection for JTS interposition mode.   The point is to gather feedback about the feature fix and about...
    Profile Photo
    last modified by ochaloup
  • Can the transaction reaper generate a thread dump?

    We are trying to debug an issue where we see the tx reaper interrupts  a stuck thread. It would be extremely helpful if the reaper would also generate a thread dump so we could see if there was a dead lock causi...
    Profile Photo
    last modified by rgolan
  • Transaction recovery with Tomcat 9, Tomcat DBCP2 pooling, XAResources, PostgreSQL

    To follow up on https://issues.jboss.org/browse/JBTM-3005.
    Profile Photo
    last modified by mbabacek
  • Whether to attempt to query the transaction manager rather than rely solely on orphan detection

    I was recently discussing with a user the potential for the recovery manager to attempt to contact the transaction manager to determine if an Xid is indoubt before rolling it back.   There are a couple of advant...
    Profile Photo
    last modified by tomjenkinson
  • Transient error during commit results in HeuristicMixedException

    Hello,   I tried a simple test (on narayana-jta 5.7.1) with XAResource returning XAER_RMFAIL on commit(), signaling a transient error.   If there is more than one enlisted instance of such XAResource, Tran...
    Profile Photo
    last modified by alon3392
  • Transactional driver to load property file from classpath

    Hi,   I would like check with you if idea of loading xa datasource property by transactional driver from classpath. Currently the property file is loaded just from defining absolute (relative) path to the dataso...
    Profile Photo
    last modified by ochaloup
  • What are the correct return codes for commit/prepare not existing subordinate transaction

    Hi,   I'm investigating on a potential issue of integration Narayana/WFTC/WildFly and I would like kindly ask you for help what is the expected behaviour here. I would like to know how the transaction manager sh...
    Profile Photo
    last modified by ochaloup
  • Refactoring StringBuffer to StringBuilder

    Hi,   I just hit this article https://vanilla-java.github.io/2017/04/13/String-Buffer-and-how-hard-it-is-to-get-rid-of-legacy-code.html   I interested if you give +1 on changing StringBuffer for StringBui...
    Profile Photo
    last modified by ochaloup
  • Get involved with Narayana!

    If you are interested in getting involved in the open source community we would love to hear from you!We are always looking for new contributors to help out with the broad spectrum of enhancements and features we are ...
    Profile Photo
    last modified by mmusgrov
  • Programatic configuration

    Trying to set up Narayana under Spring management. It seems to work as expected but I do have a requirement to configure the transaction manager from spring beans.   I've tried everything I could think of, to no...
    Profile Photo
    last modified by jsantos.f58
  • IRC

    Is anyone active on IRC? I've connected for the last 5 days, asked a few question, and as far as I've seen got no replies.   Not necessarily a problem, but if IRC isn't monitored maybe it should not be listed on...
    Profile Photo
    last modified by jsantos.f58
  • WS-AT XTS - MSDTC Interoperability

    I need desperately help to get WS-AT simple quickstart to work with WCF client.   WS-AT quickstart has been compiled and deployed on JBoss EAP 6.4 and is working fine using Java client app even if using mutual S...
    Profile Photo
    last modified by slionb
  • Why does com.arjuna.ats.internal.jts.orbspecific.coordinator.ArjunaTransactionImple throw INVALID or Inactive when we know the status is ABORTED?

    I have hit a race condition where the EJB interceptors and the reaper are both aborting a transaction simultaneously. If the reaper doesn't finish rollback before ejb thread enters it then the ejb thread gets INVALID_...
    Profile Photo
    last modified by tomekadamski
  • Suggestion for a new compensations subsystem

    Currently compensations bootstrap happens in the transactions subsystem. It registers deployment processor to scan the annotations and add the dependencies if necessary. This is not expensive and doesn't cause any iss...
    Profile Photo
    last modified by gytis
  • Could AtomicTransaction use nondeterministic locking?

    I got few troubles coming from Coverity code static analysis tools and one of them is pointing out that AtomicTransaction [5] class could have nondeterministic locking behavior.   The issue relates to class and ...
    Profile Photo
    last modified by ochaloup
  • Pull request review process

    Described: Get involved with Narayana!
    Profile Photo
    last modified by tomjenkinson
  • Whether to continue using uber jars or to remove.

    For historical reasons we have always provided an uber jar for the various distributions of Narayana (local JTA, JacORB etc) which wraps up the content of the project into a single Jar. With the advent of Maven this...
    Profile Photo
    last modified by tomjenkinson
  • Call stacks of begin, enlistResource and commit

    I have been looking at the call stacks used during the IronJacamar performance test suite. The test suite basically starts a transaction, get a connection, enlist the XAResource (behind the scenes), return the connect...
    Profile Photo
    last modified by jesper.pedersen