You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/03/21 14:19:27 UTC

[jira] Created: (YOKO-421) yoko does not resolve initial references with corbaloc: url references.

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.


[jira] Resolved: (YOKO-421) yoko does not resolve initial references with corbaloc: url references.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/YOKO-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved YOKO-421.
-------------------------------

    Resolution: Fixed

Committed revision 639632.

> 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.