You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/03/21 20:03:32 UTC

[jira] Closed: (OPENEJB-338) CSSBean needs to use a second ORB instance for accessing the NameService to resolve beans

     [ https://issues.apache.org/jira/browse/OPENEJB-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed OPENEJB-338.
--------------------------------

    Resolution: Fixed

> CSSBean needs to use a second ORB instance for accessing the NameService to resolve beans
> -----------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-338
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-338
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: corba
>    Affects Versions: 2.2
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 2.3
>
>
> The CSSBean code was cleaned up to use a single ORB instance for retrieving the object instance from the NameService.  However, the SecurityInterceptor configured for that ORB adds additional service contexts to the outgoing request that causes NO_PERMISSION errors to occur.  A second, non-secured ORB needs to be used for the initial lookup attempt, and then the retrieved object needs to be activated on the ORB instance configured as the object host. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.