transaction « JBoss « Java Enterprise Q&A





1. Can JBoss Drools be used to assign credit for sales transactions in mass?    stackoverflow.com

I am involved in projects where we frequently use SQL to hit a data warehouse and further crunch the numbers depending on certain rules. These rules are currently implemented via stored ...

2. How to debug CMT transaction boundaries?    stackoverflow.com

I have been studying jboss CMT , and would like to learn how the transaction works from top to bottom, best way would be printing debug information to the log file, ...

3. JBoss transactions (arjuna) error    stackoverflow.com

I am getting the following error when I try to instantiate JBoss transactions Arjuna (JBOSSTS_4_15_0_Final) using com.arjuna.ats.jta.TransactionManager.transactionManager() Could not initialize class com.arjuna.ats.arjuna.logging.tsLogger at com.arjuna.ats.internal.arjuna.common.ClassloadingUtility.loadClass(ClassloadingUtility.java:78) at ...

4. JBossts transactional context propagation    stackoverflow.com

I am using two stand-alone J2SE applications with JBoss Transaction Manager (JTS). Without any application server. How I should init an ORB to allow the propagation of transactional context? Must I ...

5. Getting error as transaction not active    stackoverflow.com

I am getting error while performing some db operations.My App server is jboss.4.2.3 [com.arjuna.ats.internal.jta.transaction.arjuna core.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] Kindly help