Quantcast
Channel: SCN : Discussion List - SAP Enterprise Portal : Administration and Development
Viewing all articles
Browse latest Browse all 2686

PCD API : NoClassDefFoundError : com/sapportals/portal/pcd/pcm/roles/PortalWorkset

$
0
0

Hello,

 

I am using PCD API inside Abstract Portal Component to get properties of Portal Role, Workset, Page & iView programmatically.

I could successfully read attributes for page & iView. But for role & workset, I am facing below runtime error: -

 

DC builds & deploys fine but in runtime there is this exception: -

 

     Cannot process an HTTP request to servlet [prt] in [irj] web application.
      [EXCEPTION]
      java.lang.NoClassDefFoundError: com/sapportals/portal/pcd/pcm/roles/PortalWorkset

 

 

I have added below JARs to my Portal DC (via external lib DC compilation pp of course): -

    

     com.sap.portal.pcd.roleservice_core.jar

     com.sap.portal.pcmbuilderservice_api.jar

 

And below is in my portalapp.xml: -


     <property name="SharingReference" value="urlgenerator,com.sap.portal.htmlb,com.sap.portal.pcd.glservice,com.sap.portal.pcmbuilderservice"/>

 

Could you please let me know how do get this working?

 

Thanks & Regards,

Amey


Viewing all articles
Browse latest Browse all 2686

Trending Articles