• Problem getting connection, Could not enlist in transaction on entering meta-aware object

    Hi All,   I am using Jboss jboss-4.0.5.GA, spring, and firebird as database. I am facing intermittent problem, suddently error can't get connection. I have been trying to reprocude but still can't, everytime i ...
    Profile Photo
    created by monetzgol
  • Why TransactionManager.commit() takes too much time?

    I am using jboss cache 3.2.0 in my application which is deployed on jboss 5.1.0.GA  AS.   During load testing, we encountered an issue which a request involving a transaction takes a long time to process. I...
    Profile Photo
    created by weix
  • Jboss 5.1.0 TransactionManager not bound

    I am trying to configure Jboss 5.1.0 with Hibernate but whenever I am trying to access SessionFactory it is giving following error. Please help me to solve this problem.     2010-03-23 19:15:19,406 ERROR [o...
    Profile Photo
    created by dpoddar
  • XA Transaction with external orb

    Hi,   Is it possible to have JBoss start a global transaction and have an external ORB (Orbix in this case) be a participant as a client in the global transaction? Can't seem to get it to work properly. I had be...
    Profile Photo
    last modified by joez
  • Arjuna Transaction Manager - License Error

    Hello,         I am using arjuna transaction manager with my product. But as soon as I begin the transaction I get the following error :-   Transaction Manager raised exceptio...
    Profile Photo
    last modified by toss
  • Setting default timeout on user managed transaction

    I am using a user managed transaction and an entity manager inside a message driven bean. The process can take several minutes to complete and depending on the state of the environment, concurrent load etc. From time ...
    Profile Photo
    last modified by ejb3workshop
  • Can i able to use JBoss EAP 5.0 for my project?

    Hi friends,   I am a MSc Student.Since my project is to compare transaction managers from Java and .NET. I thought Jboss EAP 5.0 is a free open source software and later i come to know its a 30 day unsupported.....
    Profile Photo
    last modified by balaji26
  • HeuristicMixedException for XA transaction between JBoss 5.1.0GA and 4.1.24

    Hi All,   I am trying to migrate from JBoss 3.2.0 to 5.1.0GA. The application running on the server is invoking remotely EJBs deployed on yet another jboss 3.2.0. When I start JBoss 5.1.0.GA, I can see the follo...
    Profile Photo
    last modified by michaelwiezik
  • With Oracle JDBC, JDBCConnection is being closed erroneously following an IllegalArgumentException. This causes other, unrelated, transaction to fail

    HI,   not sure if this is a bug, but it seems wrong to me.   Basically the scenario is this. I have a SessionEJB (EJB1) with Container Manager Transactions. It has a method 'execute' which is marked as R...
    Profile Photo
    created by domsparks
  • missing PropertyResourceBundle : arjunacore.syncrollbackmexc

    Hi, When I get an EJBTransactionRolledbackException as expected, there's an anoying message that comes within the log 13:35:27,638 ERROR [TxPolicy] javax.ejb.EJBTransactionRolledbackException: Can't find resource ...
    Profile Photo
    last modified by gribo19
  • Problem with Xa transactions in Oracle, Can anyone help me?

    Hi, Im trying to configure an application to work in Jboss, and I was unabled to do that. the Aplication has two data sources called nmadmprod-ds.xml and portabilidad-ds.xml Here is the source nmadmprod-ds.xml: <?x...
    Profile Photo
    last modified by andresramilo
  • Where can I get JBossTS 4.2.3.SP8?

    I am using JBoss community 4.2.2 GA. I find that JBoss TS AppServerJDBCXARecovery XA recovery module doesn't support JMX authentication. I find this bug https://jira.jboss.org/jira/browse/JBTM-432 has been fixed in 4....
    Profile Photo
    last modified by dengyong
  • TransactionManager.getTransactionTimeout() returns 0

    I've tried to call ((TransactionManagerDelegate)new InitialContext().lookup("java:/TransactionManager")).getTransactionTimeout() while on debug and it returned 0 ! When I set it via Transaction.setTimeout it retu...
    Profile Photo
    last modified by blabno
  • Transaction progagation behaviour across EAR boundaries ques

    Is there someone who knows what the specification or JBossTM (JTA) implementation says about propagation of transaction context when SLSB-A in EAR-A calls SLSB-B in EAR-B, assuming that both SLSBs have TX PROPAGATION_...
    Profile Photo
    created by jglan
  • Oracle : xa error XAException.XAER_RMERR

    Can someone review this exception? I am getting it with JBoss 4.2.3GA, Messaging 1.4.3GA, and jBPM 3.2.5GA. I receive this exception in the following case: Container managed transaction. Write to Datasource A [applic...
    Profile Photo
    last modified by bradsdavis
  • JTA transaction already rolled back (probably due to a timeo

    com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_40] - Abort called on already aborted atomic action a7c0898:593:49a8507d:2f0 org.springframework.transaction.UnexpectedRollba...
    Profile Photo
    last modified by user.java
  • Rollback-problem

    Hi, let's assume, we've 2 transaction-partners, both transactions are prepared successfully, so the transaction-parts can be commited. The first part of the transaction will be commited, the second part of the transa...
    Profile Photo
    last modified by sascha242
  • Sourcecodes for jbossjta.jar used in JBOSS 4.2.3GA?

    Hi, currently I'm having a hard time to find out which SVN tag exactly was used on http://anonsvn.jboss.org/repos/labs to build the jbossjta.jar in JBOSS 4.2.3GA. Could somebody please give me a hint, or maybe a poi...
    Profile Photo
    last modified by jfrantzius
  • Can i handle ApplicationDeadlockException globally?

    Can i handle ApplicationDeadlockException globally? I hava an EJB 2.0 Application. I'm using CMP and CMT. but due to some bad code, sometimes it throws ApplicationDeadlockException which is wrapped up in either Remot...
    Profile Photo
    created by nepster48
  • Question about killing a remote transaction

    I'm calling a remote EJB stateless session; it uses lazy instantiation via hibernate and apparently creates a transaction to support the instantiation. I'm trying to perform some data base updates using information f...
    Profile Photo
    created by kaltstellen