• SOS!!! ARJUNA016083: Can't register synchronization because the transaction is in aborted state

    Hi! I faced with the exception. Why it occurs? How I can fix it?   I am working on project hibernate ogm for Apache Ignite. If one test failed ... all next tests failed too with the exception. I tried ways that...
    Profile Photo
    last modified by schernolyas
  • Compensating RESTful Transactions

    Overview In a previous wiki article we introduced a proposal for supporting ACID transactions in a REST based environment. That protocol has availability issues (such as the need to take locks and the synchronous natu...
    Profile Photo
    last modified by mmusgrov
  • How to view properties of ironjacamar.xml file in JBoss7 web console

    0down votefavorite     I am deploying an ironjacamar.xml file, packaged inside an rar file to JBoss7. Here is my file structure for the ironjacamar file. src/main/rar/META_INF/ironjacamar.xml Here is my co...
    Profile Photo
    last modified by niallkelly84
  • JTS StandAlone<->Spring  Setup

    Im new to Narayana and JBoss in general, so I'm having a bit of difficulty setting up JTS to work with Spring.   I did the following: 1. Execute jts-jacorb-setup-env.[bat|sh] to put Narayana in the classpath 2...
    Profile Photo
    last modified by mina.azib
  • Narayana Commit Order

    We are looking to replace our current XA transaction manager.  However, the use of our current transaction manager that manages both JMS queues and database transactions requires the JMS message commit to occur l...
    Profile Photo
    last modified by greenbean
  • JTA API on Java 9 ?

    Hello all, we've been testing various projects on Java 9, which is now including jigsaw, the modules system.   The Java9 default modules include a module named "java.transaction" and this exports the "javax.tra...
    Profile Photo
    last modified by sannegrinovero
  • Atomic Transactions in standalone-full.xml

    Hi,   is it possible to add whatever is needed to enable Atomic Transactions in standalone-full.xml?   As I understood from https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.1.x-develop/wsat-...
    Profile Photo
    last modified by manuel_uberti
  • Narayana: interop with IBM Websphere AS ?

    Our company has a lot of legacy code running in WAS (IBM Websphere Application Server). In the long run we want to replace WAS with JbossAS/Wildfly. As a first step we would like to run new EJBs in Wildfly and allow ...
    Profile Photo
    last modified by fabiosb
  • LRCO Technique with Narayana in Spring+Tomcat

    Hello,   I've a web application that I would like to run using Narayana Transaction Manager in a Spring environment. Our stack is: Tomcat Spring Standalone Narayana TM Hibernate ActiveMQ MariaDB Galera Clu...
    Profile Photo
    last modified by cijuj
  • tpreturn() cannot send large reply message.

    tpreturn() seems to non-block send without checking tranfer length. HybridSocketEndpointQueue::_send() needs wrapper around apr_socket_send() as stomp_write_buffer() ? [blacktie.log] 2017-01-17 16:04:35,723 [0x7febe...
    Profile Photo
    last modified by mfukuhara
  • Transaction Troubleshooting Guide

    Hi all,   I'm working on [JBTM-2580] Create a Narayana troubleshooting guide - JBoss Issue Tracker and collected the necessory information from the current ducomentions. There is a draft [1] and I updated to ad...
    Profile Photo
    last modified by zhfeng
  • Narayana Transactions Troubleshooting Guide (draft)

    Current product documentation: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/chap-Transaction_Subsystem.html Community docs: https:...
    Profile Photo
    last modified by zhfeng
  • Bindings for COBOL ?

    Are there any firmer plans to provide support for Linux based COBOL, e.g. From Microfocus? This would be useful as a drop-in replacement for Tux in mainframe replacement scenarios.
    Profile Photo
    last modified by viczonko
  • Integrating Tuxedo with JBOSS using Narayana

    Hello,   I am working on a Proof of Concept which is migrating a system currently on WebLogic (version 10) to JBOSS EAP 7. This system integrates with an application on Tuxedo 11 using the (Oracle) WebLogic Tuxe...
    Profile Photo
    last modified by jonhughes2016
  • jdbc drivers behavior on calling XAResource.commit/prepare/rollback with unknown Xid

    Hi guys,   I get inspired by issue https://issues.jboss.org/browse/WFLY-7196 (The outcome of xa_commit call on non exiting transaction is silently ignored) and try to check behavior of `XAResource` implementatio...
    Profile Photo
    last modified by ochaloup
  • Integrating Ironjacamar - Narayana with jbpm

    Hi,   I want to use non-xa transactions in jbpm. To achieve that, i have integrated ironjacamar and narayana with jbpm. In iron jacamar, i used datasource with jdbc-local.rar I am able to get the Jbpm schemas g...
    Profile Photo
    last modified by karthickg
  • How to use compensating API implements a xa dasource?

    We have developed a MongoDBManagedConnectionFactory, which add Ra to WildFly via CLI /subsystem=resource-adapters/resource-adapter=mongodbQS:add(module=org.jboss.teiid.resource-adapter.mongodb) /subsystem=resource-ad...
    Profile Photo
    last modified by kylin
  • Help building blacktie.

    Hi,   I'm coming across some confusing directions on  how to build blacktie. So I've pulled the lot out of git   $ git clone https://github.com/jbosstm/naryana.git   instead of following the ins...
    Profile Photo
    last modified by fhitchen
  • Distributed transactions using Narayana in .net core web api

    We are migrating our WCF services to .net core Web API. Our WCF service used DTC service for distributed transactions.   Now in .net core, we are converting every WCF service into .net core web api application. &...
    Profile Photo
    last modified by punu31090
  • facing performane issue when setup narayana JTA and txbridge out of JBoss

    when I setup txbridge under Tomcat8 out of JBoss, I am facing performance issue as below scenario; 1) running 3 tomcat instances 2) A call B via WS 3) B call C via WS 4) when 100 - 200 GET query from " http://loca...
    Profile Photo
    last modified by zeguan