xiaotong2019 commented on issue #19809: URL: https://github.com/apache/shardingsphere/issues/19809#issuecomment-1203380464
> * In fact, if you switch to Spring Boot OSS 3.0.0-M4 it works perfectly fine. Because the atomikos version controlled by spring-boot-starter-parent in the 2.7.x branch is 4.x. This conflicts with ShardingSphere using atomikos 5.0.8. > * You can actively change the version controlled by springboot to 5.0.8 to solve this problem, which should be similar to atomikos.verison in pom.xml. > * The information you provided is not enough to get a certain PR to the master branch. This issue is obviously a duplicate of [Error: com.atomikos.icatch.jta.JtaTransactionServicePlugin.beforeInit()V #19790](https://github.com/apache/shardingsphere/issues/19790) and can be closed. Ok, thanks very much for good replay. In addition, startup is successfully, but why is my XA transaction not taking effect? Such as: @Transactional @ShardingSphereTransactionType(TransactionType.XA) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
