python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
NullPointerException with Atomikos and Spring Batch JpaPagingItemReader
I use Atomikos with spring boot, spring batch, spring data jpa, hibernate and Postgresql. I have two datasources configured in XA Datasource with the Atomikos pool.
I encounter two difficulties:
The f...

patrick BAK
Votes: 0
Answers: 1
Atomikos with Hibernate(MySQL) have connection error
I setted below properties cause MySQL bug(https://www.atomikos.com/Documentation/KnownProblems#MySQL_XA_bug)
com.atomikos.icatch.serial_jta_transactions=false
pinGlobalTxToPhysicalConnection="tru...
clapmin
Votes: 0
Answers: 1