跨会话维护 UserTransactions

发布于 2024-12-06 11:23:06 字数 725 浏览 1 评论 0原文

在 servlet 中工作,Websphere Application Server 允许您将 UserTransaction 对象存储在 HttpSession 中并在以后检索它,以前使用包装类,但现在自动进行:

http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=%2Fcom.ibm.websphere.javadoc.doc%2Fpublic_html%2Fapi%2Fcom%2Fibm%2Fwebsphere %2Fservlet%2Fsession%2FUserTransactionWrapper.html

然而,当我开始事务时,稍后检索它并尝试提交时,我收到错误消息,表示不存在要提交的事务。我假设当每个 servlet 调用上的 http 请求完成时,servlet 会自动关闭事务 - 那么,能够跨会话维护此 userTransaction 的目的是什么?

有什么方法可以实现我想要的(我正在使用 Java 和 WAS)?

Working in a servlet, Websphere Application Server allows you to store UserTransaction objects in the HttpSession and retrieve it later, previously with a wrapper class, but now automatically:

http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=%2Fcom.ibm.websphere.javadoc.doc%2Fpublic_html%2Fapi%2Fcom%2Fibm%2Fwebsphere%2Fservlet%2Fsession%2FUserTransactionWrapper.html

Yet when I begin a transaction, then retrieve it later and attempt to commit, I recieve the error that no transaction exists to commit. I assume the servlet is closing the transaction automatically when the http request finishes on each servlet call - what, then, is the purpose of being able to mantain this userTransaction across sessions?

Is there any way to achieve what I want (I'm using Java with WAS)?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文