• Handle exceptions in compensate

    Hi,   following the travel-agent quickstart, I'm trying to understand how to deal with exception during the transactions workflow. I'm especially interested in failures during the compensation.   I am usin...
    Profile Photo
    last modified by manuel_uberti
  • CDI BeanManager cannot find an instance of requested type

    Following the https://github.com/jbosstm/quickstart/tree/master/compensating-transactions/travel-agent quickstart, I am trying to introduce compensation-based transactions in the project I am working on. The project r...
    Profile Photo
    last modified by manuel_uberti
  • 3 Transactions per action on stateless bean (LifecycleCMTTxInterceptor vs. CMTTxInterceptor)

    Hello,   I downloaded the Analyzer here GitHub - jbosstm/transaction-analyser: Monitoring tool for capturing detailed information of completed and in-flight tra… and tested the jboss-javaee6-webapp demo a...
    Profile Photo
    last modified by enda
  • Deadlock seen with Narayana 5.0.4 and WildFly 8.2.1.Final

    Hi all,   I do upgrade Narayana 5.0.0 on WildFly 8.2.1. Final to 5.0.4 to fix some issues. Now I am seeing a deadlock as below. The reaper thread is creating a deadlock against a DB reading thread. Found one Ja...
    Profile Photo
    last modified by bvnghiem1012
  • Working with Narayana in C++

    Hi,   The Narayana website claims that it provides C++ bindings. I assume this means a C++ application can use Narayana as a Distributed Transaction Manager. I could not find any documentation of sample code aro...
    Profile Photo
    last modified by yash.ganthe
  • Transaction Propagation with JBoss

    Note: accompanying this article is example code located in the narayana git repo at github. To access the code use git to clone the narayana quickstart repo:   git clone https://github.com/jbosstm/quickstart cd q...
    Profile Photo
    last modified by tomjenkinson
  • The administrator tool in the karaf with narayana transaction manager integration

    Hi,   we had integrated the narayana in the karaf 4.1.0-SNAPSHOT and it looks like we need the admin tool to manage the transactions such as we do in the wildfly. First, the current functionality can be found i...
    Profile Photo
    last modified by zhfeng
  • Connection pooling for JBossTS Narayana

    I'm using JBossTS (Narayana) version 5.2.9 Final. There is no supports for connection pooling through the TransactionDriver. Establishing new physical connection for every transaction will slow down my production serv...
    Profile Photo
    last modified by abhijeet01
  • How to use jBoss Narayana for xts (Transnational WebService )

    Hello every body ,I'm working on jBoss Narayana product with wildfly 10 AS . i try to run "An Evening On the Town" example which exist in narayana-quickstarts-all / xts-demo-     webservice which has some ...
    Profile Photo
    last modified by khalil_sharkawi
  • 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