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
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

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 JBoss. When I try to ca