From: Jesper P. <je...@it...> - 2002-08-07 14:40:06
|
Hi. On Wednesday 07 August 2002 14:21, Poupart Erwann wrote: > Hello openorb users, > > This message because i think it's not logical to have different interfa= ces > between ORBs ! > > Especially between JavaORB and openORB ! > > For example org.omg.CORBA.ORB.create_dyn_any() and > org.omg.CORBA.ORB.create_dyn_struct() doesn't exist in openORB. > > You have to use for example org.omg.CORBA.DynAnyFactory.create_dyn_any(= )=20 > to have the same result ! > You'll have to use org.omg.CORBA.DynAnyFactory.create_dyn_any() for=20 portability; see CORBA spec 9.2.2 > And i don't know where is create_dyn_struct() in openORB. > This function is not in the spec. > So, if you have to change the ORB, you have to modify your code ! > > Not very portable isn't it ? > If you use the spec it is ;) > Regs, > > Erwann Poupart. JavaORB is to my knowledge not maintained anymore, since OpenORB is based= upon=20 JavaORB so why not switch to OpenORB completely ? Cheers, Jesper |