错误:迁移到Websphere Liberty 8.5.5后,无法将AttachedObjectHandler添加到MyFaces?

时间:2015-09-03 08:34:06

标签: jsf jsf-2 websphere websphere-liberty

尝试将我的项目从Websphere 8.0迁移到Websphere Liberty Profile 8.5.5并获得以下错误(实际上是多次打印):

[ERROR   ] Could not add AttachedObjectHandler to MyFaces!
org.apache.myfaces.view.facelets.FaceletCompositionContext

同时,功能似乎没有受到影响。当它在Websphere 8.0上运行时,我没有看到这个错误。

我的Websphere Liberty功能列表如下:

    <feature>jdbc-4.1</feature>
    <feature>adminCenter-1.0</feature>
    <feature>jndi-1.0</feature>
    <feature>localConnector-1.0</feature>
    <feature>servlet-3.1</feature>
    <feature>ssl-1.0</feature>
    <feature>jaxrs-2.0</feature>
    <feature>cdi-1.2</feature>
    <feature>ejbLite-3.2</feature>
    <feature>jsf-2.2</feature>

谢谢

更新:好的,已知问题:https://code.google.com/p/primefaces/issues/detail?id=7998 现在我正在寻找如何解决此问题的建议

0 个答案:

没有答案