Hello,
When I try to retrieve content from KM using this code:
IResourceFactory factory = ResourceFactory.getInstance(); IResource resource = factory.getResource(rid, context); IContent content = resource.getContent();
I get a <i>wcm.repository.ResourceException: Operation getContent(com.sap.netweaver.bc.rf.common.IResourceHandle) is not yet supported/implemented!</i> exception.
I think my code is the same I have found in the examples.
Does anyone know what I am doing wrong?
Thanks in advance!