Compensating RESTful TransactionsOverview 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...
Thread How to view properties of ironjacamar.xml file in JBoss7 web console
How to view properties of ironjacamar.xml file in JBoss7 web console0down 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...
JTS StandAlone<->Spring SetupIm 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...
Narayana Commit OrderWe 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...
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...
Atomic Transactions in standalone-full.xmlHi, 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-...
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 ...
Thread LRCO Technique with Narayana in Spring+Tomcat
LRCO Technique with Narayana in Spring+TomcatHello, 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...
Transaction Troubleshooting GuideHi 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...
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.
Thread Integrating Tuxedo with JBOSS using Narayana
Integrating Tuxedo with JBOSS using NarayanaHello, 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...
Thread Integrating Ironjacamar - Narayana with jbpm
Integrating Ironjacamar - Narayana with jbpmHi, 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...
Thread How to use compensating API implements a xa dasource?
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...
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...
Thread Distributed transactions using Narayana in .net core web api
Distributed transactions using Narayana in .net core web apiWe 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. &...