• JTA  and Container Managed Transactions in JBoss 7.1.0

    When i started to develop the application i tried to use the container managed transactions using EJB3. I am using JBoss 7.1.0 but my lazy loading is giving exceptions beacaus the Hibernate session is already closed....
    Profile Photo
    last modified by meervanderj
  • Exception : [org.jboss.web.tomcat.service.jca.CachedConnectionValve] Application error: service did not complete its transaction

      I recently migrated from jboss-4 to jboss-5   When I run the webservice of my appliation locally to find whether it is running, I get this exception   ERROR [org.jboss.web.tomcat.service.jca.Cache...
    Profile Photo
    created by truthisone
  • IllegalMonitorStateException when commiting JTA transaction (JBoss 4.2.3)

    Hi,   We have an EJB3 based application running in a JBoss 4.2.3 cluster of 2 'all' instances. For the past 3 months, the application was working correctly, but lately, JBoss is throwing the following exception...
    Profile Photo
    created by dolevd
  • How to identify a managed JTA transaction?

    Hi,   Is it possible to identify a JBoss 4.2 JTA transaction? I mean to its identification number?   SK
    Profile Photo
    last modified by somostetoikilato
  • JBoss 5.1 fails at XA transaction commit with RecoverableTransactionManager ClassNotFoundException

    Hi,   I've been attempting (for slightly too long now) to migrate an application from Weblogic 10.1 to JBoss 5.1. The application recruits Oracle and Teiid datasources (the Teiid datasource using further nested ...
    Profile Photo
    last modified by mhickman
  • Setting up transaction manager outside of JBoss AS

    I'm trying to use JBoss Transactions from a (kind of) standalone client. My goal is to setup a functional transaction manager and the transaction synchronization registry on a remote client side (which ultimately comm...
    Profile Photo
    last modified by jaikiran
  • JBoss Session/Connection Management

    Hi All; appologies if this has been previously answered, i have searched extensively and can't seem to find the answer to what should be a relatively easy task. Basically, i want to be able to monitor connections (a...
    Profile Photo
    last modified by wfranks.opentext
  • Need help with hung transactions in JBoss 5.1.0.GA

    We are running JBoss 5.1.0.GA, jBPM3, EJB3/JPA and HornetQ 2.2.5. We have problems with hung transactions. It looks to us that they are caused by rollbacks, but we don't know for sure. The symptoms are the the running...
    Profile Photo
    last modified by johan.hedin
  • How to setup JBoss JTA standalone(outside container) with XA transaction for JMS(WebSphere MQ)

    JBoss JTA 4.15.0, Spring 3.0.5, WebSphere MQ   What is the recommended way to setup JBoss JTA in standalone(outside a container) mode to support XA transactions for JMS?   A Spring configuration would also...
    Profile Photo
    created by jkafeero
  • JBoss JTA, Spring, Hibernate and DB2 outside container or standalone. Rollback ignored by Hibernate

    I am having an issue setting up XA for use with Spring and Hibernate. JBoss TS 4.15.0, Spring 3.0.5, Hibernate 3.5.3, DB2 Universal Driver 3.53.95   Spring Config  <bean id="dataSource" class="org.spr...
    Profile Photo
    last modified by jkafeero
  • Setup XA recovery with encrypted password

    I'm trying to configure JBossTS for recovery using a xa data source, and I'm getting this exception:   AppServerJDBCXARecovery.createConnection got exception java.sql.SQLException: Invalid argument(s) in call ...
    Profile Photo
    created by raizcor
  • TransactionRolledbackLocalException in method

    Hi ,   I  have face following  TransactionRolledbackLocalException in method:   frequently  when  the user load increase .  I  have defined the  max thread 400 ...
    Profile Photo
    created by minhas_tarlok40
  • Transaction propagation + EJB3 + Alternatives

    Hello there...   Maybe my question is quite basic, but i really need some tips. I have a proof of concepts composed by two EJB3 components deployed in two different JBossAS 5.1. Both components perform the same ...
    Profile Photo
    created by mleite
  • Nested Transactions AS6 & MySQL - ARJUNA-16082 Synchronizations are not allowed!

    I would like to use nested transactions in a webservice but I am getting error: ARJUNA-16082 Synchronizations are not allowed! Transaction status isActionStatus.RUNNING   I'm using: JBoss AS6 - Final and MyS...
    Profile Photo
    last modified by pbaker01
  • JTS in jboss6 (jboss-6.1.0.Final) problem

    Hi all,   My application uses queues+MDBs+session bean+2 data sources.   the same application works fine on oc4j, but i have migrated it to JBOSS 6 (jboss-6.1.0.Final). Following observations or problems ...
    Profile Photo
    last modified by seeaganesh
  • Question about distributed transactions recovery

    Hi guys.   Does anybody has an experience with following usecase:   I have two jboss instances running in a cluster. Lets assume that following situation occurs:   Node1 starts distributed transaction ...
    Profile Photo
    last modified by andrey.vorobiev
  • jboss-atx: unknown Tx PropagationContext

    I have two JBoss EAP 5.1 with JTS configured as told in jboss-eap-5.1\jboss-as\docs\examples\transactions.   I placed a WAR file on instance A and an EJB configured with a XA DataSource in instance B   I s...
    Profile Photo
    last modified by gastaldi
  • how to intercept a transaction failure (JBoss 6)

    I don't want a client of a session bean to catch Transaction errors thrown by the application server.   So I need the possibility to catch transaction errors. This is done by AOP at JBoss 6. If I write a "regu...
    Profile Photo
    created by planetenkiller
  • distributed transaction : without jee container

    Hello All,   We need to create a simple Spring Batch based Java Service which can update two Oracle databases. Java Service will need to manage transaction across two oracle data bases. Pls could you share how ...
    Profile Photo
    last modified by tma0si3
  • Transaction timeout warning message interpretation

    Hi,   I got a transaction timeout warning message from the log file as below :   WARN  [org.jboss.tm. TransactionImpl] Transaction Transac tionImpl:XidImpl[FormatId=257, GlobalId=pmtisap01/232246, B...
    Profile Photo
    last modified by bensonfungjava