将项目升级到ICEfaces 2.0
我有一个 JSF 1.2 和 ICEfaces 1.8 的项目。
我已经开始基于 本教程
我已从项目中删除了旧的 JSF 和 ICEfaces jar,并从icefaces 2 库中复制了新的 jar。
当我启动 JBoss 时,我清楚地看到 JSF 2.0 jar 已加载,但我不明白为什么它仍然加载 ICEfaces 1.8 lib。
15:37:07,431 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/
admin-console'
15:37:09,012 INFO [D2DViewHandler]
ICEsoft Technologies, Inc.
ICEfaces 1.8.2
Build number: 7
Revision: 19321
15:37:09,089 WARN [D2DViewHandler] JSF 2.0 libraries detected. This version of
ICEfaces is not supported on JSF 2.0. JSF 1.1 or 1.2 are required.
你看出什么理由了吗?
谢谢。
I have a project in JSF 1.2 and ICEfaces 1.8.
I have started the upgrade process to JSF 2.0 and ICEfaces 2.0 based on this tutorial
I've DELETED old JSF and ICEfaces jars from my project and copied the new ones from icefaces 2 libs.
When I start JBoss I clearly see that JSF 2.0 jars are loaded but I do not understand why it still loads the ICEfaces 1.8 lib.
15:37:07,431 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/
admin-console'
15:37:09,012 INFO [D2DViewHandler]
ICEsoft Technologies, Inc.
ICEfaces 1.8.2
Build number: 7
Revision: 19321
15:37:09,089 WARN [D2DViewHandler] JSF 2.0 libraries detected. This version of
ICEfaces is not supported on JSF 2.0. JSF 1.1 or 1.2 are required.
Do you see any reason?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来我实际上还没有删除所有旧罐子。现在修好了。
Seems that I have not actually deleted all the old jars. Fixed now.