ListenQ commented on issue #30300:
URL: 
https://github.com/apache/shardingsphere/issues/30300#issuecomment-1965726205

   Use mybatis, not jpa
   
   ```
   transaction:
     defaultType: XA
     providerType: Atomikos
   ```
   
   springboot start 
   @SpringBootApplication(exclude = JtaAutoConfiguration.class)
   
   Run project prompt error:java.lang.AbstractMethodError: 
com.atomikos.icatch.jta.JtaTransactionServicePlugin.beforeInit()V


-- 
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]

Reply via email to