Hello,
I have a Java DC containing source code to access data base.
These sources uses IWDNodeElement too, so i had to include tc/wd/webdynpro libraries in Used DCs .
Other DC of type J2EE Server Component / Library containing the public part of JavaDC in Used Dcs and this is used to create a jar file .
Other DC type webdynpro, containing the public part of the previous DC ,in Used DCs . This compiles well, but when i want to use it from my webdynpro controller to database, i get the following runtime error:
java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/progmodel/api/IWDNodeElement
Please, let me know if you can help me with this issue.
Thanks