Log in to follow, share, and participate in this community.
Thread XA Transaction not propagated correctly on EJB3 calls
XA Transaction not propagated correctly on EJB3 callsI'm developing an application with EJB 3.1, JPA 2.0, Hibernate 3.6.5, JBoss AS 6.0, DB2 AS400. All it's configured with XA transactions support. I have two tables:KSSEGTUSER in DSMXMBASE schema, SSPCOTFUNCIONARIO in ...
Thread Removing ant build system from Narayana (trunk)
Removing ant build system from Narayana (trunk)Hi, Just to let you know, we are planning to remove the ant build system in the next couple of weeks from *trunk* which is now *Narayana(http://www.jboss.org/narayana)*. The ant build system will conti...
Thread TransactionManager and AS' ServiceBindingManager
TransactionManager and AS' ServiceBindingManagerFollow-up on a brief discussion that came up on the jboss-as list a few weeks ago. ServiceBindingManager is an AS service that provides support for preventing port conflicts if 2 AS instances are started on the same ...
Bug JBTM-532 and JBoss Transactions 4.11Hello, I recently upgraded JBossTS from 4.6.1 GA to 4.11 Final. I see that bug JBTM-532 that I opened against 4.5 and 4.6 should have been fixed in 4.8.0. However, I have a doubt on the current implementation of com.a...
Shutdown of JTSFor AS 7 we are using jbossjts 4.11.0.Final, and I am seeing some problems on shutdown of a server instance. This does not happen every time but often enough on my machine. For about 65 seconds I see stack traces like...
beanifying the configIn an effort to better accommodate the assorted bean-centric configuration and dependency wiring frameworks (e.g. Spring, MC) I'm considering further changes to the way TS internals are configured. Currently we have ...
Can't build JBOSSTS_4_6_1_GA_CP05Hello, I downloaded the tag via the following URL: http://anonsvn.jboss.org/repos/labs/labs/jbosstm/tags/JBOSSTS_4_6_1_GA_CP05 but can't build the jboss integrated jta transaction engine. Exec...
Thread Backward incompatible ManagedObject interface changes in 6.0 M3
Backward incompatible ManagedObject interface changes in 6.0 M3https://jira.jboss.org/browse/JBAS-8110 The console team has raised the above JIRA to highlight incompatible changes introduced in the managed object interface JBossTS exposes. Could someone from the JBossTS t...
Regression on setRollbackOnlyWith the introduction of https://jira.jboss.org/browse/JBTM-234 we see regression on EJB 3 testsuites when setRollbackOnly is called from afterCompletion. We expect to get an IllegalStateException, instead a SystemExc...
Creating a MockService for WS-CoordinationHello, 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...
Starting with JBoss TransactionsHello 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...
proposal for Xid format changeXid 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...
tooling refreshI'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...
Thread Listen address of JBossTS ports not configurable
Listen address of JBossTS ports not configurableSee 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....
Thread Best way for ResourceManager to handle tx timeout
Best way for ResourceManager to handle tx timeoutI 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...
Thread Asynchronicity and transaction context propagation
Asynchronicity and transaction context propagationThis 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...
jta/jts jar/config file changeThe 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...