Log in to follow, share, and participate in this community.
Thread BUILD FAILED: set jboss.server to the name of the JBoss serv
BUILD FAILED: set jboss.server to the name of the JBoss servHi, 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...
Thread Can't build org.jboss.txbridge with Arjuna WST 1.1 classes
Can't build org.jboss.txbridge with Arjuna WST 1.1 classesHi, 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...
Transaction Status.STATUS_ROLLEDBACKWhen 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 ...
jbossjts sourcesI 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?
JBossAS transaction test regressionIn 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...
Thread How to edit and save jboss-esb.xml configurations from ESBC
How to edit and save jboss-esb.xml configurations from ESBCHi, 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...
logging too verboseThe 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 ...
Thread 'public' API stability when embedded in JBossAS
'public' API stability when embedded in JBossASThe 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...
Thread How can I add new catalog for repo workspace?
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...
TransactionManagerService and jndi bindingThe 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...
Can't redeploy the transaction managerIf 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...
ClientUserTransaction and the JTSI'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...
bundling JTS into AS 5.0So 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 ...
UserTransactedStartedListenerWithin 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...
Thread Error or RuntimeException in Synchronization.afterCompletion
Error or RuntimeException in Synchronization.afterCompletionIf 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...
Thread XTS Participant APIs for use by Web Service-specific code
XTS Participant APIs for use by Web Service-specific codeOk, 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...
Thread ClientUserTransaction and TxPropogation inefficiencies
ClientUserTransaction and TxPropogation inefficienciesThis 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 ...
JBAS-5801 - Locking in 2PCWRT: 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 ...
JTS and XTS go LGPLBack 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...