• JBossTS in build repository

    I need to add build dependency to JBossTS and can't locate it in repository.jboss.com. I will be adding an entry unless someone points me to a correct location/info to add to my componentref. (fricken forums still ...
    Profile Photo
    last modified by juha
  • Integration issue with the ejb caching

    Brian raised the following issue about differences in behavior between the legacy in memory tm and JBossTS. I'm posting here in case not everyone watches all forums. http://www.jboss.com/index.html?module=bb&op=v...
    Profile Photo
    last modified by starksm64
  • How to use UserTransactionSession...

    Hi, my webapp is using a stateless session bean to read and write data to the database (BMT and JDBC - calls). Now I would like to wrap some remote function calls in a transaction i.e. InitialContext initialContext...
    Profile Photo
    last modified by markuslutz
  • transaction support in JBossAS 5.0

    I'm doing some work on integrating JBoss Transactions JTA with the 5.0 beta of JBossAS. For the most part it's going fairly well, but I'm having some issues with the new DTM (tx over jboss remoting) in 5.0. As far as...
    Profile Photo
    last modified by jhalliday
  • Bug Report 1074790: Interpretation of thread interruption

    This thread is so we can define the rules for the issue(s) raised in the following bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=1074970&group_id=22866&atid=376685
    Profile Photo
    last modified by adrian.brock
  • Failing over recovery manager

    Hi, I am trying to do something like this. There are two(or more, on one or more machine) nodes running. All have a TM instance in it. Now I need to have at least one recovery manager running on one machine. So I run...
    Profile Photo
    last modified by anurag_parashar
  • UserTransaction: Unable to commit, status=STATUS_NO_TRANSACT

    Hello ALL, We are getting "Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=MUMS051727/17228, BranchQual=, localId=17228] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: ...
    Profile Photo
    created by hskiran
  • UserTransaction not Referenceable/Serializable

    The JTA Specification states in 3.1.2 that "The implementation of the UserTransaction object must be both javax.naming.Referenceable and java.io.Serializable, so that the object can be stored in all JNDI naming contex...
    Profile Photo
    last modified by metavirulent
  • How JBoss Transaction detect fault in sub-activity

    I am just a novice of JBoss Transaction. Sorry for post such a topic here, I am just afraid of no replies if posted it in user's forum. It's frequently mentioned in manual, when compared with traditional atomic tran...
    Profile Photo
    last modified by xiaoqj
  • JDBC3.0 Support in ConnectionImple

    I've noticed that ConnectionImple in the Transactional JDBC Driver does not support the JDBC 3.0 methods. Since most work is delegated to the actual JDBC driver behind anyway, is there any chance this will be implemen...
    Profile Photo
    last modified by metavirulent
  • Support for multiple TransactionManagers?

    Hello there, based upon ObjectWebs JASS Project I rewrote the (old) JBoss TransactionManager. My intension is to switch between different Transaction-Managers and different Transaction-Concepts. For example in a futu...
    Profile Photo
    last modified by andreas_austing
  • TransactionManagerFactory

    http://jira.jboss.com/jira/browse/JBAS-3053 I need to inject the transaction manager in the ejb timer service, so is there a problem if I make: org.jboss.tm.TransactionManagerServiceMBean extend a new org.jboss.tm.T...
    Profile Photo
    last modified by dimitris
  • Fast file logger

    Hi Chaps- Quick question: Does JBoss Transactions have a fast file-based transaction logger component (like HOWL for example). I'm exploring the idea of how this can help us in JBoss Messaging.
    Profile Photo
    last modified by timfox
  • Announcement: JBoss signs Definitive Agreement to be acquire

    I am personally excited to tell you that JBoss has accepted an acquisition offer from Red Hat. The goal of JBoss has always been to promote and accelerate the adoption of Open Source and the Professional Open Source M...
    Profile Photo
    created by marklittle
  • JBoss Transactions 4.2 releases

    We've just released JBoss Transactions 4.2 (the re-badged version of the Arjuna Transaction Service). You can obtain the downloads and documentation by following links from http://labs.jboss.com/portal/index.html?ctrl...
    Profile Photo
    created by marklittle
  • org.jboss.tm.XidImpl interoperability between 3.2.x and 4.0.

    Not sure if this concerns the new TM implementation, but I don't see other Tx forum to post. We have incompatibilities in the way org.jboss.tm.XidImpl is implemented between 3.2.x and 4.0.x. This prevents 3.2.x serv...
    Profile Photo
    last modified by dimitris
  • JASS - JSR-95

    Hello there, i'll write my diploma thesis about advanced transaction model's in Java and i'll try to implement a prototype for JSR-95. The basis for this might be http://forge.objectweb.org/projects/jass/, but is thi...
    Profile Photo
    last modified by andreas_austing
  • UserTransaction

    Hi at all, i'm modifying the UserTransaction to implent "Exactly once" behaviour... I've modified the getUserTransaction() method in the class BaseSessionContext adding this line (to allow the downcast): return (Use...
    Profile Photo
    last modified by sks
  • JBAS-2513 - Linking controlled shutdown of transactions to t

    This is the discussion thread for http://jira.jboss.com/jira/browse/JBAS-2513
    Profile Photo
    last modified by adrian.brock
  • Xid padding not needed with Oracle 10g

    Found this out while testing DTM recovery. I didn't check other 10g releases, but Xid padding is a no-op with Oracle 10g release 10.1.0.3.0. Everything works with and without padding, even transaction recovery after a...
    Profile Photo
    last modified by reverbel