• 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
  • JTA/JTS thread disassociation semantics

    With the local JTA impl, Transaction.[commit()|rollback()] don't do Thread disassociation, whilst TransactionManager.commit()|rollback()] do. Thus transactionmanager.begin(); transactionmanager.getTransaction().rollb...
    Profile Photo
    last modified by jhalliday
  • TransactionManagerService and jndi binding

    The current TransactionManagerService has a lot of its jndi binding code hardwired. As part of something I'm trying to do to make jca/jta lazy/optional for the new web-profile, I need to control the access for the TS...
    Profile Photo
    last modified by adrian.brock
  • Can't redeploy the transaction manager

    If you boot JBoss then do touch transaction-jboss-beans.xml you get the following errors which suggests that stopping the tx service is not properly tidying up after itself. 14:06:34,765 INFO [TransactionManagerSer...
    Profile Photo
    last modified by adrian.brock
  • ClientUserTransaction and the JTS

    I'm starting to investigate AS 5 testsuite failures with the server running in JTS mode rather than with the default JTA. First up: ClientUserTransaction is barfing because the transaction propagation context (tpc) u...
    Profile Photo
    last modified by jhalliday
  • bundling JTS into AS 5.0

    So I'm mulling over how best to include JTS into AS 5.0. Right now it's a separate download and manual install, which sucks. We should ship the necessary .jar and config files in the AS and either have a server with ...
    Profile Photo
    last modified by jhalliday
  • UserTransactedStartedListener

    Within JCA we have a requirement to be told when UserTransactions start so we can do the "lazy enlist" processing: http://wiki.jboss.org/wiki/LazyJCAEnlistment The wiring of this processing is horrible. It is hardcod...
    Profile Photo
    last modified by adrian.brock
  • Error or RuntimeException in Synchronization.afterCompletion

    If I throw an AssertionError in afterCompletion from a Synchronization. I would expect the tx.commit() to throw an exception. Now I only get a log line: 10:04:25,459 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordi...
    Profile Photo
    last modified by wolfc
  • XTS Participant APIs for use by Web Service-specific code

    Ok, I raised a JIRA (JBTM-393) to cover any possible action on this but it really needs discussion first. Here is what I wrote in the JIRA: The BAWithXXXCompletionParticipant interfaces which define the API impleme...
    Profile Photo
    last modified by adinn
  • ClientUserTransaction and TxPropogation inefficiencies

    This isn't really related to the TM, more JBoss's remote UT. I've fixed this race condition in the initialisation which Galder found while load testing: https://jira.jboss.org/jira/browse/JBAS-5904 While looking at ...
    Profile Photo
    last modified by adrian.brock
  • JBAS-5801 - Locking in 2PC

    WRT: https://jira.jboss.org/jira/browse/JBAS-5801 It occurs to me that there might not actually be any need to do the locking in the resource adapter during 2PC, i.e. prepare/commit/rollback? What we really want to ...
    Profile Photo
    last modified by adrian.brock
  • JTS and XTS go LGPL

    Back when ArjunaTS was acquired by JBoss the decision was made to licence the core transaction engine (ArjunaCore) and the local JTA under LGPL, but use GPL for the OTS (JTS) implementation as well as for XTS, our Web...
    Profile Photo
    created by marklittle