From: Poupart E. <Erw...@cn...> - 2002-08-07 12:22:51
|
Hello openorb users, This message because i think it's not logical to have different interfaces 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() to have the same result ! And i don't know where is create_dyn_struct() in openORB. So, if you have to change the ORB, you have to modify your code ! Not very portable isn't it ? Regs, Erwann Poupart. |