Run JSF Mojarra 2.1.2 on Weblogic 12.1.3.0.0
Hello everyone
I´m trying to migrate a Web app from Jboss to Weblogic. But I´m not able to even deploy the .war properly.
The original app makes use of mojarra 2.1.2. I know that Weblogic 12.1 provides its own implementation of JSF, but I want to make sure that the JSF implementation is Mojarra 2.1.1.
For that reason I created a simple weblogic.xml file containing <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes> and I am also including the following jars in the WEB-INF/lib folder.
jsf-api-2.1.2.jar ( Mojarra 2.1.2 API )
jsf-impl-2.1.2.jar ( Mojarra 2.1.2 Implementation )
But the Server1 logs shows two errors after deployment: