ejb can't invoke another ejb on a different orion (orion-orion ejbinvoking)

2001-12-18 Thread MRist
Hi there, we have two j2ee applications running on different orion servers (say orion1 and orion2). Both 1.5.2 orions run under JDK1.3.0 on winnt 4.0 Now we want 'cross' functionality... We build a sessionBean 'myGreatBean', deploy it on orion1, create an test-application client Everything

Re: 1 app connecting to multiple identical db's

2001-02-15 Thread MRist
Hi, I search for a exactly same solution. We discussed one suggestion: what about storing DataSource-Information in the security credentials of the caller. It should be possible to access this Information from the entity-layer. I am very interested on that topic Michael