longkaimao opened a new issue, #24586: URL: https://github.com/apache/shardingsphere/issues/24586
version:5.2.0 I am using shardingsphere5.2.0 + Seata1.6.0 for my code,if I configure seata.enable-auto-data-source-proxy=false,then the branch trancaction report a NullPointException error, which from SeataTransactionHolder.get(). `java.lang.NullPointerException: null at org.apache.shardingsphere.transaction.base.seata.at.SeataATShardingTransactionManager.commit(SeataATShardingTransactionManager.java:110) ~` If configure seata.enable-auto-data-source-proxy=true,then everything looks fine. But I see the following samples: https://github.com/seata/seata-samples/module:springcloud-seata-sharding-jdbc-mybatis-plus-samples This sample configure seata.enable-auto-data-source-proxy=false So,how do Iconfigure it? thanks! -- 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]
