Log in to follow, share, and participate in this community.
Thread Regression of commit markable resource recovery
Regression of commit markable resource recoveryHello, 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 )...
Thread XAResource#end to return status for 1PC optimization
XAResource#end to return status for 1PC optimizationHi 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...
Thread JBTM-2124: Add orphan detection for JTS interposition mode
JBTM-2124: Add orphan detection for JTS interposition modeI 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...
Thread Can the transaction reaper generate a thread dump?
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...
Thread Transient error during commit results in HeuristicMixedException
Transient error during commit results in HeuristicMixedExceptionHello, 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...
Thread Transactional driver to load property file from classpath
Transactional driver to load property file from classpathHi, 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...
Refactoring StringBuffer to StringBuilderHi, 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...
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 ...
Programatic configurationTrying 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...
IRCIs 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...
WS-AT XTS - MSDTC InteroperabilityI 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...
Thread Why does com.arjuna.ats.internal.jts.orbspecific.coordinator.ArjunaTransactionImple throw INVALID or Inactive when we know the status is ABORTED?
Thread Suggestion for a new compensations subsystem
Suggestion for a new compensations subsystemCurrently 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...
Thread Could AtomicTransaction use nondeterministic locking?
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 ...
Poll Whether to continue using uber jars or to remove.
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...
Thread Call stacks of begin, enlistResource and commit
Call stacks of begin, enlistResource and commitI 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...