Showing posts with label Oracle ADF 11g. Show all posts
Showing posts with label Oracle ADF 11g. Show all posts

Wednesday, May 27, 2015

ADF Application Deployment Issue : ConverterELTag ClassNotFoundException




Here is an exception I was getting while deploying an ADF Application to local standalone weblogic server.



Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'emrp'
Caused by: java.lang.ClassNotFoundException: javax.faces.webapp.ConverterELTag



Solution:

After sometime of debugging, I found that the Model Project with in the ADF Application has got an invalid library reference to ADF Faces Databinding Runtime Library which is not supposed to be present in Model Project. Instead ADF Faces is something related to ADF View Project.

I just removed that reference and redeployed the application to the standalone weblogic server in my local machine.

Remove ADF Faces Databinding Runtime Library from ADF Model Project : Issue is resolved.