Re: Lookup EJB's in another application

2002-01-17 Thread Klaus Thiele
l be a good choice (but there will be other probs...). klaus - Original Message - From: Carroll, Jim <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 5:01 PM Subject: RE: Lookup EJB's in another application > > It has bee

RE: Lookup EJB's in another application

2002-01-17 Thread Carroll, Jim
: Lookup EJB's in another application Guys, This is certainly one way to do things (nest the applications) - but there are some limitations to this method (namely it's Orion specific, and you can only have one parent app, the apps must be on the same server). For details on how to d

Re: Lookup EJB's in another application

2002-01-17 Thread Mike Cannon-Brookes
Guys, This is certainly one way to do things (nest the applications) - but there are some limitations to this method (namely it's Orion specific, and you can only have one parent app, the apps must be on the same server). For details on how to do it other ways (proper remote EJBs), see this docu

Re: Lookup EJB's in another application

2002-01-17 Thread Scott Farquhar
> Regards, > Alexey > CodeCharge Support > > > > -Original Message- > > From: Patrik Strid [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 17, 2002 1:48 AM > > To: Orion-Interest > > Subject: Lookup EJB's in another appli

RE: Lookup EJB's in another application

2002-01-17 Thread Alexey Alexapolsky
Title: RE: Lookup EJB's in another application I manages to achieve this by adding a line to applications.xml     and then I get my ejbs from another app same as I do from standalone app , via Initial context Don't forget to ejb declaration to web.xml of your web app Regar

Re: Lookup EJB's in another application

2002-01-17 Thread JoseMa
t;"); I hope that this information can help you. Best regards, - Original Message - From: "Patrik Strid" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 12:47 AM Subject: Lookup EJB's in another applic

Re: Lookup EJB's in another application

2002-01-17 Thread Klaus Thiele
server.xml: ... nothing else. webapp can use the ejbs in ejbapp as if they are in its own ear-file. hope that helps klaus Am Donnerstag, 17. Januar 2002 00:47 schrieben Sie: > Hi, > > If you have two applications in the same orion > container. One application with web components an

Lookup EJB's in another application

2002-01-16 Thread Patrik Strid
Hi, If you have two applications in the same orion container. One application with web components and another with just EJB's. From the application with web components, I want to lookup an EJB that is deployed in the other application - is that possible via the InitialContext or do I have to call