|
Hello Mr. Hardy, Thank you for your reply. We have an existing application running in Richfaces 3.3.1. When we started migrating to latest Richfaces 4.5.5 We came to know the problems, 1.Have to migrate seam to version 2.3 2.Have to migrate JSF to version 2.1
A bug in Mojarra (JAVASERVERFACES-3157) affects the ExtendedPartialViewContext in RichFaces 4.5. As such we’ve implemented a check that you are running a patched version of Mojarra ≥ 2.1.28 or ≥ 2.2.6.
So then I have modified the the below jar files in Jboss Server, \jboss-eap-6.2\modules\system\layers\base\javax\faces\api\main - jsf-api-2.1.28.jar jboss-eap-6.2\modules\system\layers\base\com\sun\jsf-impl\main - jsf-impl-2.1.28.jar
After clearing the content in the below location,I have started my server in eclipse luna. jboss-eap-6.2\standalone\deployments
Then i have accessed my webapplication url as, http://localhost:8080/SimpleReporting/home.seam
Now I got the Error which I have already attached. I am ready to give further informations also.I have attached the jar files of the lib.Tried different versions of hibernate validation jar also in lib path.
Thank you.
|