升级到icefaces 1.7.2后出现javax.faces.application.ViewExpiredException
您好,我刚刚将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的观点是,ICEfaces 并不完全向后二进制兼容,并且如果不重新编译 JBoss Seam 组件就无法更新。 您可以在 JBoss Seam 软件包 的changelog.txt 文件中找到兼容的组合。 我有以下组合:
您可以阅读详细的 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:
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.