• TransactionImpleManager.suspend

    Hi folks   I have bean using BMT. Another bean using BMT is injected into the first. Now when the first one calls a method of the second one, suddenly the transaction is closed.   Here is the trace: 2018...
    Profile Photo
    last modified by thomas_scheibelreiter
  • how I can handle the org.jboss.util.deadlock.ApplicationDeadlockException in a JEE aplication on Wildfly 8.x?

    I need to process the dead lock of my application to prevent the collapse application server, thanks
    Profile Photo
    last modified by diego.hidalgo
  • allowMultipleLastResources in JBoss AS 6 Final

    Since there is no jbossts-properties.xml in jboss 6, where I can set com.arjuna.ats.jta.allowMultipleLastResources?   Maybe transaction-jboss-beans.xml, but which mbean?   Thanks.  
    Profile Photo
    last modified by simkam
  • Strange Transaction Behaviour of REQUIRES_NEW

    Hi,   I am using EAP 5.2.0, EJB 3.0, and Oracle 11g. I am facing strange issue and seek your help. We have 2 EJBs EJB 1 with transaction attribute "Required", which calls EJB 2,  EJB 2 method has trnsaction...
    Profile Photo
    last modified by puneetsrivastava
  • TCCL not set correctly during transaction recovery

    jboss-7.2.0.Final JMS RA named wljmsra.rar deployed on JBoss which will talk to Weblogic JMS. Got following exception in a transaction recovery test. weblogic RMI code depends on TCCL to load class while during tx r...
    Profile Photo
    last modified by lily.he
  • Pending tx in weblogic RM never resolved during XA recovery test case

    We have a xa recovery test case as following: 1. Deploy our jms RA to jboss which communicates to weblogic server. 2. Start one transaction which includes msg sending via the RA to Weblogic server and some DB operat...
    Profile Photo
    last modified by lily.he
  • In last resource commit optimization, commit call to the last resource isn't invoked last which leads to inconsistent result

    We have a xa recovery test case as following: 1. Deploy our jms RA to jboss which communicates to weblogic server. 2. Start one transaction which includes msg sending via the RA to Weblogic server and some DB operat...
    Profile Photo
    last modified by lily.he
  • How to accelerate JBoss TM when JTS is enabled

    Hi.   Let me describe my problem.   Legacy C++ application consisting of several distributed components integrates with JBoss via CORBA. We use distributed transactions extensively. Obviously such setup r...
    Profile Photo
    last modified by cheezzario
  • Persistence Issues for Process Persistence

    Hi,   I have started implementation of JBPM as our workflow solution. I am using tomcat as application server and jBPM 5.4 as the version. I am on struts so a lot of Spring examples available are not helping. Ev...
    Profile Photo
    last modified by mdegan
  • Issues wiht Jboss EAP 5.0.1

    Hello,   First of all I want you to know I'm a completely jboss newbie, I'm running with a lot of issues with a productive server we have at work and I really need some help of someone expert on jboss to underst...
    Profile Photo
    last modified by dchavarria
  • trsanction aborted/rollbacked with un-understand exception

    I'm using Jboss5.1.0 and oracle 11.2.0.3.0.   1)does the first exception cause the transaction aborted? then causing the TransactionRollBackException     2)what's the 1st exception means?    ...
    Profile Photo
    last modified by bondchan921
  • Any Way To Get Transaction Timeout From Stateful/Stateless EJB Beans?

    There is a "setTransactionTimeout" method on "UserTransaction". Is there a way to get the current timeout for a JPA transaction?   EDIT: Specifically on J-boss 7.2
    Profile Photo
    last modified by 8f4xd7qigkwkp
  • JBoss 7.1.3 - ARJUNA016037: Could not find new XAResource

    Hi, I am running JBoss 7.1.3 for our application and get the following warning message periodically in server log: WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to u...
    Profile Photo
    last modified by karl_zhang
  • Why Jboss 5.0.1 server consumes huge space in harddrive and how to overcome the issue.

    Why Jboss 5.0.1 server consumes huge space in hard drive and how to overcome the issue.   Due to this we are restarting the servers.
    Profile Photo
    last modified by nageshchenna
  • JBoss 4.2.2 GA facing bug JBTM-444

    Hi All,   We are facing a huge surge in jvm memory utilization due to the bug JBTM-444. The bug has been resolved in next versions of JBoss. However, we are using 4.2.2 as of now and need to fix it in same versi...
    Profile Photo
    last modified by pragnesh
  • JBoss EAP 6 -  integration with Websphere MQ

    Hi   I would like to use the JBoss EAP 6 to deploy the MDB to fetch messages from Websphere MQ.   Here are my configurations.   @MessageDriven(activationConfig = {    @ActivationConfigPro...
    Profile Photo
    last modified by jayvijayraj
  • Error while running wsat-simple code in eclipse dynamic web project

    Hello All,   I tried running the "jboss-as-wsat-simple" using maven and eclipse juno. It works fine.   Now I want to use the same code in a newly created dynamic web project. Everything looks good but I a...
    Profile Photo
    last modified by chiragr
  • Enabling XTS for WS-AT in Eclipse.

    Hello Everyone,   I am trying to run the quickstart example of WS-AT referring to http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/wsat-simple/   This example works perfectly when I start jboss AS ...
    Profile Photo
    last modified by chiragr
  • "Name of XA node not defined" despite it is set as nodeIdent

    Hi, on JBoss start-up I get a warning: WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using a00677d:102d:486e0d8d:0 According to this post: http://www.jboss.com/...
    Profile Photo
    last modified by mreasy
  • Can't bind Hibernate Session to JTA Context

    Hi guys,   I'm trying to use hibernate with "JTA Session Context". This must provides me with a way to call sessionFactory.getCurrentSession() and I'm waiting that the session must be unique against many calls u...
    Profile Photo
    created by santos.sandro