Hi,
I am seeing the following.
WebDynpro DC A has jar files of several java projects.
WebDynpro DC B uses jar files in A.
WebDynpro DC C uses jar files in A and needs interface views in B.
I set up the dependencies in the DC definitions as follows
B uses A.
C uses B.
C uses A.
When I run C, I get the following exception
java.lang.LinkageError: Class com/company/blah violates loader constraints
The class is a class that exists in A.
If I remove the linkage from C to B, it works fine, but I still need to access the view in B. How can this be solved?