• Versions

    What is the difference between the jbossts and jbossts14 releases? I thought jbossts14 was just the jdk14 compatible version, but there are not equivalent versions under each: [starksm@succubus jboss]$ ls jbossts 4...
    Profile Photo
    last modified by starksm64
  • XAResourceRecovery close?

    I'm implementing an XAResourceRecovery class which creates an XAConnection to the jms server, gets the XAResource and returns that in the getXAResource() method. This is all fine, but I can't find any lifecycle metho...
    Profile Photo
    created by timfox
  • ObjectStoreDir location

    I've notice JBossTS when used in JBossAS, by default, uses: JBOSS_HOME/bin/PutObjectStoreDirHere to store tx recovery info. We don't store data in the bin dir. Actually, I would expect the correct location to be in...
    Profile Photo
    last modified by dimitris
  • JBoss TS JTA - unsetting current transaction association

    If I do the following: txMgr.begin(); Transaction tx = txMgr.getTransaction(); tx.commit(); tx = txMgr.getTransaction(); assertNull(tx); The assertion fails (I would expect the tx.commit() to cause the asso...
    Profile Photo
    last modified by timfox
  • JBossTS jar names

    I'm switching JBossAS 4.2 to JBossTS JTA. The jar names would look a lot better/uniform with an extra '-'. jboss-jta.jar jboss-jta-integration.jar jboss-ts-common.jar Maybe that could be fixed in repository.jboss.co...
    Profile Photo
    last modified by dimitris
  • getRollbackOnly() and async rollback

    FYI: I've just applied the extended getRollbackOnly() check in the JBossAS and EJB3 codebases: http://jira.jboss.com/jira/browse/JBAS-3847 http://jira.jboss.com/jira/browse/EJBTHREE-805
    Profile Photo
    created by dimitris
  • jbossjta-properties.xml in 4.2.2GA

    Why are the recovery extension properties declared twice in the 4.2.2.GA sample jbossjta-properties.xml file? This causes all kinds of endless frustration to the hapless developer.. <?xml version="1.0" encoding=...
    Profile Photo
    last modified by juha
  • Please help me ..

    Good eveing Mr scott stark.. thank you for your kindness!!. I cheked out Jboss-transaction in Eclipse 3.2.1/workspace using anonymous@anoncvs.forge.jboss.com /cvsroot/jboss. I did Ant-build in Eclipse using build.xm...
    Profile Photo
    created by skybear.bead314
  • Tell Method of building and debugging !!!

    I am a Jboss development beginner. I can not build and dubug transaction source code for jboss (Eclipse 3.2.1) Where I can get actual source code??? How build , debug??? How use Eclipse??? In the future I'll be e...
    Profile Photo
    last modified by skybear.bead314
  • 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