You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/08/21 07:11:30 UTC

[jira] Created: (GERONIMO-3426) The Holder object contains duplicated injections

The Holder object contains duplicated injections
------------------------------------------------

                 Key: GERONIMO-3426
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3426
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: kernel
    Affects Versions: 2.0
            Reporter: Jarek Gawor


The Holder object contains duplicated injections and so when actual injection is performed the objects are looked up in the JNDI twice. This happens because the NamingBuilders are executed twice - see GERONIMO-3359.

A simple fix for this problem is to change the Holder implementation to remove the duplicates.


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


[jira] Assigned: (GERONIMO-3426) The Holder object contains duplicated injections

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

Jarek Gawor reassigned GERONIMO-3426:
-------------------------------------

    Assignee: Jarek Gawor

> The Holder object contains duplicated injections
> ------------------------------------------------
>
>                 Key: GERONIMO-3426
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3426
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 2.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>
> The Holder object contains duplicated injections and so when actual injection is performed the objects are looked up in the JNDI twice. This happens because the NamingBuilders are executed twice - see GERONIMO-3359.
> A simple fix for this problem is to change the Holder implementation to remove the duplicates.

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


[jira] Resolved: (GERONIMO-3426) The Holder object contains duplicated injections

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

Jarek Gawor resolved GERONIMO-3426.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1
                   2.0.x

Fix committed to trunk (revision 568253) and branches/2.0 (revision 568268).


> The Holder object contains duplicated injections
> ------------------------------------------------
>
>                 Key: GERONIMO-3426
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3426
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 2.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.0.x, 2.1
>
>
> The Holder object contains duplicated injections and so when actual injection is performed the objects are looked up in the JNDI twice. This happens because the NamingBuilders are executed twice - see GERONIMO-3359.
> A simple fix for this problem is to change the Holder implementation to remove the duplicates.

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


[jira] Updated: (GERONIMO-3426) The Holder object contains duplicated injections

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

Donald Woods updated GERONIMO-3426:
-----------------------------------

    Affects Version/s: 2.1
        Fix Version/s:     (was: 2.0.x)
                       2.0.2

updated Fixed For field

> The Holder object contains duplicated injections
> ------------------------------------------------
>
>                 Key: GERONIMO-3426
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3426
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: kernel
>    Affects Versions: 2.0, 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.0.2, 2.1
>
>
> The Holder object contains duplicated injections and so when actual injection is performed the objects are looked up in the JNDI twice. This happens because the NamingBuilders are executed twice - see GERONIMO-3359.
> A simple fix for this problem is to change the Holder implementation to remove the duplicates.

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