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 ejb-module path=../applications/YP/YP-ejb.jar remote=false / and then I get my ejbs from another app same as I do from standalone app , via Initial context Don't forget to ejb

Re: Lookup EJB's in another application

2002-01-17 Thread Scott Farquhar
of your web app 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 application Hi, If you have two applications

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

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 do it other

Re: Lookup EJB's in another application

2002-01-17 Thread Klaus Thiele
will 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 been my experience that you CANT call

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