[webbeans-issues] [JBoss JIRA] Commented: (WBRI-373) Introduce InjectionServices as alternative way for EE container to inject dependencies
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Aug 20 11:01:23 EDT 2009
[ https://jira.jboss.org/jira/browse/WBRI-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12482002#action_12482002 ]
Pete Muir commented on WBRI-373:
--------------------------------
The issue I have with this is that something like:
class MyBean
{
MyBean(@org.jboss.mc.Inject TxManager tm, @Current Foo foo)
{
}
}
can't be supported without a more extensive injection SPI, which I don't want to address now.
> Introduce InjectionServices as alternative way for EE container to inject dependencies
> --------------------------------------------------------------------------------------
>
> Key: WBRI-373
> URL: https://jira.jboss.org/jira/browse/WBRI-373
> Project: Web Beans
> Issue Type: Feature Request
> Components: Resolution (Typesafe and by Name)
> Reporter: Pete Muir
> Fix For: 1.0.0.PREVIEW3
>
>
--
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