atomikos
Atomikos vs. Bitronix vs. JBossTS - MVCC and Nested Transactions
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 for the final choice are th[详细]
2023-04-11 05:43 分类:问答Atomikos + Infinispan + Jetty errors
I\'m using Spring with hibernate, atomikos and infinispan on jetty. After annotating any entity as @Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL) following error appears[详细]
2023-04-08 16:08 分类:问答Atomikos AtomikosJTATransactionFactory giving ClassCastException
I was trying to implement Atomikos Transaction Manager in my code which is JPA on top of Hiberate. I\'m getting this error. Any help highly appreciated.:[详细]
2023-03-27 12:52 分类:问答ActiveMQ JMS XA Atomikos - Transaction not started error
The situation is we want to use XA transactions to coordinate activity between ActiveMQ and Hibernate (Sql Server 2008).[详细]
2023-03-10 07:38 分类:问答how to write a oracle function to update tables on different schemas
hello i\'m porting a wbsphere application to tomcat, i have to work on two database on the same server and i\'ve integrated tomcat with atomikos transactionessential. This is my first project with jta[详细]
2023-02-21 00:08 分类:问答What does "TERMINATED" state of UserTransaction mean on Atomikos logs?
I\'m using Atomikos essential transactions as my TM in my J2SE application. I have the following code:[详细]
2023-01-31 13:08 分类:问答ClassNotFoundException with EHCache-Atomikos
I\'m trying to use EHCache\'s transactional abilities together with Atomikos and Apache Tomcat (for usage with JMS and Hibernate but that\'s just to assure the sceptics I really need JTA).[详细]
2023-01-23 07:07 分类:问答How to move location of Atomikos's tm.out and *.epoch files?
I\'m running a J2SE application that uses Atomikos which dumps it\'s numerous log files to the current directory.I\'d like to move the location of these files to \"/tmp\", but I cannot locate a config[详细]
2023-01-07 02:41 分类:问答Spring/JTA/JPA DAO integration test doesn't rollback?
My DAO integration tests are failing because entities created during the tests are still in the database at the start of the next test.The exact same behavior is seen from both MySQL 5 and H2.[详细]
2023-01-05 08:37 分类:问答How to remove/hide Atomikos startup error message?
When Atomikos is configured via Spring, a jta.properties or transactions.properties file is not needed.Nonetheless, Atomikos starts up with the follow messages printed to stderr:[详细]
2023-01-02 20:42 分类:问答