You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Arne Limburg (JIRA)" <ji...@apache.org> on 2011/04/06 13:18:05 UTC

[jira] [Created] (OWB-559) Method-Injection for methods with more than one parameter fails with OWBInjector

Method-Injection for methods with more than one parameter fails with OWBInjector
--------------------------------------------------------------------------------

                 Key: OWB-559
                 URL: https://issues.apache.org/jira/browse/OWB-559
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Injection and Lookup
    Affects Versions: 1.1.0
            Reporter: Arne Limburg
            Assignee: Gurkan Erdogdu


Method-Injection for methods with more than one parameter fails with OWBInjector. The injectable reference for the first parameter is injected into all parameters.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OWB-559) Method-Injection for methods with more than one parameter fails with OWBInjector

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

Mark Struberg updated OWB-559:
------------------------------

    Fix Version/s:     (was: 1.1.1)
                   1.2.0

> Method-Injection for methods with more than one parameter fails with OWBInjector
> --------------------------------------------------------------------------------
>
>                 Key: OWB-559
>                 URL: https://issues.apache.org/jira/browse/OWB-559
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.1.0
>            Reporter: Arne Limburg
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.2.0
>
>         Attachments: OWB-559.patch, owb-559.zip
>
>
> Method-Injection for methods with more than one parameter fails with OWBInjector. The injectable reference for the first parameter is injected into all parameters.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-559) Method-Injection for methods with more than one parameter fails with OWBInjector

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

Arne Limburg updated OWB-559:
-----------------------------

    Attachment: OWB-559.patch

And the patch against 1.1.0 tag :-)

> Method-Injection for methods with more than one parameter fails with OWBInjector
> --------------------------------------------------------------------------------
>
>                 Key: OWB-559
>                 URL: https://issues.apache.org/jira/browse/OWB-559
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.1.0
>            Reporter: Arne Limburg
>            Assignee: Gurkan Erdogdu
>         Attachments: OWB-559.patch, owb-559.zip
>
>
> Method-Injection for methods with more than one parameter fails with OWBInjector. The injectable reference for the first parameter is injected into all parameters.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (OWB-559) Method-Injection for methods with more than one parameter fails with OWBInjector

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

Arne Limburg updated OWB-559:
-----------------------------

    Attachment: owb-559.zip

Added maven test that demonstrates the problem

> Method-Injection for methods with more than one parameter fails with OWBInjector
> --------------------------------------------------------------------------------
>
>                 Key: OWB-559
>                 URL: https://issues.apache.org/jira/browse/OWB-559
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.1.0
>            Reporter: Arne Limburg
>            Assignee: Gurkan Erdogdu
>         Attachments: owb-559.zip
>
>
> Method-Injection for methods with more than one parameter fails with OWBInjector. The injectable reference for the first parameter is injected into all parameters.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (OWB-559) Method-Injection for methods with more than one parameter fails with OWBInjector

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

Mark Struberg resolved OWB-559.
-------------------------------

    Resolution: Fixed
      Assignee: Mark Struberg  (was: Gurkan Erdogdu)

I completely change the OWBInjector, so this should work now.
                
> Method-Injection for methods with more than one parameter fails with OWBInjector
> --------------------------------------------------------------------------------
>
>                 Key: OWB-559
>                 URL: https://issues.apache.org/jira/browse/OWB-559
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.1.0
>            Reporter: Arne Limburg
>            Assignee: Mark Struberg
>             Fix For: 1.2.0
>
>         Attachments: OWB-559.patch, owb-559.zip
>
>
> Method-Injection for methods with more than one parameter fails with OWBInjector. The injectable reference for the first parameter is injected into all parameters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-559) Method-Injection for methods with more than one parameter fails with OWBInjector

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

Mark Struberg updated OWB-559:
------------------------------

    Fix Version/s:     (was: 1.2.0)
                   1.1.6
    
> Method-Injection for methods with more than one parameter fails with OWBInjector
> --------------------------------------------------------------------------------
>
>                 Key: OWB-559
>                 URL: https://issues.apache.org/jira/browse/OWB-559
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.1.0
>            Reporter: Arne Limburg
>            Assignee: Mark Struberg
>             Fix For: 1.1.6
>
>         Attachments: OWB-559.patch, owb-559.zip
>
>
> Method-Injection for methods with more than one parameter fails with OWBInjector. The injectable reference for the first parameter is injected into all parameters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira