Re: Corba from Orion

2000-06-28 Thread David Sierra Fernandez


I think Orion supports RMI across servers but it doesn't supports RMI over
IIOP.

I'm afraid you'll have to wait until a next release of Orion supports the
latest EJB 2.0, which requires RMI/IIOP protocol.


-
David Sierra Fern ndez
E.T.S.I. Telecomunicaci¢n
Universidad de ValladolidAULA CEDETEL
Campus Miguel Delibes   E-Mail: [EMAIL PROTECTED]
47011 Valladolid (SPAIN)
--

 -- Sierr@ --

On Wed, 28 Jun 2000, Peter Delahunty wrote:

 
 Can you call CORBA objects from within Orion using rmi/iiop
 
 





RE: Corba from Orion

2000-06-28 Thread Peter Delahunty

EJB 1.1  requires that the vendor allows clients to call methods using the
RMI/IIOP API 
eg. you use 
PortableRemoteObject.narrow() when you do lookups

However the EJB server may not be sitting on top of a CORBA server (ie not
using IIOP) like Orion i think. So this is why i didn't think you could call
corba objects from orion.

-Original Message-
From: David Sierra Fernandez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 28, 2000 5:12 PM
To: Peter Delahunty
Cc: Orion-Interest
Subject: Re: Corba from Orion



I think Orion supports RMI across servers but it doesn't supports RMI over
IIOP.

I'm afraid you'll have to wait until a next release of Orion supports the
latest EJB 2.0, which requires RMI/IIOP protocol.


-
David Sierra Fern ndez
E.T.S.I. Telecomunicaci¢n
Universidad de ValladolidAULA CEDETEL
Campus Miguel Delibes   E-Mail: [EMAIL PROTECTED]
47011 Valladolid (SPAIN)
--

 -- Sierr@ --

On Wed, 28 Jun 2000, Peter Delahunty wrote:

 
 Can you call CORBA objects from within Orion using rmi/iiop