Nick (and others),

Do you know which mailing list is for JBoss?

Thank you,
Milan


-----Original Message-----
From: Duan, Nick [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 21, 2005 4:49 PM
To: Tomcat Users List
Subject: RE: Calling EJBs

1. If you access an EJB app from another server, your EJB client, in
this case JSP, has to use remote component interface to access your EJB,
not local interface.  Make sure your EJB publishes remote interfaces.
2. You need to have JBoss generate the EJB client stub classes, or in
J2EE's term, the application client container classes, and include them
in your webapps lib dir.
3. Make sure that your JNDI names of your EJB are configured correctly
and accessible from tomcat.

ND  

-----Original Message-----
From: Milan Tomic [mailto:[EMAIL PROTECTED] 
Sent: Sunday, November 20, 2005 8:37 AM
To: users@tomcat.apache.org
Subject: Calling EJBs

Hi,

 

I have developed my first EJB and deployed it into JBoss. When I try to
call
my EJB from JSP page stored in Tomcat I gen an compiler error saying
that it
can't find my EJB's interfaces. I have copied my EJB JAR into all
Tomcat's
lib folders, but the error is still present. :)

 

What should I do?

 

Thank you in advance,

Milan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to