You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ⅰ. Issue Description
seata 2.3.0 预发布版本 xa模式使用kingbase数据库作为数据源,报错 xa not support dbtype: kingbase
Ⅱ. Describe what happened
当使用注解开启xa代理,执行到全局事务方法时直接报错
@EnableAutoDataSourceProxy(dataSourceProxyMode = "XA")
@GlobalTransactional
XAUtils 截图
Ⅲ. Describe what you expected to happen
xa模式下能够使用kingbase数据库作为数据源
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
JDK version : 11
Others: seata2.3.0 Pre-release
The text was updated successfully, but these errors were encountered:
Ⅰ. Issue Description


seata 2.3.0 预发布版本 xa模式使用kingbase数据库作为数据源,报错 xa not support dbtype: kingbase
Ⅱ. Describe what happened
当使用注解开启xa代理,执行到全局事务方法时直接报错
@EnableAutoDataSourceProxy(dataSourceProxyMode = "XA")
@GlobalTransactional
XAUtils 截图
Ⅲ. Describe what you expected to happen
xa模式下能够使用kingbase数据库作为数据源
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
JDK version : 11
Others: seata2.3.0 Pre-release
The text was updated successfully, but these errors were encountered: