Dear all,
Im trying to get an instance of com.sap.portal.admin.propertyeditor.api.data_providers.IPropertyObjectProvider in that manner:
IPropertyObjectProvider objectProvider = (IPropertyObjectProvider)PortalRuntime.getRuntimeResources().getService(objectProviderserviceKey); |
This ends in a runtime exception:
Caused by: java.lang.ClassNotFoundException: com.sap.portal.admin.propertyeditor.api.data_providers.IPropertyObjectProvider
Adding com.sap.portal.admin.propertyeditor.api.data_providers to sharing references in portalapp.xml causes a deployment warning:
Application ... cannot be started. Reason: it has hard reference to the following resources, which are currently not available on the system: hard to SAPPORTAL/com.sap.portal.admin.propertyeditor.api.data_providers (public) (f=true, cl=true);
What is the right way to reference and use this service? Im on EP 7.31 SP6. Thank you,
regards