cancel
Showing results for 
Search instead for 
Did you mean: 

Masthead - When developed as DC failing.

Former Member
0 Kudos

Hi All,

I created Portal Component DC by using standard com.sap.portal.navigation.masthead . I created a Libraries DC and added the com.sap.portal.navigation.masthead_core.jar to it, assigned the build dependency.

Now when i deploy that DC i am getting the classnotfound exception for standard implementation.

below is the error msg:

Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.navigation.LogoffConfirmMsg of Portal Component com.burton.portal.navigation.masthead.logoffConfirmMsg because: Could not find implementation class

.

.

.

Caused by: java.lang.ClassNotFoundException: com.sapportals.portal.navigation.LogoffConfirmMsg

at java.lang.Class.forNameImpl(Native Method)

at java.lang.Class.forName(Class.java:152)

Could anyone pls let me know, do i need to put anything as sharingreference in the portalapp.xml when we do this thru DCs???

Thanks,

Raags

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raags,

Yes, you need the sharing reference for the runtime but I can't tell you what exactly you have to add there.

The library DC is only for build time.

Regards,

Marc