IBM WebSphere 应用程序上的 JbossTS。服务器
我花了一些时间在 IBM Websphere 应用程序服务器中设置 JBoss 事务管理器。我没有找到任何提示。 是否可以 ?参考文章/教程会有帮助..
谢谢
I spent time googling to set up JBoss transaction manager in IBM Websphere application server.. I didn't find any hint..
Is it possible ? Reference to article / tutorial would help..
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使有可能,这也不是在 WAS 内处理事务的最佳方式。您应该使用 WAS 提供的事务管理器:
如何将 WAS TM 与 Spring 结合使用的示例可以在此处找到:
http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott /0609_alcott.html
Even if it's possible it's not a best way of handling transactions inside WAS. You should use transaction manager provided by WAS :
Example how to use WAS TM with Spring can be found here:
http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html