cancel
Showing results for 
Search instead for 
Did you mean: 

Can't Build DC in CBS

Former Member
0 Kudos

Hello Experts

I have a web dynpro project that uses a J2EE Server Component Library, wich uses an external library Dc. I've done all the public parts stuff and my application builds and deploys locally without a problem. But when I try to checkin my activity, I get the following error :

[javac] ERROR: /usr/sap/SSM/DVEBMGS00/j2ee/cluster/server0/temp/CBS/a1/.B/7202/t/7440FC9FE87A97B4AFA4093A73448879/gen_wdp/packages/tst/TstView.java:29: package com.sap.portal.directory does not exist

[javac] ERROR: import com.sap.portal.directory.Constants;

Can someone tell me what's wrong here?

Thaks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Already tried to change te types of public parts of my External Library DC (tried with API and SDA) and still nothing. My Library References points to the J2EE component and my saring references are PORTAL:sap.com/com.sap.km.application and PORTAL:sap.com/com.sap.portal.pcd.glsevice. I supose that te dependencies are all ok, since that when I remove the imports and all the code related to the external jars, my activity chekcksin perfectly fine. What am I missing?