JBoss « Transaction « Java Database Q&A





1. Transactional File Access and Caching in JBoss AS 5    stackoverflow.com

We need to locally store a cache on a File System through JBoss 5. The files we need to store are big (~50 Mbyte) and there are many consumer (through WS ...

2. JBoss RMI Transaction    stackoverflow.com

How can i can achieve remote transaction while using Remote EJB (over RMI/IIOP or RMI/JRMP). Is that JBoss 4.0 support this kind of transaction or should i use jotm or atomikos? Thanks in ...

3. Rerunning failed Container-Managed transactions in JEE    stackoverflow.com

I have a situation with a legacy system which uses JEE Bean Managed Transactions. It's getting LockAcquisitionException thrown when it's trying to retrieve something it just created. My initial thoughts were this:

@TransactionAttribute(SUPPORTS)
public ...

4. Solution to java.lang.RuntimeException: javax.transaction.HeuristicMixedException on Jboss shudown?    stackoverflow.com

I am getting the below given exception continuously and Jboss is not getting Shutdown on running shutdown.sh -S java.lang.RuntimeException: javax.transaction.HeuristicMixedException at org.jboss.aspects.tx.TxPolicy.handleEndTransactionException(TxPolicy.java:193) at org.jboss.ejb3.tx.Ejb3TxPolicy.handleEndTransactionException(Ejb3TxPolicy.java:55) Thanks in advance.

5. Writing to database log in the middle of rollback    stackoverflow.com

I am using jboss5.1.x, ejb3.0 I have a transaction which goes like this: MDB listen to JMS Queue. MDB takes msg from JMS writing to Database. in some of the catch clauses i throw "New ...

6. Retrieve Number of JMS Message retry    stackoverflow.com

I am using JMS Queue, and MDB which listen to it. I have a retry mechanism, so when exception is being thrown a rollback to the transaction will occur and the ...

7. Transaction is alternating Timeouts    stackoverflow.com

I am using jboss 5.1.x, EJB3.0 I have MDB which listens to JMS queue. when the MDB taking a message, it dispatch a msg via TCP to some modem. sometimes that Modem doesnt ...

8. Start new Transaction in the middle of rollback    stackoverflow.com

I am using Jboss5.1.x EJB3.0 I am trying to open new Transaction in the middle of rollback in order to write into database. the only way I could do i t, is when I ...

9. EJB - Transaction Time out    stackoverflow.com

How can we define method level transaction timeout in Session EJB (Container Managed Transaction) in JBOSS 4 container?





10. Java: XA Transaction propagation within many threads    stackoverflow.com

How can I use a transaction manager (such as Bitronix, JBoss TS or Atomikos) in a Java SE (not JEE or Spring) to support the ...

11. Jboss AP6 Transaction Manager Implementation    stackoverflow.com

I'm just starting to learn Jboss AP6 and I have a few questions: I created Local Tx Datasource (MySql Database)and can access it in my code using JNDI. Now I would like ...

12. Atomikos vs. Bitronix vs. JBossTS - MVCC and Nested Transactions    stackoverflow.com

I want to implement one of the former Transaction Manager. However, since I am still in the concept phase I would like to try all of these Transaction Manager. My criterias ...

13. JBoss Transaction Timeout    forums.oracle.com