Title: Unable to call an EJB from a Servlet
make sure you include the Home and remote interface classes in your classpath, and you should get it with no problem.
 
Al.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Muthiah Palaniappan
Sent: Monday, June 11, 2001 6:58 AM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] 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