如何将独立的 JBoss 事务与 Spring、Hibernate 和 JPA 结合使用?

发布于 2024-11-15 21:13:27 字数 197 浏览 3 评论 0原文

我有一个部署在 Tomcat 上的应用程序,但我需要使用 JTA,因为我要连接到多个数据源。我不想使用 JBoss AS,但想使用 JBoss 事务管理器。我目前将我的应用程序配置为使用 Bitronix,但我的老板希望我使用更流行的东西。叹。

有谁知道如何将 JBoss 事务管理器与 Spring 和 Hibernate 一起使用,但不使用 JBoss AS?

I have an app that is deployed on Tomcat but I need to use JTA because I am connecting to multiple data sources. I don't want to use JBoss AS but would like to use the JBoss transaction manager. I currently have my app configured to use Bitronix but my boss wants me to use something more popular. Sigh.

Does anyone know how to use the JBoss transaction manager with Spring and Hibernate but not use JBoss AS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明天过后 2024-11-22 21:13:27

您是否看到过:

http://community.jboss.org/wiki/HowToUseJBossJTAStandaloneTransactionManager

如果 Spring 尚未支持它,那么编写自定义 AbstractPlatformTransactionManager 来包装 JBoss TM 应该不难。

Have you seen this:

http://community.jboss.org/wiki/HowToUseJBossJTAStandaloneTransactionManager ?

If it's not already supported in Spring, writing your custom AbstractPlatformTransactionManager to wrap JBoss TM shouldn't be hard.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文