I have a SC that contains 2 DCs –a Web Dynpro DC, and a J2EE / EJBModule DC:
The J2EE/EJBModule DC have the following Public Parts (a public class - InterspecProcess, and an EJB):
In the Web Dynpro DC, the J2EE/EJBModule DC is referenced as below:
My problem is when I try to create an instance of InterspecProcess class (from J2EE/EJBModule DC) in the Web Dynpro DC, this error is encountered in the web page - "java.lang.ClassNotFoundException".
Can you please advise why I'm getting this error?
Let me know should you require more information. Thanks for your feedback in advance.