Edward Scott
2002-07-10 22:38:02 UTC
I am attempting to get a simple example of RMI PortableRemoteObject
implementation accessed as a CORBA object working. I seem to have
generated a suitable stub using the JDK 1.4 rmic.
However, looking at the Java to IDL spec, it appears that I need
implementations of StubDelegate, UtilDelegate and
PortableRemoteObjectDelegate (all from the javax.rmi.CORBA package) that
match JacORB 1.4 since the default Sun implementation fails with a
BAD_PARAM in the PortableRemoteObject.toStub method.
Can anyone tell me if I am correctly interpreting the current situation?
If so has anyone implemented these already either specifically for
JacORB (or generically for a CORBA 2.4+ ORB)?
I am aware that JBoss have implemented the reverse direction e.g. RMI
client to CORBA server.
Regards,
Edward Scott
implementation accessed as a CORBA object working. I seem to have
generated a suitable stub using the JDK 1.4 rmic.
However, looking at the Java to IDL spec, it appears that I need
implementations of StubDelegate, UtilDelegate and
PortableRemoteObjectDelegate (all from the javax.rmi.CORBA package) that
match JacORB 1.4 since the default Sun implementation fails with a
BAD_PARAM in the PortableRemoteObject.toStub method.
Can anyone tell me if I am correctly interpreting the current situation?
If so has anyone implemented these already either specifically for
JacORB (or generically for a CORBA 2.4+ ORB)?
I am aware that JBoss have implemented the reverse direction e.g. RMI
client to CORBA server.
Regards,
Edward Scott