• Question about killing a remote transaction

    I'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...
    Profile Photo
    created by kaltstellen
  • Looking for jbossts 4.2.3.SP6

    JBoss 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
    Profile Photo
    last modified by tboemker
  • Distributed Transaction involving 2 nodes

    I'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...
    Profile Photo
    created by fs5
  • JTS Recovery

    Hi 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:/...
    Profile Photo
    created by amgupta
  • The server failed to resume the transaction

    Hi 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...
  • No Exception on rollback for long running transaction

    Dear 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...
    Profile Photo
    created by kannan
  • JBoss JTA

    Hi, 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...
    Profile Photo
    last modified by landoo
  • Can I disable CachedConnectionManagerMBean

    I 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
    Profile Photo
    last modified by tilek
  • disable XA

    Within 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...
    Profile Photo
    last modified by mazz
  • Cannot get unique port

    Hi 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...
    Profile Photo
    last modified by alrubinger
  • how to add a CheckedAction to EJB3 app

    Chapter 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...
    Profile Photo
    last modified by mazz
  • JBoss Transaction Manager WARN logs

    I 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...
    Profile Photo
    last modified by jkv
  • Very slow XA

    We 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...
    Profile Photo
    created by mohitanchlia
  • JBossTs

    Question: 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...
    Profile Photo
    last modified by teppsiii
  • Websphere IVT transactional test  fails for Jboss 4.2 and ab

    Hi, 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 ...
    Profile Photo
    created by yannickguionnet
  • 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...
    Profile Photo
    created by bbb321
  • Exception: Trying to start a new tx when old is not complete

    Hello, 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...
    Profile Photo
    created by guportus
  • JBoss XA Data Source existance

    Hi, 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...
    Profile Photo
    created by oroque
  • Listener for CMT commit/rollback

    I 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 ...
    Profile Photo
    last modified by koh
  • JBoss DataSource  /Transaction Manager and Spring

    Hi 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...
    Profile Photo
    last modified by magpor