[webbeans-issues] [JBoss JIRA] Updated: (WBRI-212) multi @Named producer method
Pete Muir (JIRA)
jira-events at lists.jboss.org
Sun Mar 29 18:03:22 EDT 2009
[ https://jira.jboss.org/jira/browse/WBRI-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WBRI-212:
---------------------------
Fix Version/s: 1.0.0.PREVIEW
> multi @Named producer method
> ----------------------------
>
> Key: WBRI-212
> URL: https://jira.jboss.org/jira/browse/WBRI-212
> Project: Web Beans
> Issue Type: Bug
> Components: Producer beans
> Reporter: Takeshi Kondo
> Fix For: 1.0.0.PREVIEW
>
> Attachments: name_producer.patch, test_code.patch
>
>
> for instance,
> ---
> public class NamedProducer
> {
> @Named("itoen")
> @Produces
> public String[] createName()
> {
> return new String[] { "oh", "otya" };
> }
> @Named("iemon")
> @Produces
> public String[] createName2()
> {
> return new String[] { "fukujyuen", "iemon", "otya" };
> }
> }
> ----
> One of these producer methods works. but other methods don't work.
> Because ProducerMethodBeans's equals method can't distinguish method name.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list