• XA Transaction not propagated correctly on EJB3 calls

    I'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 ...
    Profile Photo
    created by andreco87
  • 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...
    Profile Photo
    last modified by tomjenkinson
  • TransactionManager and AS' ServiceBindingManager

    Follow-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 ...
    Profile Photo
    last modified by brian.stansberry
  • Bug JBTM-532 and JBoss Transactions 4.11

    Hello, 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...
    Profile Photo
    last modified by mauromol
  • Shutdown of JTS

    For 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...
    Profile Photo
    last modified by kabirkhan
  • beanifying the config

    In 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 ...
    Profile Photo
    last modified by jhalliday
  • Can't build JBOSSTS_4_6_1_GA_CP05

    Hello,   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...
    Profile Photo
    last modified by testrot
  • Backward incompatible ManagedObject interface changes in 6.0 M3

    https://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...
    Profile Photo
    created by brian.stansberry
  • Regression on setRollbackOnly

    With 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...
    Profile Photo
    last modified by wolfc
  • 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