Greetings, I created a EJB and I deployed it in my J2EE (j2ee1.3.1) inside in EAR. Then I created a web application and i put it inside of another EAR. But then when I verify it on deploytool, it throws a FAIL message saying it cannot find the ejb classes that I use in my JSP (web application).
So my question is, for I use a EJB from another EAR, must I in my web application put all classes files (jar maybe?) from that EJB? If true it doesn't makes much sense. I should be able to refer another EJB without import *physically* my other EJB to my EAR, shouldn't I? thanks, Pedro Salazar -- pedro salazar (pt-inovacao) <[EMAIL PROTECTED]> =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
