atomikos JTA 事务
因为Spring3 已经不再支持 jotm,所以使用atomikos实现tomcat下的 jta 事务
数据库是 SQLServer2008
现在遇到两个问题
1.是否可以使用jtds作为XA驱动?根据atomikos官方的说法
JTDS XA Driver Problems
The JTDS XA driver has problems with XA and is not currently recommended for production use. One of the problems is that it cannot cope with XA JOIN (i.e., when multiple connections do work for the same transaction) as reported in the Spring forums here: http://forum.springsource.org/showthread.php?p=240038
如果不能使用jtds,有没有其他的解决方法?如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
XA是支持分布式的,non-xa是传统连接方式
正纠结这个问题。