Top "Atomikos" questions

A company that offers transaction management for eXtreme Transaction Processing (XTP), Service Oriented Architecture (SOA) and open source environments

Apache Catalina Error:- "SEVERE: Error listenerStart"

I am getting the following error when i tried to start a java spring software that runs under apache:- …

catalina atomikos
solve error : log already in use with atomikos with multiple instances

I am facing an issue only on live server with atomikos, on my local server it works perfectly. the issue …

java atomikos
Differences between javax.jms.ConnectionFactory and javax.jms.XAConnectionFactory

I'm entering the world of JTA, due to need of distributed transactions, and I'm uncertain about the differences between javax.…

java jms jndi jta atomikos
Spring boot + Spring Data JPA + Atomikos + Multiple databases configuration

With this configuration (MainConfig.java): import javax.transaction.TransactionManager; import javax.transaction.UserTransaction; import org.springframework.context.annotation.Bean; import …

spring-data-jpa spring-boot atomikos
How to use Atomikos Transaction Essentials with Hibernate >= 4.3

I switched from Hibernate 4.2 to Hibernate 4.3 and my project is not working any more. I'm getting an HibernateException: Unable to …

hibernate jta atomikos
Spring data - two different data sources on the same transaction causing abnormality

We are using atomikos JTA with spring and 2 different mysql datasources. We got a problem, When we use two different …

spring spring-data transactional atomikos transactionmanager
javax.persistence.TransactionRequiredException: no transaction is in progress

I've a service that store many objects into DB with HQL. But I've this exception javax.persistence.TransactionRequiredException: no transaction …

hibernate persistence hql jpa-2.0 atomikos
Strange Atomikos exception - Error in init(): Log already in use?

We're trying to run the same web application that uses Atomikos as transaction manager on several local envrionments (each of …

java tomcat jta atomikos
change jta transaction timeout from default to custom

I am using Atomikos for JTA transaction. I have following setting for JTA: UserTransactionImp userTransactionImp = new UserTransactionImp(); userTransactionImp.setTransactionTimeout(900); but …

jta atomikos
Spring IntTest is getting "Failed to grow the connection pool" from Atomikos

I have a Spring application that normally runs fine in WebLogic. I have a set of integration tests that use …

spring atomikos