本文介绍了如何在Tomcat 6中使用Hibernate的JTA支持?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
他们建议在Java EE环境中使用JTA事务支持。但是,如何在Tomcat6中配置JTA以便Hibernate Session可以使用它?
解决方案
If you want JTA support in Tomcat you'll need to use a standalone transaction manager like Atomikos, JOTM, Bitronix, SimpleJTA, JBossTS or GeronimoTM/Jencks. But honestly, if you're not going to handle transactions across multiple resources, then you can live without JTA (and if you really need JTA, use a full blown application server).
这篇关于如何在Tomcat 6中使用Hibernate的JTA支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!