[omniORB] RootPOA and omniINSPOA together

Urban Purkat urban.purkat at topit.si
Wed Nov 11 07:35:49 GMT 2009


Bailey, Kendall wrote:
> The way you've configured the InitRef demonstrates that the NameService
> itself is resolvable via a corbaname URI.  So you can have your app
> resolve any additional name service via such a URI passed to the  
> string_to_object() function.  Once you get the Object reference back,
> narrow it to a NamingContext and use it.  The resolve_initial_references()
> mechanism is a convenience, but you are free to have your app read
> object reference strings ( IOR: or corbaname: or corbaloc: ) in from any other
> sources (database, command line, flat file, user input, ... ) and
> convert those to CORBA::Object references via the string_to_object() function.
>
> Good luck,
> Kendall
>   
That's the information I needed. Thank you very much.
I did not think it is that simple ;)

Regards,
Urban




More information about the omniORB-list mailing list