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

Spring + Atomikos batch insert/update

I managed to configure spring + atomikos to have global transactions across multiple databases, e.g., updating or inserting records transactionally. I have been using the @Transactional annotation together with the SqlUpdate or BatchSqlUpdate…
Giovanni Botta
  • 9,626
  • 5
  • 51
  • 94
0
votes
1 answer

No JNDI resources found after automatic publish with Tomcat 7.0.27 and Atomikos 3.7.1

I am building a web application using Spring, Tomcat 7.0.27 and Atomikos 3.7.1. I followed the integration guidelines from Atomikos: Tomcat7Integration35. Everything works except two listeners which don't exist anymore in Tomcat 7.0.27. So I did…
Samaneh
  • 73
  • 2
  • 9
0
votes
2 answers

Spring, Atomikos, Tibco EMS 5.1 integration issue

I am trying to configure Atomikos in my Spring application. I am using: Atomikos 3.7.1 (TransactionsEssentials) Spring 3.0.2 Tibco EMS 5.1 Can some one give me the configuration details for the connection factory using JNDI for JMS and also…
shashikanthb
  • 379
  • 2
  • 9
  • 21
-1
votes
1 answer

Spring boot+ 2 phaase commit+ atomikos is not starting

Error Log pasted below: [http-nio-8080-exec-1] ERROR c.r.r.c.e.CustomRestExceptionHandler - Exception Occured org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.AbstractMethodError:…
Shivam
  • 1
  • 1
-1
votes
1 answer

websphere wasjdbcDataSource to XADataSource

i already setup oracle xadatasource in websphere, and i want get datasource by using spring context lookup jndi , exception happen when i start my app : WasjdbcDataSource incompatible with javax.sql.XADataSource. how can i solve this?
Lin Haobo
  • 3
  • 2
1 2 3
17
18