Hi all,

        I use the JBoss-2.2.2 Application server with Tomcat-3.2.2 embedded
in. I have created a Jar file containing my EJB component and have deployed
it on the JBoss app server, but , when I try to access the home interface of
this component from a servlet (which I have deployed on the Tomcat server),
I end up with the following exception :-

javax.naming.CommunicationException.  Root exception is [EmbeddedTomcatSX]
java.lang.ClassNotFoundEx
ception: settlement.TradesLogQueryHome

I gather, this could probably have something to do with the
javax.naming.Context.lookup() that I use in the servlet to get the Home
interface of the EJB. Has anybody some idea on this ? It would also be a
great help if somebody could point me to resources dealing with EJB access
from within servlets.

regards
Pramod Nair

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to