升级到icefaces 1.7.2后出现javax.faces.application.ViewExpiredException

发布于 2024-07-08 17:04:07 字数 277 浏览 8 评论 0原文

您好,我刚刚将 Icefaces 1.7.1 升级到 1.7.2,并在同一链接上单击两次后开始出现 javax.faces.application.ViewExpiredException 异常。 我正在使用 JBoss Seam 2.0.2,我想这是我在升级过程中犯的一些愚蠢的错误,但我不知道是什么。 我刚刚用较新的 jar 替换了三个 jar(icefaces.jar、icefaces-comps.jar 和icefaces-facelets.jar。还有什么我应该做的吗?当我切换回 1.7.1 时,一切都像以前一样正常工作。

Hello I've just upgraded icefaces 1.7.1 to 1.7.2 and started to get javax.faces.application.ViewExpiredException exceptions after clicking twice on the same link.
I'm using JBoss Seam 2.0.2 and I suppose that it is some stupid mistake I've made during upgrade but I can't figure out what. I've just replaced three jars with newer ones (icefaces.jar, icefaces-comps.jar and icefaces-facelets.jar. Is there anything more I should do? When I switch back to 1.7.1 everything works fine as before.

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

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

发布评论

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

评论(1

素罗衫 2024-07-15 17:04:07

我的观点是,ICEfaces 并不完全向后二进制兼容,并且如果不重新编译 JBoss Seam 组件就无法更新。 您可以在 JBoss Seam 软件包 的changelog.txt 文件中找到兼容的组合。 我有以下组合:

  • JBoss Seam 2.1.2 和 ICEfaces 1.8.0
  • JBoss Seam 2.1.1 和 ICEfaces 1.7.2 SP1
  • JBoss Seam 2.1.0 和 ICEfaces 1.7.2
  • JBoss Seam 2.0.2 和 ICEfaces 1.7.0
  • JBoss Seam 2.0.0 和 ICEfaces 1.6.1(更多信息)
  • JBoss Seam 1.2.1 和 ICEfaces 1.6.0
  • JBoss Seam 1.1.0 和 ICEfaces 1.5.1

您可以阅读详细的 1.7.2 变更日志 或尝试将 ICEface 或 JBoss Seam 更新到较新的版本。 此外,这个问题在 icefaces 论坛 中也得到了很好的发现。

My opinion is that ICEfaces is not completely backwards binary compatible and cannot be updated without recompilation of JBoss Seam components. Compatible combinations you may find in the changelog.txt file from JBoss Seam packages. I've got the following combinations:

  • JBoss Seam 2.1.2 and ICEfaces 1.8.0
  • JBoss Seam 2.1.1 and ICEfaces 1.7.2 SP1
  • JBoss Seam 2.1.0 and ICEfaces 1.7.2
  • JBoss Seam 2.0.2 and ICEfaces 1.7.0
  • JBoss Seam 2.0.0 and ICEfaces 1.6.1 (more info)
  • JBoss Seam 1.2.1 and ICEfaces 1.6.0
  • JBoss Seam 1.1.0 and ICEfaces 1.5.1

You may read a detailed 1.7.2 changelog or try to update ICEface or JBoss Seam to the newer version. Also this problem is well discovered at the icefaces forum.

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