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 ...
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 ...
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:
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.
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...