ATTENTION: This email was recovered from a crashed email server. The format may
appear strange, but the message, in its entirety is included. There has been no
attempt to filter the contents of this message, and therefore some undesirable email
may get delivered that normally might not have. If the message appears
valid/important, but is rendered difficult to read, please search for the address of
the person who sent the message, contact that person, and request that the message be
resent.
Sorry for the inconvenience.
Exchange Administration Team
Your Email:
---------------------
Received: from 209.19.139.130 by mei00wssin01.micronpc.com
with ESMTP (Tumbleweed MMS SMTP Relay (MMS v4.7));
Tue, 05 Feb 2002 09:05:08 -0700
X-Server-Uuid: 2df1e23c-5bce-11d3-94b4-00902786a69c
Received: from druid.evermind.net (195.58.126.196 [195.58.126.196]) by
meirelay.micronpc.com with SMTP (Microsoft Exchange Internet Mail Service Version
5.5.2232.9)
id DAC9CV6C; Tue, 5 Feb 2002 09:08:00 -0700
Received: from druid.evermind.net (IDENT:[EMAIL PROTECTED] [195.58.126.196])
by druid.evermind.net (8.9.3/8.9.3) with SMTP id PAA10064;
Tue, 5 Feb 2002 15:06:33 -0100
Received: from volvo.traffic.com ([64.94.198.4])
by paladin.evermind.net (8.11.6/8.11.6) with ESMTP id g15KufV17457
for <[EMAIL PROTECTED]>; Tue, 5 Feb 2002 15:56:42 -0500
Received: from postoffice.traffic.com (postoffice.traffic.com [192.168.0.32])
by volvo.traffic.com (8.11.5/8.11.3) with ESMTP id g15DAqd01600
for <[EMAIL PROTECTED]>; Tue, 5 Feb 2002 08:10:52 -0500 (EST)
X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C1AE45.FF3403DD"
Subject: RE: EJB Sharing between applications
Date: Tue, 5 Feb 2002 08:07:00 -0500
Message-ID: <[EMAIL PROTECTED]>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: EJB Sharing between applications
Thread-Index: AcGuRImTaUL5IrPPR5+v9xINfdoKwwAAHGQA
From: "Carroll, Jim" <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
X-Mailer: Orion ListServer
Reply-To: Orion-Interest <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
This is a multi-part message in MIME format.
------_=_NextPart_001_01C1AE45.FF3403DD
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
If you search the archives you will find my writup on this. It is not
possible from within an Orion J2EE container (either web or ejb). Not
only that, it is not possible to call EJBs in another instance of the
same application (that is, more than one other REMOTE instance - you can
call ONE other remote instance using the orion specific configuration)
from within an Orion J2EE container.
=20
This is a severe limitation and one that will need to be addressed if
Orion hopes to be ejb 1.3 compliant.
=20
There is a hack that MIGHT work if there are no circular dependencies
between your EARs. You can have one application be a parent of another,
and a third application be the parent of the first parent. We started
experimenting with this when we decieded that it was too restrictive and
we went with another J2EE imlpementation. I'm hoping that Orion fixes
this problem because all in all if they fix their JNDI issues (which is
the source of this problem) it's not a poor quality server.
-----Original Message-----
From: Jorge Jimenez C [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 6:58 AM
To: Orion-Interest
Subject: EJB Sharing between applications
Hello everyone.
I'm testing orion for use in a variety of applications. Our software
company have developed many J2EE components in the form of diferents
applications (diferents EAR files) that interact with each other
throught its EJB and JSP pages.
=20
Reading the document at
http://www.orionserver.com/docs/remote-access/remote-access.xml I see
that one application can only use funcionality from only one other
application (a parent application defined in server.xml). We need to use
services from EJB's in many other applications.
=20
I think there must be another way to share EJB's functionality between
applications (without going throught network layer, i hope).
=20
Please, any directions will be welcome
=20
Thanks in advance.
=20
------_=_NextPart_001_01C1AE45.FF3403DD
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4616.200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><SPAN class=3D773435912-05022002><FONT face=3DArial color=3D#0000ff =
size=3D2>If you=20
search the archives you will find my writup on this. It is not possible =
from=20
within an Orion J2EE container (either web or ejb). Not only that, it is =
not=20
possible to call EJBs in another instance of the same application (that =
is, more=20
than one other REMOTE instance - you can call ONE other remote instance =
using=20
the orion specific configuration) from within an Orion J2EE=20
container.</FONT></SPAN></DIV>
<DIV><SPAN class=3D773435912-05022002><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D773435912-05022002><FONT face=3DArial color=3D#0000ff =
size=3D2>This=20
is a severe limitation and one that will need to be addressed if Orion =
hopes to=20
be ejb 1.3 compliant.</FONT></SPAN></DIV>
<DIV><SPAN class=3D773435912-05022002><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D773435912-05022002><FONT face=3DArial color=3D#0000ff =
size=3D2>There=20
is a hack that MIGHT work if there are no circular dependencies between =
your=20
EARs. You can have one application be a parent of another, and a third=20
application be the parent of the first parent. We started experimenting =
with=20
this when we decieded that it was too restrictive and we went with =
another J2EE=20
imlpementation. I'm hoping that Orion fixes this problem because all in =
all if=20
they fix their JNDI issues (which is the source of this=20
problem) it's not a poor quality server.</FONT></SPAN></DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV class=3DOutlookMessageHeader dir=3Dltr align=3Dleft><FONT =
face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B> Jorge Jimenez C=20
[mailto:[EMAIL PROTECTED]]<BR><B>Sent:</B> Tuesday, February 05, 2002 =
6:58=20
AM<BR><B>To:</B> Orion-Interest<BR><B>Subject:</B> EJB Sharing between =
applications<BR><BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>Hello everyone.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> I'm testing orion for use in a =
variety of=20
applications. Our software company have developed many J2EE components =
in the=20
form of diferents applications (diferents EAR files) that interact =
with each=20
other throught its EJB and JSP pages.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Reading the document at <A=20
=
href=3D"http://www.orionserver.com/docs/remote-access/remote-access.xml">=
http://www.orionserver.com/docs/remote-access/remote-access.xml</A> =
I=20
see that one application can only use funcionality from only one other =
application (a parent application defined in server.xml). We need to =
use=20
services from EJB's in many other applications.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I think there must be another way to =
share EJB's=20
functionality between applications (without going throught network =
layer, i=20
hope).</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Please, any directions will be=20
welcome</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks in advance.</FONT></DIV>
<DIV> </DIV></FONT></DIV></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01C1AE45.FF3403DD--