跨会话维护 UserTransactions
在 servlet 中工作,Websphere Application Server 允许您将 UserTransaction 对象存储在 HttpSession 中并在以后检索它,以前使用包装类,但现在自动进行:
然而,当我开始事务时,稍后检索它并尝试提交时,我收到错误消息,表示不存在要提交的事务。我假设当每个 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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论