Questions tagged [atomikos]

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

From atomikos.com:

Atomikos offers transaction management for eXtreme Transaction Processing (XTP), Service Oriented Architecture (SOA) and open source environments. Atomikos’ software safeguards critical transactions and prevents costly data loss or corruption in the event of a system failure or crash by automating the cancellation of failed business transactions.

260 questions
0
votes
1 answer

JMS Message consumed despite transaction rollback

I have a simple XA test setup, using JMS and JDBC. I use Atomikos 3.9.3, ActiveMQ 5.10.1 and DB2, with their proper XA drivers. Sending messaged works ok, it is transactional. But the consume case does not - despite throwing an exception, the JMS…
Michael Böckling
  • 7,341
  • 6
  • 55
  • 76
0
votes
1 answer

Configuring Transaction Manager in spring boot embedded tomcat

I am using Spring boot 1.2.3 with embedded tomcat 8.0.20. In regular tomcat we can configure transaction manager in context. Example: Is there any way that I can register T/X…
0
votes
2 answers

How to insert into database when using JTA + JPA with Spring

I have a simple web application using JTA + JPA along with Spring (version 4). I am doing a XA transaction using Atomikos JTA transaction Manager. This transaction involves inserting EmployeeA entity into DatabaseA and another EmployeeB entity into…
aknon
  • 1,408
  • 3
  • 18
  • 29
0
votes
1 answer

Spring Boot JTA Error

I am trying to add JTA to my project. I added the following to my Gradle file and now my application won't start. It was running fine before. compile("org.springframework.boot:spring-boot-starter-jta-atomikos") I am getting the following…
greyfox
  • 6,426
  • 23
  • 68
  • 114
0
votes
2 answers

Set Ehcache timeout when using JTA

I have hooked Ehcache into my JTA transaction manager (provided by Atomikos) using the setting cacheConfiguration.setTransactionalMode("xa");, and am receiving the following error approximately 15 seconds after my application starts up: Caused by:…
smilin_stan
  • 1,693
  • 2
  • 28
  • 40
0
votes
1 answer

getting jHipster project working with Atomikos JTA/XA transactions

I've been playing with the jHipster yeoman generator for the past week and I'm trying to get my application working with atomikos for JTA/XA transactions and I'm running into a number of problems, which is to be expected since I'm new to spring boot…
J Meyer
  • 31
  • 3
0
votes
0 answers

Spring Boot does not seem to pick up Atomikos when used for tests

I am working on a prototype for using Spring Boot in our project. We have a JBoss server in production and I was thinking of running integration tests against Undertow embedded server using an embedded transaction manager like Atomikos, because a…
Paddy
  • 3,472
  • 5
  • 29
  • 48
0
votes
1 answer

no writeable property 'url' in class 'oracle.jdbc.xa.client.OracleXADataSource'

I am writing a JTA transaction management module for the Spring application by Atomikos, everything assumed to be properly setup:
Dreamer
  • 7,333
  • 24
  • 99
  • 179
0
votes
1 answer

Records omitted from query using JPAPagingitemReader

In our project, we are dumping all the data which is required for batch processing in a temperory table in the first step. In the second step, we are reading data from the temperory table, processing it(processor) and deleting it from the same temp…
0
votes
1 answer

Atomikos XAResource raised 0: unknown

I've setup JTA for our unit tests using: Atomikos (3.8) Hibernate (3.2.6/3.3.2) Spring (3.1) After quite some effort I managed to get it up and running with a HyperSQL memory database, 2 XA Datasources and…
0
votes
1 answer

XA Transactions between 2 JMS Brokers (ActiveMQ)

I am trying to move jms messages between 2 different, remote, activeMQ brokers and after a lot of reading I am using Atomikos, as I am writing a standalone application, and I am also using spring to get the whole thing working. I have the following…
Alexandre Thenorio
  • 2,288
  • 3
  • 31
  • 50
0
votes
1 answer

Spring / Hibernate 4(non JPA) / Infinispan / Atomikos no transaction manager found

I'm using Tomcat7 and need JTA for Infinispan Cache. I am using Spring 3.x with Hibernate 4 (non JPA) and Atomikos for JTA. I can't find a transaction manager look up class in the Atomikos library or docs for Hibernate 4. All examples are for…
user979051
  • 1,257
  • 2
  • 19
  • 35
0
votes
2 answers

java.lang.IllegalStateException: No recoveryService set yet! [TOMCAT7 - Spring 3.2 - JPA 2(hibernate impl) - Atomikos 3.9 -

I have developed a webapp with Spring 3.2.2,JPA 2(hibernate implementation) and Atomikos 3.9.0. So,all seem to work as exepected including local and distribuited transacations. But if I enable log4j logging for atomikos classes,when I start…
0
votes
2 answers

camel activemq and atomikos integration - message consumed when exception - no retry

I am setting up Camel with ActiveMQ and Atomikos - transacted. When throwing a RuntimeException in a processor, I am expecting ActiveMQ to retry the message, but the message is not returned to the queue? Please see my configuratio below.
0
votes
2 answers

Atomikos + Spring + JMS read messages batch transactionally

I am trying to design an application using spring + atomikos that reads a batch of N messages and persists them to a database within a single transaction. It has to be a batch of messages because the data is only consistent when it's in batches,…
Giovanni Botta
  • 9,626
  • 5
  • 51
  • 94
1 2 3
17
18