RE: Pure Corba client and Orion

2001-05-09 Thread Jeff Schnitzer
Orion is not an IIOP-based server. It uses client stubs to communicate using the "Orion RMI Protocol" (ormi). If you need to access EJBs from a pure CORBA client, you have three options I can think of: Write your own RMI proxy Use some sort of HTTP-based RPC mechanism Use an app server which sp

RE: Pure Corba client and Orion

2001-05-09 Thread elephantwalker
You should do a search on this on orion-interest... I am pretty sure that corba alone needs to use IIOP for the over the wire transport, but Orion does not implement this transport method (many app servers don't since its not required by the j2ee spec), but uses the ormi transport method (weblogi