cancel
Showing results for 
Search instead for 
Did you mean: 

build failed , after migrating 2 dcs to nwdi

Ronib
Participant
0 Kudos

hi

i have one model dc that expose public part to other dc.

the second dc dont recognize some proxy type of structure.

This compilation unit indirectly references the missing type com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType (typically some required class file is referencing a type outside the classpath)

[javac] Compiling 60 source files to C:\Documents and Settings\roniba\.dtc\1\t\4C95BF236D64D7C278D03F0F5022F267\classes

C:\Documents and Settings\roniba\.dtc\1\t\4C95BF236D64D7C278D03F0F5022F267\gwd\packages\cc\co\il\PromoterCust.java:142: cannot access com.sap.engine.services.webservices.jaxrpc.encoding.GeneratedComplexType

file com\sap\engine\services\webservices\jaxrpc\encoding\GeneratedComplexType.class not found

TachanaDT tachana = new TachanaDT();

^

Note: Some input files use or override a deprecated API.

Note: Recompile with -deprecation for details.

1 error

i added the proxy type class directly to the public part and it has build dependecy.

can some one help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Ronib
Participant
0 Kudos

i had to add used DC reference to SAP-JEE/webservices and SAP-JEE/webservices_lib. Both has public part "default".