RE: Calling EJBs

2005-11-22 Thread Duan, Nick
ember 21, 2005 11:17 AM To: 'Tomcat Users List' Subject: RE: Calling EJBs 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 L

RE: Calling EJBs

2005-11-21 Thread Milan Tomic
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

RE: Calling EJBs

2005-11-21 Thread Duan, Nick
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 Tomca

RE: Calling EJBs

2005-11-21 Thread Caldarale, Charles R
> From: Milan Tomic [mailto:[EMAIL PROTECTED] > Subject: RE: Calling EJBs > > I suppose I have to copy my JAR or my classes into some > Tomcat folder, so Tomcat could find them If you're running JBoss, you have to follow the JBoss deployment rules, not Tomcat's.

Re: Calling EJBs

2005-11-21 Thread Martin Gainty
ED]> To: "'Tomcat Users List'" ; "'Martin Gainty'" <[EMAIL PROTECTED]> Sent: Monday, November 21, 2005 3:42 AM Subject: RE: Calling EJBs > > Sure, it it in the attachment. But, I don't understand what this XML file > have to do wit

RE: Calling EJBs

2005-11-21 Thread Milan Tomic
EMAIL PROTECTED] Sent: Sunday, November 20, 2005 6:14 PM To: Tomcat Users List Subject: Re: Calling EJBs Buongiuorno Milan- Can we see the contents of your ejb-jar.xml? Gratsi, M- - Original Message - From: "Milan Tomic" <[EMAIL PROTECTED]> To: Sent: Sunday, November 20

Re: Calling EJBs

2005-11-20 Thread Martin Gainty
Buongiuorno Milan- Can we see the contents of your ejb-jar.xml? Gratsi, M- - Original Message - From: "Milan Tomic" <[EMAIL PROTECTED]> To: Sent: Sunday, November 20, 2005 8:37 AM Subject: Calling EJBs Hi, I have developed my first EJB and deployed it into JBos

Calling EJBs

2005-11-20 Thread Milan Tomic
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 shoul