Really Christian, was this necessary? Karsten has made an honest attempt to
communicate the problem he's seeing, I believe he deserves honest attempts
to help. All your comment did was to trivialize the difficulties in
mastering a second language and display your ignorance in this matter. The
"<no offense>" tags did not prevent me from being offended.
-=michael=-
======================================================================
Michael S. Kelly [EMAIL PROTECTED]> ____ _
Axian, Inc. <[EMAIL PROTECTED]> // |_ __(_) ___ _ __
4800 SW Griffith Dr., Ste. 202 //| |\\/ /| |/ _ \| '_ \
Beaverton, OR 97005 USA _____//_| | / / | | |_| | | | |
Voice: (503)644-6106 x122 (( // |_|/_/\\|_|\_/|_|_| |_|
Fax: (503)643-8425 ``-'' ``-''
http://www2.axian.com Software Consulting and Training
======================================================================
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell
Sent: Wednesday, December 13, 2000 8:46 AM
To: Orion-Interest
Subject: Re: Distributed EJB's
Karsten,
<no offense>
do they offer english courses at informatik.fh-ge.de? If so, I *seriously*
recommend taking one. You will benefit all your life. And we will, too ;-)
</no offense>
regards,
----- Original Message -----
From: Karsten Beving
To: Orion-Interest
Sent: Wednesday, December 13, 2000 3:06 PM
Subject: Re: Distributed EJB's
Hi All.
Me again.
I have running a EJB on other PC. PC A call EJB on PC B.
My new Problem. The EJB (the same on PC B) are installed on PC A. That isn't
fine architecture. OK, the EJB Return Data come from PC B.
I've kill the EJB class in the "ejb-jar-ic.jar"-File.
This File looks:
----
META-INF\ejb-jar.xml (and changed this file)
META-INF\MANIFEST.MF
TestHome.class
Test.class
----
You see, the EJB Bean is killed. Why I do that?
I want the EJB only installed on PC B. I think, that is a full Distributed
System. Orion server say's me; that EJB not define at PC A, but the System
are going again. I can call the EJB on PC B.
I think, my servlet need the Home and the Remote - Interface, that is the
ground for installed the Home/Remote Interfaces. Why don't loading the Orion
Server at PC A the Home and the Remote - Interfaces from PC B, where the
full EJB installed?
I hope, you understand me.
Thanks for help again.
- Karsten -
-----Original Message-----
From: Karsten Beving [mailto:[EMAIL PROTECTED]]
Sent: Lunes, 11 de Diciembre de 2000 12:16
To: Orion-Interest
Subject: Distributed EJB's
Hi.
I have two Orion-Server running on two different PCs. I want to lookup a
bean on the other Orion-Server.
Look at this:
PC ------------ PC
Orion Orion
lookup bean, that would connect.
best thanks
- Karsten -