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.
This
is a severe limitation and one that will need to be addressed if Orion hopes to
be ejb 1.3 compliant.
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.
|
- EJB Sharing between applications Jorge Jimenez C
- Re: EJB Sharing between applications Carroll, Jim
- Re: EJB Sharing between applications Jorge Jimenez C