How to force WebSphere AS 8 to use a specific JSF implementation?

前端 未结 2 1179
北荒
北荒 2021-01-14 01:34

I have an old enterprise application that was developed using WAS 6.1, now my company is trying to perform the implementation of that application in WAS 8. But I am having t

2条回答
  •  野的像风
    2021-01-14 02:12

    Make sure that you are using PARENT_LAST classloading.

    Otherwise it will load its own JSF 2.0 libs first and your class doesn't match the interface. You should check though if you could update to MyFaces 2.0.

提交回复
热议问题