wangyjay opened a new issue, #7467: URL: https://github.com/apache/incubator-seata/issues/7467
### Check Ahead - [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 2.2版本的XA模式不支持达梦数据库 ### Ⅱ. Describe what happened `Caused by: java.sql.SQLException: create xaConnection error at org.apache.seata.rm.datasource.util.XAUtils.createXAConnection(XAUtils.java:76) at org.apache.seata.rm.datasource.util.XAUtils.createXAConnection(XAUtils.java:48) at org.apache.seata.rm.datasource.xa.DataSourceProxyXA.getConnectionProxyXA(DataSourceProxyXA.java:112) at org.apache.seata.rm.datasource.xa.DataSourceProxyXA.getConnectionProxy(DataSourceProxyXA.java:101) at org.apache.seata.rm.datasource.xa.DataSourceProxyXA.getConnection(DataSourceProxyXA.java:88) ... 83 common frames omitted Caused by: java.sql.SQLException: xa not support dbType: dm at org.apache.seata.rm.datasource.util.XAUtils.createXAConnection(XAUtils.java:73) ... 87 common frames omitted` ### Ⅲ. Describe what you expected to happen XA模式有计划支持达梦数据库吗 ### Ⅳ. How to reproduce it (as minimally and precisely as possible) _No response_ ### Ⅴ. Anything else we need to know? _No response_ ### Ⅵ. Environment seata 2.2 springboot 2.7.18 达梦8.1 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
