Hello,
I want to write a JacORB client application which should communicate
to a multiplexer device.
This device offers a half hearted implemented CORBA sevice.
There is no name server, nor are any IORs available.
However communication is done by IIOP and an IDL interface description
exists.
I have tested the communication by means of sockets and handcoded IIOP
requests. That works.
I successfully created the stub classes from the IDL file.
To use the stub classes, I have to create a suitable
org.omg.CORBA.Object instance from which I narrow down to the stub
instance. Thanks to the JacORB docs.
This org.omg.CORBA.Object should use a ClientGIOPConnection with the
IP address/port of the device.
Unfortunately I am a newbie to CORBA/JacORB and I don't know where to
configure the IP address/port.
I browsed through the JacORB sources and I am quite optimistic, that
there must be a way.
Do you have any ideas?
Thanks in advance and kind regards
Chris
cvoss@[EMAIL PROTECTED]