• Narayana JTS with Spring in Tomee

    I 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...
    Profile Photo
    last modified by shabin8780
  • JBossTS distributed without container JEE

    Hello,   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 ...
    Profile Photo
    last modified by giovani.kli
  • Transaction Reaper Thread Kill

    I 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,...
    Profile Photo
    last modified by msegreti4355
  • Blacktie Database Connection using Pro C and Oracle XA interface

    Hi, 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...
    Profile Photo
    last modified by joicejoy
  • Installing Blacktie with Wildfly

    I 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....
    Profile Photo
    last modified by joicejoy
  • NoClassDefFoundError: com/arjuna/ats/jta/TransactionManager

    I'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...
    Profile Photo
    last modified by doddio
  • 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...
    Profile Photo
    last modified by rvansa
  • Running the RTS bridge in container other than Wildfly

    Hi,   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...
    Profile Photo
    last modified by peterfry
  • accessing docker image based JBoss Transaction Manager as a service from a Weld/CDI based docker image

    I've become aware of   https://issues.jboss.org/browse/JBTM-2267   If I understand the motivation for this correctly it should allow transaction services to be accessed as a service.   Weld has SPI h...
    Profile Photo
    last modified by peterfry
  • Need help as I am receiving an exception in [com.arjuna.ats.arjuna] causing the application to stop

    Hi there,   I need an assistance in knowing the cause/reason behind receiving the below error (extracted from the JBoss log files). The related web-application is shutting down, and this is the only error that w...
    Profile Photo
    last modified by nour.alkhoudary
  • Running the transaction manager (and recovery manager) in an environment with automatic provisioning - a discussion

    We have had contact recently requesting guidance on the best way to structure transaction manager deployments in environments where nodes are provisioned and fully discarded dynamically.   Here are the restricti...
    Profile Photo
    last modified by tomjenkinson
  • Outcome when JTA::commit with a single resource throws XAER_RMFAIL out of commit

    A query was recently raised about the correct semantics to apply if an XAResource raises XAER_RMFAIL out of a commit one phase.   The method in question is: https://docs.oracle.com/javaee/7/api/javax/transaction...
    Profile Photo
    last modified by tomjenkinson
  • Periodic recovery thread in Java EE

    Hello,   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...
    Profile Photo
    last modified by gytis
  • Different behaviour of JTA and JTS when network failure occurs

    Hi,   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 ...
    Profile Photo
    last modified by ochaloup
  • Using JDK 8 features in naryana

    We 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...
    Profile Photo
    last modified by mmusgrov
  • TMFAIL vs. Xid

    Hi,   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...
    Profile Photo
    last modified by jesper.pedersen
  • Nested Transaction Support

    Dear 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...
    Profile Photo
    last modified by rohitht
  • Narayana vJBug: Tuesday 12th May

    I 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...
    Profile Photo
    created by tomjenkinson
  • 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...
    Profile Photo
    created by tomjenkinson
  • ReaperMonitor usage

    Hi!   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...
    Profile Photo
    last modified by hernanbolido