Title: Unable to call an EJB from a Servlet

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