• 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
  • 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
  • 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
  • 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