Skip to main content

Questions tagged [atomikos]

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

0 votes
0 answers
104 views

Cached JMS Session object is printing as null in JmsTemplate

Our application is a JAVA back end app running inside a Tomcat. In a high level it reads input from IBM MQ, process it, persists it in the ORACLE DB and writes the output to an MQ. It is a distributed ...
Ravi Shankar's user avatar
0 votes
1 answer
56 views

JMX exporter stops working after sometime and application starts getting java.lang.IllegalStateException: Max number of active transactions reached:50

We enabled JMX exporter for tracking jmx metrics. What i have observed is, after an hour or so, grafana stops showing metrics and even the application which i am tracking starts leaving transactions ...
vranwikar's user avatar
0 votes
0 answers
103 views

com.atomikos.datasource.ResourceException: XA resource 'ddpDataSource': resume for XID '' raised -4: the supplied XID is invalid for this XA resource

Now, we are facing one XID issues like below by using atomikos:5.0.9 with Spring framework 5.3.23. We try to migrate atomikos:4.0.6 to atomikos:5.0.9, but unfortunately we have faced the below issue. ...
Takehisa Okano's user avatar
0 votes
0 answers
134 views

Cannot invoke a rollback operation when the AutoCommit mode is set to "true" in tomcat-8.5.14 using Atomikos astranscationMaanger

We are currently managing a Spring Hibernate web application operating on Tomcat 8.x, with Atomikos 4.0.4 serving as the transaction manager. The backend database is SQL Server. We have encountered an ...
unknown's user avatar
  • 691
0 votes
1 answer
486 views

JaVers + Spring Boot 3 + JTA + Atomikos

After upgrading an existing Java project from Spring Boot 2.7 to 3.1, everything is working except JaVers. Whenever JaVers needs to do something - like validate the schema on app startup or commit a ...
user avatar
0 votes
0 answers
300 views

Atomikos integration with spring parallel processing throwing error

Background : I am upgrading my spring boot project from 2.1 to 2.7+ to avoid security vulnerabilities and existing project used traditional way of creating spring bean object for database and ...
Rajeev's user avatar
  • 1,790
1 vote
0 answers
125 views

Atomikos in Java Spring Boot - How to target a schema

I am setting up a multi-connection database in my project, I'm currently using OracleDB to set up a local db but there are a lot of Schemas. I can't get to a point to the correct schema I wanted. Here ...
Atlas Wong's user avatar
1 vote
1 answer
2k views

Spring boot 3 with Atomikos

Spring Boot 3 doesn't support Atomikos. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide Support for the following dependencies has been removed in Spring Boot 3.0: ...
simyaci's user avatar
  • 73
0 votes
0 answers
30 views

transaction getting commited before existing the method

I have below code, @Service public class MyHandlerService { @Inject private MyRepoService myRepoService; @Transactional(value = "manager1", propagation = Propagation....
SUBHASHC37's user avatar
0 votes
2 answers
452 views

Atomikos equivalent to Hikari connection-init-sql

What is the equivalent to Hikari's connection-init-sql property? spring: datasource: hikari: connection-init-sql: ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT='DD/MM/YYYY HH24:MI:SSXFF TZR' ...
Cássio's user avatar
  • 329
0 votes
1 answer
132 views

Camel multicast pipeline timing out in a transacted doTry

I'm running into a very odd problem that happens only under very specific circumstances. I have the following route <routes id="id1" xmlns="http://camel.apache.org/schema/spring"...
Egor's user avatar
  • 1,650
0 votes
1 answer
296 views

how to handle transaction management in multi datasource using atomikos?

I am having one application with multiple datasource and i am facing one issue where i am calling both datasource in one transaction and i am getting result from first datasource but when i am trying ...
Dharmin Patel's user avatar
1 vote
1 answer
423 views

Atomikos transaction timeout when insert into huge table

I'm using atomikos to handle global transaction between 2 different databases. I ran before with more than 1 billion records and this problem just appeared couple days ago. I guess the reason is my ...
leetrinh's user avatar
1 vote
0 answers
97 views

Atomikos - Working with two databases and single repository

I'm playing around with Atomikos. Using this as a starting point: https://www.fabiomaffioletti.me/blog/2014/04/15/distributed-transactions-multiple-databases-spring-boot-spring-data-jpa-atomikos/ In ...
Haris Hajdarevic's user avatar
2 votes
1 answer
3k views

How to make @JmsListener transactional (with Spring Boot and Atomikos)?

I have a Spring Boot application which consumes messages from queue (ActiveMQ) and writes them to the database (DB2) and I need it to be fully transactional. I got to a point where I understood that ...
juststeve's user avatar

15 30 50 per page
1
2 3 4 5
18