Log in to follow, share, and participate in this community.
Thread No JTA TransactionManager found
No JTA TransactionManager foundDeal All: i use jboss4.2.3 GA ,connect to sqlserver2008,and i get the following debug infomation: DEBUG [org.springframework.transaction.jta.JtaTransactionManager] No JTA TransactionManager found at fallback JNDI lo...
Configuration file in JBoss6What is the analog setting <property name="com.arjuna.ats.arjuna.coordinator.transactionStatusManagerEnable" value="YES"/> in JBoss 6? In JBoss5, I could change this setting in a configuration file. ...
Thread Transaction timeouts leave UserTransaction object bound to the thread
Transaction timeouts leave UserTransaction object bound to the threadwe are using JBoss 7.1.1 and UserTransactions after a TX timeout of an UserTransaction, TX is in Status STATUS_ROLLEDBACK and TX keeps bound to the current thread even after the thread is returned to the pool....
Standalone JTA capabilitiesHi, I am building a standalone application with JBoss EJB Client and JBoss JTA (not JBoss JTS). I have sucessfully connected with a JBoss AS server and control de transaction demarcation from the clien...
Jboss WS-AT exampleI have been working on enterprise applications throughout my career and I always get stuck on issues around transactions in almost all projects. Recently I came across WS-AT where you make webservices particip...
Two-Phase commit transaction recovery configurationI am attempting to test 2PC transaction recovery between two databases using XA datasources, but I am getting varying results and transactions do not seem to recover completely leaving my databases out of sync with ea...
JBoss 4.2.2 TransactionTimeoutJBoss 4.2.2 on Sun Java 7, several different OS. Hello. In a legacy application I suddenly get Tx Timeouts [code] 9:12,207 11613917 DEBUG [Jobs] (WorkManager(2)-14:) step: .SchreibeDtaus 2012-09-13 ...
Thread JBoss AS 7.1.1 Final XA datasources memory leak
JBoss AS 7.1.1 Final XA datasources memory leakDear All, recently I also hit the memory leak problem described in AS7-4975 and JBTM-1183. A workaround is mentioned in these two tickets. But the workaround is seem to be related to the configuration of JBoss 7, the...
Thread JBOSS EJB CMT ActiveMQ results in Production Outages !!!
JBOSS EJB CMT ActiveMQ results in Production Outages !!!Ours is a Integration platform where external partners send us a SOAP Message to our servce endpoint Our JAVA J2EE applicaton comprising of EJB's CMT is hosed on JBOSS AS 6 with Active MQ We process the SOAP Message...
Thread Can the JBoss JCA support multiple XAResources?
Can the JBoss JCA support multiple XAResources?Hi all, I have a connector based on JCA. I am confused on the inflow transaction issue. I construct a XID and submit the work to work manager. The work will access the same database twice, and they will use 2 XAReso...
Thread Removing DB2 in-doubt transactions when transaction manager fails
Removing DB2 in-doubt transactions when transaction manager failsHi, I've been doing some testing using WebSphere MQ as a TM to coordinate MQ and DB2/Windows resources, seeing we already have both products in-house. We're comfortable with commit and rollback testing.&...
Thread How to set the recovery for a local-tx-datasource?
How to set the recovery for a local-tx-datasource?Hi, I am using JBoss 4 to run my web applications. I defined a local-tx-datasource (ds1) and a more no-tx-datasource (dsLX, dsLP, dsEA). All these datasources use Oracle 10g I would like to know is it...
Thread Successful transaction with two datasources and no XA...
Successful transaction with two datasources and no XA...Hello there! I was implementing a data migration functionality on a application for the last week and I've find out a configuration that I supposed should not work at all, so I would like to check it out with ...
JBoss 7 - periodic ARJUNA16037 in the logsI have an application that gets quite a few of these warnings in the log, running the standalone-preview configuration of JBoss 7: 17:31:49,083 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA16037: ...
Problem with retry in JMS using JBOSS 5.0Hi, I have a problem in my application. When a messaged is being processed and before the response in sent if my server is shutdown, then on restart the message is processed again. I find this behaviour unique...
jbossts-properties.xml in JBoss6Is there any documentation about configuring the file in JBoss6? I am slimming down JBoss6 and I am trying to find the analog file to jbossts-properties.xml in JBoss5.
XA Transaction support on JBoss 6.1Hi All, I am currently stuck with configuring JBoss XA Transaction support on JBoss 6.1. My set up has multiple data sources, and I want to have XA Transactions aross them. Most notably, Message Driven Bean pu...
Thread How to install JTS on JBoss 4.2.x application server
How to install JTS on JBoss 4.2.x application serverHi all, I'd like to install JTS to a JBoss 4.2.x. Anybody knows how to get it ? I have to install JTS because I must use a distribute transaction between 2 JBoss....in this case the 2 JBoss are both 4.2.x. ...