NoClassDefFoundError: com/sapportals/wcm/repository/IPropertyName
Hi Expert,
I have the following error during the compilation of a JSP/HTMLB page : NoClassDefFoundError: com/sapportals/wcm/repository/IPropertyName.
any idea ?
Thanks,
Franck
José Esteves replied
Hi,
The class that you are using is inside the par file
com.sap.km.cm.service.base.par.
Try to add to the SharingReferences the entry:
com.sap.km.cm.service.base
I don't know for sure, but normally we must add the PAR name or an alias, if defined, to the sharing references.
In the API Documentation you can see to witch par file the class belong.
com.sapportals.wcm.service.propertyconfig
Interface IPropertyConfigurationService
-
-
public interface IPropertyConfigurationService
This service provides a meta information model which can be used to configure custom properties.
Hope this help.
Regards,
José