Re: Comunicating between EJBs and Application Client

2000-12-22 Thread Daniel Degtyarev
erstand me. Daniel Degtyarev. - Original Message - From: "Christopher Bartling" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, December 21, 2000 6:11 PM Subject: Comunicating between EJBs and Application Client I've have what I hope is a real

Re: Comunicating between EJBs and Application Client

2000-12-22 Thread Daniel Degtyarev
[EMAIL PROTECTED] Sent: Friday, December 22, 2000 11:33 AM Subject: Re: Comunicating between EJBs and Application Client Hi! You need to specify reference to EJB, that you using from another EJB in ejb-jar.xml: Something like this: session display-nameMySession1/display-name

Comunicating between EJBs and Application Client

2000-12-21 Thread Christopher Bartling
I've have what I hope is a really easy question to answer. I have a number of Session beans deployed to Orion (1.4.4 level), and everything works great when communicating from an application client (JSPs and servlets running Apache Tomcat) to the Orion server. Now I want to add some EJB to EJB