[omniORB] OmniORB and JAVAorb, trying to use corbaloc
bjorn rohde jensen
shamus@tdcadsl.dk
Tue, 07 May 2002 20:34:23 +0200
Hi Antoine,
You should be able specify the iiop version used like this;
corbaloc:iiop:1.2@myhost.example.com/MyObjectKey
according to OMG corbaloc specification. I do not know, if
the jdk orb actually implements it.
Yours sincerely,
Bjorn
Antoine Thierry wrote:
>
> You're good, omniORB is using IIOP 1.0 and JavaORB IIOP 1.2
> I'd like to force javaorb to use corbalocs with iiop 1.0, but i can't find how
> to do that ..
> my corbaloc is
> corbaloc:iiop:<host_ip>:<host_port>/<object's name on poa>
> how can i make it iiop 1.0 compliant ?
>
> Antoine
>
> On Mardi 7 Mai 2002 18:10, Lars Nilsson wrote:
> > Just out of curiousity, would making sure both omniORB and the Java ORB
> > uses the same IIOP protocal make any difference? Default IIOP version for
> > omniORB3 is 1.0 (I think), while the Java ORB gives you 1.2 (I think) if
> > you don't specify otherwise.. Perhaps that is causing some problem.
> >
> > Lars