You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2013/11/25 13:06:44 UTC

[jira] [Closed] (OWB-887) Ambigious resolution with this two producers: Map and Map

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

Mark Struberg closed OWB-887.
-----------------------------


> Ambigious resolution with this two producers: Map<X,Y> and Map<X,Z>
> -------------------------------------------------------------------
>
>                 Key: OWB-887
>                 URL: https://issues.apache.org/jira/browse/OWB-887
>             Project: OpenWebBeans
>          Issue Type: Bug
>    Affects Versions: 1.1.8
>         Environment: J2SE JDK 1.7
>            Reporter: Denis Forveille
>             Fix For: 1.2.1
>
>         Attachments: Test6.zip
>
>
> With those two producers:
>    @Produces public Map<String, String> getMap1() {...}
>    @Produces public Map<String, Integer> getMap2() {...}
> And this IP:
>    @Inject private Map<String, String> mapStringString;
> OWB 1.1.8 fail to start with an "Ambigious resolution" exception
> (See the attached project)
> This problem has been initially detected in WebSphere v8.5.5.0 and IBM provided a fix for WebSphere (that includes OWB) under reference PM79995 : http://www-01.ibm.com/support/docview.wss?uid=swg1PM79995
> Has this iFix been ported back in OWB and if so, in what version?



--
This message was sent by Atlassian JIRA
(v6.1#6144)