I have received the following error while deploying ADF application as an EAR file. weblogic.management.DeploymentException: The EAR file has no META-INF/application.xml and no modules could be found in it Solution: 1. Read More
ADF Error during deployment: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
I have received the above error when deployed the ADF project in to the WebLogic server. The reason to the error is it is missing the jar file ‘adfmweb-<version>.jar‘. My Read More