• Additional stats that you might find interesting?

    We are currently adding a few more stats to the items we are monitoring in Narayana as part of [JBTM-2341] Add two more statistics - JBoss Issue Tracker . We are posting this topic to solicit feedback from our communi...
    Profile Photo
    last modified by tomjenkinson
  • Jboss TS Transaction propagation from Standalone Java Program to web service Stack

    I have a requirement to call the webservice deployed in one of the App server which supports jax-ws 2 standard  from the standalone program and perform some DB activity as well in the standalone Program. How can...
    Profile Photo
    last modified by deepakms
  • Data inconsistency for XA transaction when db resource returns XAER_RMERR code for lost connection

    Hi,   I would like start discussion about scenario which ends with inconsistent data for XA transaction when XA resource returns XAException.XAER_RMERR and continues with commit.   This behaviour is agains...
    Profile Photo
    last modified by ochaloup
  • Uses for HeuristicInformation

    We have an interface called com.arjuna.ats.arjuna.coordinator.HeuristicInformation which provides information about what kind of heuristic a transaction participant generated and a method to return a reference to an o...
    Profile Photo
    last modified by mmusgrov
  • JTA 1.2 - @Transactional, @TransactionalScope

    Hi,   As Narayana project supports JTA 1.2 (http://planet.jboss.org/post/narayana_is_now_jta_1_2_compliant) CDI annotations (@Transactional, @TransactionalScope)  and could be used outside of an EJB Contain...
    Profile Photo
    last modified by cmoulliard
  • How to match JTS XAResourceRecord participants with a transaction

    We have a tooling request to show the participants of a JTS transaction (JBTM-2308 JTS participants are not showing up in the tooling) for a given store.   My plan was to read XAResourceRecords (record type /Co...
    Profile Photo
    last modified by mmusgrov
  • Consolidating documentation pack?

    The documentation for our project is available here: Narayana Documentation 5.0.2.Final - JBoss Community   As you can see it consists of several downloads including multiple books, links to various JavaDocs an...
    Profile Photo
    last modified by tomjenkinson
  • Using TransactionalDriver with JBoss Modules

    This post is taken from a discussion raised in JBTM-2280   Using TransactionalDriver with JBoss Modules is proving difficult because the way it is implemented creates a circular dependency between narayana and th...
    Profile Photo
    last modified by mmusgrov
  • WildFly 8.1 + MSSQL XA DataSource cannot handle JPA and JDBC in parallel

    When using an EJB with REQUIRED transaction attribute and MSSQL XA DataSource we often get Lock Timeouts. We have loaded an JPA entity, in the corresponding table one attribute is updated with JDBC (DataSource.getCon...
    Profile Photo
    last modified by aliebscher
  • JBoss 5.1.2 support xa-datasource?

    It works fine for  local-tx-datasource.. But for xa-datasource , it's not accepting the parameter..  Exception as per below: Caused by: org.jboss.resource.JBossResourceException: Could not find accessor o...
    Profile Photo
    last modified by sur.jboss
  • Algorithm for catching and handling TransactionReaper timeouts in EJB methods

    I am aware of the extensive, related discussion taking place here on how to improve transaction timeout handling JBoss. However, dealing with an immediate need, I am wondering if there is any way currently to return c...
    Profile Photo
    last modified by steeltomato
  • Whether we should hande RuntimeExceptions arising from badly behaved XAResource implementations

    I am currently reviewing [JBTM-2148] Consider handling RuntimeExceptions arising from badly behaved XAResource implementations - JBoss Issue Trac…. I am considering closing the issue as WONTFIX as I do not thin...
    Profile Photo
    last modified by tomjenkinson
  • Integrate IJ Tracer and NTA tool

    The IronJacamar tracer produces machine-readable codes at a special TRACE log category at key points during the entire interaction of  the ConnectionEventListener making it easy to apply tooling of the data colle...
    Profile Photo
    last modified by zhfeng
  • How is the XA Enlistment Problem typically solved in a JEE environment

    Hello,   I am trying to create a standalone application that runs outside of a JEE container and am wondering how the different standards like JTA, JNDI and JCA are playing together to solve what some people cal...
    Profile Photo
    last modified by cs224
  • Does there exist a "Technology Compatibility Kit" for the implementation of XAResources?

    Hello all,   I am aware that this question might not be 100% on-topic for this forum, but if there is a better place where to ask this question then please simply point me to there.   I was wondering if th...
    Profile Photo
    last modified by cs224
  • Premature transaction timeout.

    Hi, Since this hibernate HHH-7689 issue has been fixed I have been able to use an internal benchmark. The benchmark uses jdbc batching to prepare initial data for a benchmark run with a relational database like Post...
    Profile Photo
    last modified by whitingjr
  • Proposed SPI change to XAResourceWrapper

    I would like to add an extra method to org.jboss.tm.XAResourceWrapper so that we can look up the resource manager id of the RM that created the wrapped resource. We need it since, in the case of hornetq, the jndi name...
    Profile Photo
    last modified by mmusgrov
  • Is it possible to use multiple instances of the narayana transaction manager in one JVM?

    Hello, I was wondering if it is possible to use multiple instances of the narayana transaction manager in one JVM? I have searched quite a bit and only found a reference to such a requirement in a post about "Transac...
    Profile Photo
    last modified by cs224
  • Using Narayana JTA standalone and enlisting multipe resources

    Hi,   I've been looking at the wide world of standalone JTA implementations. ( Narayana || Anjuna || JBossTS ) seem very, very powerful, and I'm keen to get it working. Thus far, I have the following : https://g...
    Profile Photo
    last modified by starbuxman
  • TransactionScopedPersistenceContext -  EntityManager is not reused when transaction returns home

    Hi I'm currently running JBoss EAP 6.0.1, which is based on   - jboss-as-ejb3-7.1.3.Final-sources - jbossjts-4.16.6.Final-sources - jboss-as-jpa-7.1.3.Final-sources - jboss-as-jpa-hibernate4-7.1.3.Final-sourc...
    Profile Photo
    last modified by epi.salamanca