Hi,
I'm running RAD6, in my workspace I have 3 projects.
ApplicationPart1 - Dynamic Web
ApplicationEAR - EAR Project
ApplicationPart2 - Java Project
I've included both of Application Parts in my EAR ("Project References") ... and included Part2 in the project reference for Part1.
This seems fine when I'm developing, I can make use of classes in Part2 from Part1 with no problems..... however after deploying my EAR to the test server, I can run Part1 up until it tries to refer to Part2, then it crashes with a "NoClassDefFoundError".
Apart from bundling Par2 up into a .JAR file which I include in Part1, how I can make this work ?
I'm running RAD6, in my workspace I have 3 projects.
ApplicationPart1 - Dynamic Web
ApplicationEAR - EAR Project
ApplicationPart2 - Java Project
I've included both of Application Parts in my EAR ("Project References") ... and included Part2 in the project reference for Part1.
This seems fine when I'm developing, I can make use of classes in Part2 from Part1 with no problems..... however after deploying my EAR to the test server, I can run Part1 up until it tries to refer to Part2, then it crashes with a "NoClassDefFoundError".
Apart from bundling Par2 up into a .JAR file which I include in Part1, how I can make this work ?