yoko does not resolve initial references with corbaloc: url references.
-----------------------------------------------------------------------
Key: YOKO-421
URL: https://issues.apache.org/jira/browse/YOKO-421
Project: Yoko - CORBA Server
Issue Type: Bug
Security Level: public (Regular issues)
Components: orb core
Affects Versions: v1.1.0
Reporter: Rick McGuire
Assignee: Rick McGuire
Priority: Critical
Fix For: v1.1.0
There's a major portability issue with yoko's support of corbaloc: INS URLs.
Applications written for other ORBs are able to publish objects that are
reachable using corbaloc: pathways by just calling
register_initial_reference(). With yoko, it's necessary to obtain a reference
to the yoko bootmanager and add the binding. Since the bootmanager is a
yoko-only class, it's not possible to write server code that is portable across
ORB implementations. The yoko bootmanager code needs to be aware of the
initial references as well as the explicit setting of the bindings.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.