1. Transactional File Access and Caching in JBoss AS 5 stackoverflow.comWe 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.comHow 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.comI have a situation with a legacy system which uses JEE Bean Managed Transactions. It's getting
|
4. Solution to java.lang.RuntimeException: javax.transaction.HeuristicMixedException on Jboss shudown? stackoverflow.comI 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.comI 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.comI 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.comI 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.comI 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.comHow 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.comHow 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.comI'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.comI 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 |