Log in to follow, share, and participate in this community.
Thread Narayana and Spring with multiple JVM
Narayana and Spring with multiple JVMHi, I'm developing a distributed web application with spring and hibernate. First of all let me explain the basic structure of the application. Environment We have 3 JEE web projects (.war), 1) Web U...
Thread Enlisting resource in a JTA Tx that isn't 2PC-aware
Enlisting resource in a JTA Tx that isn't 2PC-awareHi guys: I've been using a document- and graph-oriented DB called OrientDB. The impl *does* support transactions, but does not support a prepare phase. Now, I'd like to enlist it as a reso...
Article DRAFT: Bringing Transactional Guarantees to MongoDB
DRAFT: Bringing Transactional Guarantees to MongoDBAll, I'm about to publish a blog series on the work we are doing around MongoDB and compensating transactions. This series is or strategic importance to our compensating-transactions efforts, so I'd like to ma...
JBoss Transactions 4.17.20.Final releasedHi, The latest revision of JBoss Transactions 4.17 has now been uploaded to Nexus. The release notes for this version are available here: https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=...
Thread Distributed transactions using spring/tomcat
Distributed transactions using spring/tomcatI have a requirement to support distributed transactions in a spring/tomcat application. As much as I would love to utilize JBOSS AS to accomplish this, for a variety of reasons it is not possible. As such...
WS-AT Single UserTransaction objectI'm implementing an application based on webservices described here XTS + JTA + MyBatis-Spring I managed to create UserTransactions and to solve the problem with WS calls that don't have a transaction ...
Thread JaxWSTxInboundBridgeHandler (Allow calls without WS-AT session)
JaxWSTxInboundBridgeHandler (Allow calls without WS-AT session)I need to create an application that allows WS-AT calls for webservices so that the transaction can be handled from the application that is calling the WS. That is already working thanks to the JaxWSTxInboundBridgeHan...
Thread xa_start - caught: XAException.XAER_INVAL for < 131
xa_start - caught: XAException.XAER_INVAL for < 131Hello, I'd like to test XA datasource toward mysql 5. However, as soon as I acess to a datasource inside jboss 4.2.0 GA (like on jboss 4.0.0), I get the message : << 09:26:56,950 WARN [loggerI18N] [com.arjuna.a...
XTS + JTA + MyBatis-Spring (II)I marked my original question as answered, and I don't see any obvious way to open it again. EDIT: Original question is resolved now Original post: XTS + JTA + MyBatis-Spring
XTS + JTA + MyBatis-Spring(This message is not answered it was my fault, and I don't know were to change it..) I'm trying to implement atomic transactions between different WS calls in a WAR file that uses MyBatis-Spring. I'm trying to...
Thread Blacktie : problem with transaction and xa datasource
Blacktie : problem with transaction and xa datasourceHello, I currently conducting a proof of concept to replace a part of our information system based on Oracle/Tuxedo with Narayana/Blacktie. First of all, thanks to Tom Jenkinson for it's great work to offer a...
Thread Blacktie : compilation with Microsoft Visual Studio 2012
Blacktie : compilation with Microsoft Visual Studio 2012Hello, Compilation with Microsoft Visual Studio 2012 Need a little fix in the "tx.h" header => TRANSACTION_STATE is now already defined in sdk windows Here the patch (same as tuxedo ...
Postgres XA-Datasource fails in JTS modeHi, I can't get to work Postgres XA datasource in JBoss EAP 6.2 configured to use JTS. Not sure if there's a bug or my misconfiguration. My datasource is defined like this: <xa-datasource jn...
XTS Module not startedI'm trying to integrate WS-AT inside a JBoss 7 application the problem that I'm facing is that when I call
UserTransactionFactory.userTransaction()
a null is returned, after researching a bit I discove...
Thread Using standalone JTA 1.2 with Deltaspike JPA
Using standalone JTA 1.2 with Deltaspike JPAHi, I'm trying to use JTA-and-Hibernate (quickstart/jta-and-hibernate at master · jbosstm/quickstart · GitHub) with Apache DeltaSpike JTA (http://deltaspike.apache.org/jpa.html). I'm able to use tran...
Thread Unable to startup nta-full.ear in JBoss 6.1.0.Final (on JDK 6)
Unable to startup nta-full.ear in JBoss 6.1.0.Final (on JDK 6)Hi all, I downloaded the nta-full.ear file from: NTA 1.0.0.Alpha1 release - JBoss Community I'm using JBoss 6.1.0.Final - so not sure it's gonna work, because you guys target on WildFly 8. When I drop the EAR...