Log in to follow, share, and participate in this community.
Thread TransactionImpleManager.suspend
TransactionImpleManager.suspendHi 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...
Thread allowMultipleLastResources in JBoss AS 6 Final
allowMultipleLastResources in JBoss AS 6 FinalSince 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.
Thread Strange Transaction Behaviour of REQUIRES_NEW
Strange Transaction Behaviour of REQUIRES_NEWHi, 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...
Thread TCCL not set correctly during transaction recovery
TCCL not set correctly during transaction recoveryjboss-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...
Thread Pending tx in weblogic RM never resolved during XA recovery test case
Pending tx in weblogic RM never resolved during XA recovery test caseWe 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...
Thread How to accelerate JBoss TM when JTS is enabled
How to accelerate JBoss TM when JTS is enabledHi. 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...
Persistence Issues for Process PersistenceHi, 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...
Issues wiht Jboss EAP 5.0.1Hello, 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...
Thread trsanction aborted/rollbacked with un-understand exception
trsanction aborted/rollbacked with un-understand exceptionI'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? ...
Thread JBoss 7.1.3 - ARJUNA016037: Could not find new XAResource
JBoss 7.1.3 - ARJUNA016037: Could not find new XAResourceHi, 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...
JBoss 4.2.2 GA facing bug JBTM-444Hi 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...
Thread JBoss EAP 6 - integration with Websphere MQ
JBoss EAP 6 - integration with Websphere MQHi 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...
Thread Error while running wsat-simple code in eclipse dynamic web project
Error while running wsat-simple code in eclipse dynamic web projectHello 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...
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 ...
Thread "Name of XA node not defined" despite it is set as nodeIdent
"Name of XA node not defined" despite it is set as nodeIdentHi, 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/...
Thread Can't bind Hibernate Session to JTA Context
Can't bind Hibernate Session to JTA ContextHi 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...