Title: Unable to call an EJB from a Servlet
   Put the Home and Remote interfaces of the bean in the WEB-INF/classes directory of your web-app.
   That's mandatory.
 
   Lachezar.
 
 

Hi,
        I have deployed a simple Hello World Bean and it is working perfectly when I use a java app. to connect to the bean. But in the same way if I try to connect to the bean using a servlet or a JSP, it is not working.

        I am using JBoss2.2 with Tomcat.

This is the server side error I am getting (unwanted part of the error messages has been removed for clarity) -

Package ejb.session.helloworld not found in import.
import ejb.session.helloworld.*;

Thanks & Regards,
Muthiah.

Reply via email to