• OracleXARecovery transaction recovery module can not detect when JDBC connection is broken

    My environment: JBOSS TS 4.2.3 SP6 My case is like below: I am using com.arjuna.ats.internal.jdbc.recovery.OracleXARecovery recovery module to recovery my oracle XA resource in-doubt transaction. Everything works ...
    Profile Photo
    last modified by dengyong
  • EJB3.0 transaction not active Realy strange!!!

    [JDBCExceptionReporter] SQL Error: 0, SQLState: null 15:44:29,962 ERROR [JDBCExceptionReporter] Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000001:c779:4bbb2b0e:505b status: ActionStatus.ABO...
    Profile Photo
    created by dimitarn
  • @TransactionTimeout(...) doesn't have effect with com.arjuna.ats.jbossatx.jta.TransactionManagerService

    Hello, In jboss-service.xml there are two possible transaction manager services: com.arjuna.ats.jbossatx.jta.TransactionManagerService and one that is commented: org.jboss.tm.TransactionManagerService. In both of th...
    Profile Photo
    last modified by hristo
  • Creating a MockService for WS-Coordination

    Hello,   I want to create a MockService for the ws-coordinator in order to test the ws-ba arcipant from the xts-demo. I have installed the SOAPUI application, in order to generate the Mock and then to specify it...
    Profile Photo
    created by ryden13
  • Starting with JBoss Transactions

    Hello I want to develop a simple example using WS-Coordination and WS-BusinessActivity. I have seen that JbossTransactions supports those standards but I don´t know what I need install and how to start. S...
    Profile Photo
    last modified by ryden13
  • proposal for Xid format change

    Xid creation is somewhat slow at present and misses the opportunity to encode some useful information. I propose some changes. Old version: gtrid = nodename.getBytes()+"#"+tx_uid.stringForm().getBytes(); bqual = n...
    Profile Photo
    last modified by jhalliday
  • tooling refresh

    I'm getting dangerously bored of hacking configuration beans and my mind is wandering towards tooling... We currently have a jmx browser, performance graphing tool and object store browser, along with a generic swing...
    Profile Photo
    last modified by jhalliday
  • Listen address of JBossTS ports not configurable

    See JBTM-253. JBossTS opens a bunch of network ports (three, I think, but debug output only mentions two) it listens on, but JBossTS does not give me the option to specify at which address it listens for connections....
    Profile Photo
    last modified by huuskart
  • Best way for ResourceManager to handle tx timeout

    I am currently checking that HornetQ XAResource behave correctly wrt to transaction timeout. There is a whole discussion about it (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=144955) but I have so...
    Profile Photo
    last modified by jmesnil
  • Asynchronicity and transaction context propagation

    This question is more general than specifically about JBoss TM, but I thought the developers of JBoss TM might have an idea about it. It is about whether propagating the transaction context between different threads i...
    Profile Photo
    last modified by chtimi2
  • jta/jts jar/config file change

    The jta and jts builds of the transaction service have historically existed separately. Each has its own .jar files (jbossjta[-*].jar and jbossjts[-*].jar) and config file (jbossjta-properties.xml and jbossjts-propert...
    Profile Photo
    last modified by jhalliday
  • BUILD FAILED: set jboss.server to the name of the JBoss serv

    Hi, I am trying to build the XTS 1.1 .jars with the ultimate goal of getting the WS-BA Framework to work "out of the box" with JBoss 5. Following Andrew's excellent instructions, I did an 'SVN co' on JBOSSTS_4_6_0_CR...
    Profile Photo
    last modified by ben.cotton2
  • Can't build org.jboss.txbridge with Arjuna WST 1.1 classes

    Hi, I want to build org.jboss.txbridge with the Arjuna WST 1.1 package. I can build org.jboss.txbridge.* just fine with Arjuna's WST 1.0 package (com.arjuna.mw.wst.*), but JBoss 5.0 GA uses Ajuna's WST 1.1 (with no o...
    Profile Photo
    last modified by ben.cotton2
  • Transaction Status.STATUS_ROLLEDBACK

    When a transaction timeout or some other unexpected situation occurs, the new JBoss transaction manager (in JBoss 4.2.1.GA) marks the transaction into state Status.STATUS_ROLLEDBACK. I would argue, from the point of ...
    Profile Photo
    last modified by huuskart
  • jbossjts sources

    I don't see any source artifacts in the maven repository for the 4.6.0.CR1 for example: https://svn.jboss.org/repos/repository.jboss.org/maven2/jboss/jbossts/jbossjts/4.6.0.CR1/ Can we start including those?
    Profile Photo
    last modified by starksm64
  • JBossAS transaction test regression

    In pre-release testing of the new JBossTS 4.5, I see a regression for org.jboss.test.tm.test.MTTransactionManagerUnitTestCase.testCommitSameTxInTwoThreads The test assumes that TransactioManager.commit() will barf if...
    Profile Photo
    last modified by jhalliday
  • How to edit and save jboss-esb.xml configurations from  ESBC

    Hi, Im looking to edit jboss-esb.xml configurations from either properties file or ESBConfigEditor.Can this be done in any way? Jboss-esb.xml can be changed from ESBConfigEditor when deployed in exploded form, but ch...
    Profile Photo
    created by srufus
  • logging too verbose

    The tm logging levels are too verbose for our defaults. None of these message should be at INFO level as they don't conform to the logging level usage and should not be showing up on the console: 10:54:48,466 INFO ...
    Profile Photo
    last modified by starksm64
  • 'public' API stability when embedded in JBossAS

    The long term support commitments for JBossTS CP maintenance involve not making public API changes, the intention being that users can be confident that moving between CP releases won't cause linker type errors. Unfor...
    Profile Photo
    last modified by jhalliday
  • How can I add new catalog for repo workspace?

    I have executed new unit, bridge among JTA/XTS and XTS/JTA. Considerably expanding capability project TXBridge, make by Jonathan Halliday. Unit owns two handlers: 1. WSTransactionBridgeServiceHandler: It owns identic...
    Profile Photo
    last modified by wklaczynski