A company that offers transaction management for eXtreme Transaction Processing (XTP), Service Oriented Architecture (SOA) and open source environments
I am getting the following error when i tried to start a java spring software that runs under apache:- …
catalina atomikosI am facing an issue only on live server with atomikos, on my local server it works perfectly. the issue …
java atomikosWith this configuration (MainConfig.java): import javax.transaction.TransactionManager; import javax.transaction.UserTransaction; import org.springframework.context.annotation.Bean; import …
spring-data-jpa spring-boot atomikosI 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 atomikosWe 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 transactionmanagerI'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 atomikosI am using Atomikos for JTA transaction. I have following setting for JTA: UserTransactionImp userTransactionImp = new UserTransactionImp(); userTransactionImp.setTransactionTimeout(900); but …
jta atomikosI have a Spring application that normally runs fine in WebLogic. I have a set of integration tests that use …
spring atomikos