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/07 21:22:24 UTC

[jira] Created: (OPENEJB-534) TSSLinkBuilder will not resolve TSSBean reference in same module

TSSLinkBuilder will not resolve TSSBean reference in same module
----------------------------------------------------------------

                 Key: OPENEJB-534
                 URL: https://issues.apache.org/jira/browse/OPENEJB-534
             Project: OpenEJB
          Issue Type: Bug
          Components: corba
    Affects Versions: 2.3
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 2.3


The TSSLinkBuilder searches first for a TSSBean reference in the same module as the EJB, then does a wider query to locate any TSSBean in the configuration.  However, the first search will always fail because the type used on the query is EJB_MODULE, not CORBA_TSS.  The second query may give a failure because it uses a null type, so the name returned might not match an actual TSSBean object. 

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


[jira] Closed: (OPENEJB-534) TSSLinkBuilder will not resolve TSSBean reference in same module

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

Rick McGuire closed OPENEJB-534.
--------------------------------

    Resolution: Fixed

Committed revision 515750. 

> TSSLinkBuilder will not resolve TSSBean reference in same module
> ----------------------------------------------------------------
>
>                 Key: OPENEJB-534
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-534
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: corba
>    Affects Versions: 2.3
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 2.3
>
>
> The TSSLinkBuilder searches first for a TSSBean reference in the same module as the EJB, then does a wider query to locate any TSSBean in the configuration.  However, the first search will always fail because the type used on the query is EJB_MODULE, not CORBA_TSS.  The second query may give a failure because it uses a null type, so the name returned might not match an actual TSSBean object. 

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