Log in to follow, share, and participate in this community.
Thread Question about killing a remote transaction
Question about killing a remote transactionI'm calling a remote EJB stateless session; it uses lazy instantiation via hibernate and apparently creates a transaction to support the instantiation. I'm trying to perform some data base updates using information f...
Looking for jbossts 4.2.3.SP6JBoss AS 4.2.2.GA depends on JBossTS 4.2.3.SP6. I have found SP5 and SP7 at http://www.jboss.org/jbosstm. Is SP6 (including source) available? Thanks, Tim
Distributed Transaction involving 2 nodesI'm trying to set up a szenario with a stand-alone client and two application server instances. The client is to invoke two ejb3 session-beans (one from each application server instance) in a transactional fashion. I...
JTS RecoveryHi i am trying to get JTS recovery working for my own xa resource object. However it is not sending any recovery calls back to my xa resource object. I am trying to us a sample code downloaded from this site https:/...
Thread The server failed to resume the transaction
The server failed to resume the transactionHi All, We did not have any Transaction Failure Exception when we used JBoss 4.0.2 AS before.It was working fine. We have upgraded the JBoss server from 4.0.2 to 4.2.2. Now, I am getting Transaction Failure Error o...
Thread No Exception on rollback for long running transaction
No Exception on rollback for long running transactionDear All, I am using JBoss 3.2.7 to deploy my application which consists of stateless session beans with CMT. I am using Hibernate 3.1.3 for persistance and MySQL 5.0.41 with InnoDB as my DB server. I am facing a st...
JBoss JTAHi, I am getting some warnings in JBoss logs like: WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not find new...
Can I disable CachedConnectionManagerMBeanI known the way to disable it but I am not sure, it have any side effect if it is disabled. Could you please explain me? 1. What is a responsibility of CachedConnectionManager? 2. What happen when it is disable? Thanks
disable XAWithin my JBossAS 4.2.1 app, I'm getting the infamous: [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not find new XAResource to...
Cannot get unique portHi guys. I've got (from a standard "./run.sh -c default" on AS5GA): 02:28:01,486 ERROR [AbstractKernelController] Error installing to Create: name=TransactionManager state=Configured
com.arjuna.ats.arjuna.exception...
how to add a CheckedAction to EJB3 appChapter 3, "General Transaction Issues", Section 1.1, "Checking Transactions" of this doc: http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp02/pdf/JBoss_TS_Programmers_Guide/JBoss_TS_Pro...
JBoss Transaction Manager WARN logsI am using JBoss 4.2.3 server version. I am getting the following logs in my console 05:37:20,740 WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resourc...
Very slow XAWe use XA transactions and have Oracle and TIbco JMS datasource as part of XA. It's very interesting that we saw that the transactions are performing very slow when consumers are not running and queue continuously ke...
JBossTsQuestion: Can JBossTS be used to handle JMS transactions. I know it can be used to co-ordinate activity against two databases. But, I need to send a message to a queue and then update a database. If one fails then ro...
Thread Websphere IVT transactional test fails for Jboss 4.2 and ab
Websphere IVT transactional test fails for Jboss 4.2 and abHi, I try to validate the JCA resource adapter from Websphere MQ with the following versions of jboss: 4.0.5,4.2 and 4.3, but the transactionnal test fail with exception for jboss 4.2 and 4.3 so with the introduction ...
Thread JBoss Transactions in stand-alone app (no AS)
JBoss Transactions in stand-alone app (no AS)Hello First of all I'm new to JTA. I have a stand-alone application, no JBoss AS, not database. I just use a distributed JBoss POJO cache and JBoss JTA. The architecture consists of a server machine and some gui cli...
Thread Exception: Trying to start a new tx when old is not complete
Exception: Trying to start a new tx when old is not completeHello, Im just new to JBOSS and we currently using JBOSS 4.2.0 but when i installed jboss4.2.2 and im getting this error: 2008-07-17 14:38:29,234 WARN [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.interna...
JBoss XA Data Source existanceHi, We are currently using JBossTS with SPRING/Hibernate doing XA Transactions. We use resume/suspend possiblities to attach a thread to an existing transaction. I'm looking for a possible existing JBoss XADataSourc...
Listener for CMT commit/rollbackI have a requirement where I need to know when a container managed transaction (or bean managed) commits the transaction. I was hoping there would be some kind of Interceptor of Listener system that I could hook into ...
Thread JBoss DataSource /Transaction Manager and Spring
JBoss DataSource /Transaction Manager and SpringHi I don't know if this is the place to make this question but I'll try. So I have an application using Spring + JBoss. Since I just recently integrated the spring security framework (meaning acegi) I use a JdbcTemp...