MDS-00035: cannot load the class: oracle.app.hcm.common.core.HcmCoutryCC
Currently we are trying to do Fusion App Customizations . Have created an application of type 'Fusion Customization Application' In Jdev and Pointed it to the Exploded EAR for the Fusion App.
When i have opened the Application in 'Oracle Fusion Applications Administrator Customization' role, The Customization app is not loading and receiving the following error.
MDS-00035: cannot load the class: oracle.apps.hcm.common.core.HcmCountryCC.
Error initializing MDS configuration for application "file:/C:/Projects/Oracle/FusionJdevWork/mywork/FusionExtn1/FusionExtn1.jws". Customizations disabled for this application. MDS-00035: cannot load the class: oracle.apps.hcm.common.core.HcmCountryCC.
Have added below option to jdev.conf
AddVMOption -Dide.extension.extra.search.path=C:\Projects\Oracle\FusionJdevWork\FusionEARPOC\APP-INF\lib
And also created a deployment profile at Project Properties level to point to the ExtHcmCustomization.jar which was placed in <JDdev Home>/jdeveloper/jdev/lib/patches.
Still getting the same error.
Am i missing anything to make the app Customizable? BTW, i am using Jdev 11.1.1.6.2
Thanks
Kaja