Hi,
I am trying to read the files in a KM directory using JSP.
We are on SAP Portal 7.31 SP09 and we are using AFP layout.
I am getting the following error on the below line of code:
Code :
RID rid = RID.getRID("/documents");
ICollection resCollection = (ICollection) ResourceFactory.getInstance().getResource(rid, ctxt);
Error : ClassNotFoundException: com.sap.netweaver.bc.rf.common.exception.RepositoryException
I have read many blogs and trying to fix this issue.
I have imported the com.sap.tc~km~frwk.war and this project is referenced in my JSP Project buildpath. But still I am getting this error. I also tried to export this war project to jar and added to my current project build path. But still no luck.
Could some one please help me on this issue?
Thanks and Regards,
Visweswara Rao Andhe.