spring JTA集成JOTM或Atomikos配置分布式事务(Tomcat应用服务器)

关键字:spring JTA集成JOTM或Atomikos配置分布式事务(Tomcat应用服务器)

http://www.cnblogs.com/huangjingzhou/articles/2012014.html




spring分布式事务(俗称多数据源)有两种实现方式,分别为:JOTM和atomikos,详解如下:

一、spring JOTM
JOTM到spring3.0已经不支持(解决办法为::直接拷贝spring2.5jar包中的org.springframework.transaction.jta.JotmFactoryBean类到工程下,然后id为jotm的bean的class直接改为你工程下的地址即可),附件是spring2.5和jotm所有jar包。

对于spring3.0及以上版本解决方案如下:
第一步,替换spring2.5jar包为spring3.0及以上版本

第二,拷贝2.5jar包中的org.springframework.transaction.jta.JotmFactoryBean类放入您的工程下,然后修改applicationContext-jotm.xml中id为jotm的bean的class直接改为你工程下的地址即可解决。



二、Atomikos

spring3.0和2.5的 Atomikos都已经研究成功,不过挺大的,直接放在家里了,谁想要的说一声吧 ....


相关jar包参考:http://www.huomo.cn/developer/article-a281.html

你可能感兴趣的:(atomikos)