cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Service - Creating DC - Compile Errors - Help

Former Member
0 Kudos

Hi All,

I have created a DC with Portal Service/Component - StandAlone. After creating the DC i am seeing all the Exceptions/Compile errors for the Service Interface and Implementing Classes.

NWDI Track got all the below

sap.com_EP_BUILDT_1

sap.com_SAP_BUILDT_1

sap.com_SAP_JTECHS_1

sap.com_SAP_PRT_1

sap.com_SAP-JEE_1

Inspite of JTECHS, PRT components are available in the track, why my DC is getting the compile errors.

Anyone pls help!!!

Thanks,

Raghavendra Pothula

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raghavendra,

existence of the DCs in your track is not sufficient. Do you have build-time dependencies from your DC to the appropriate portal DCs?

Regards,

Marc

Former Member
0 Kudos

Hi Marc,

How to check whether it has build-time dependencies?

I thought NWDS itself takes care for this basic kind of Portal Service DC.

Thanks,

Raghavendra Pothula

Former Member
0 Kudos

Hi Raghavendra ,

in either of the DCs view (inactive/active/local): Open the DC Metadata node, go to Used DCs and check the properties.

And yes, NWDS should take care of that.

Regards,

Marc

Answers (2)

Answers (2)

Former Member
0 Kudos

SCAs were imported/checked in.. solved my problem

former_member214355
Contributor
0 Kudos

Hi Raghavendra

Can you let me know the exact compile errors that you are getting?

Thanks

Kenny

Former Member
0 Kudos

Hi Kenny,

Below are the various compile exceptions/errors i am getting.

1. The import com.sapportals cannot be resolved

2. IService cannot be resolved or is not a valid superinterface

3. IServiceContext cannot be resolved (or is not a valid type) for the field TestService.mm_serviceContext

Basically its unable to get the package com.sapportals. I Believe this is availble in the standard components.

Thanks,

Raghavendra Pothula