Log in to follow, share, and participate in this community.
Thread Narayana JTS with Spring in Tomee
Narayana JTS with Spring in TomeeI am trying to use Narayana JTS with Spring in Tomee to make transaction work across multiple instances. I don't want to use EJB and is trying to implement it in the Jacorb IIOP way. I tried to follow the spring integ...
JBossTS distributed without container JEEHello, I'd like to use JBossTS to do a distributed transaction across 2 JVMs. I don't want to use EJB, neither a JEE container. Maybe a Spring container only. I'd like to use something really ...
Transaction Reaper Thread KillI am using JBoss EAP 6.2.0 and was wondering if it was possible to kill a thread on a transaction timeout. I have already identified that upon a timeout the Transaction Reaper hits and releases the resources. However,...
Article Blacktie Database Connection using Pro C and Oracle XA interface
Blacktie Database Connection using Pro C and Oracle XA interfaceHi, We are trying to use Oracle proc Precompiler to execute SQL commands. As we are in DTP setup with Blacktie acting as TPM, we cannot use the CONNECT commands within the .pc file. Need Blacktie to provide the DB c...
Installing Blacktie with WildflyI am installing Blacktie 5.2.2 Final with Wildfly 9.0.1 I have performed the following steps: 1. Unzip wildfly-9.0.1.Final.zip 2. unzip wildfly-blacktie-build-5.2.2.Final-bin.zip in Wildfly install location....
NoClassDefFoundError: com/arjuna/ats/jta/TransactionManagerI'm trying to retrieve the remaining transaction time from com.arjuna.ats.jta.transaction.Transaction.getRemainingTimeoutMills(), but when I attempt to access the TransactionManager I get a NoClassDefFoundError. I...
Thread commit() throws exception: do we need to call rollback()?
commit() throws exception: do we need to call rollback()?I haven't found information from above clearly stated in JTA specification, could you please cite any authoritative source? The issue is if the code below is correct: tx.begin();
try {
/* do someth...
Thread Running the RTS bridge in container other than Wildfly
Running the RTS bridge in container other than WildflyHi, I am interested in trying to run the RTS bridge in a OSGi environment such as Apache Karaf (so that REST-AT can be demonstrated across two different container types and also two different Transaction Manag...
Periodic recovery thread in Java EEHello, I have been working on Compensations recovery when I ran into an issue with PeriodicRecovery. Since it is implemented as a subclass of Thread, it does not allow to access JNDI which is crucial for compe...
Thread Different behaviour of JTA and JTS when network failure occurs
Different behaviour of JTA and JTS when network failure occursHi, I have another inquiring question on difference between JTA and JTS behaviour. It's case of connection failure when transaction manager is completely disconnected from outside world. The XA resouces could ...
Using JDK 8 features in naryanaWe now compile on JDK 8 to accommodate some of our users and to take advantage of bug fixes etc. I am interested in getting feedback on what, if any, negative impact there would be on our users if we also started usin...
TMFAIL vs. XidHi, I'm looking at a scenario where the Enterprise Information System is expecting that it is notified with TMFAIL on the connection that actually had the error occur on it. Currently IronJacamar just "disasso...
Nested Transaction SupportDear All, When I was going through the nested transaction support in JbossTS - narayana 4.17.0 Final documentation , I am getting a bit confused. In the documentation of JbossTS it is mentioned that it...
Narayana vJBug: Tuesday 12th MayI would like to extend an invite from the JBoss Virtual JBug team for you to attend next weeks meet-up: http://www.meetup.com/JBoss-User-Group-Worldwide/events/222230057/ Join us online (or in person, if you a...
Narayana 5.1.1.Final released!Hello, The Narayana team are proud to announce the release of Narayana 5.1.1.Final! This was an early bug fix release to squash an issue discovered very late in the integration of Narayana 5.1.0 with...
ReaperMonitor usageHi! I'm trying to implement a listener implementing the ReaperMonitor interface, but I can't find the way to stablish the relation between the monitor an the TransactionReaper instance. can anyone give...