[cdi-dev] [JBoss JIRA] Commented: (CDI-105) Provide a means for portable extensions to access beans.xml files

Pete Muir (JIRA) jira-events at lists.jboss.org
Wed May 25 05:46:01 EDT 2011


    [ https://issues.jboss.org/browse/CDI-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604252#comment-12604252 ] 

Pete Muir commented on CDI-105:
-------------------------------

It would allow you to add beans, but not annotated types. There is no real reason that we can't add an addAnnotatedType() method to ProcessModule to allow you to do this (ProcessModule comes after BBD but before PATs).

> Provide a means for portable extensions to access beans.xml files
> -----------------------------------------------------------------
>
>                 Key: CDI-105
>                 URL: https://issues.jboss.org/browse/CDI-105
>             Project: CDI Specification Issues
>          Issue Type: Feature Request
>            Reporter: Stuart Douglas
>            Assignee: Pete Muir
>            Priority: Minor
>             Fix For: 1.1 (Confirmed)
>
>
> There is currently no portable way for extensions to get access to beans.xml files installed in WEB-INF/lib, as CDI starts up before the ServletContext is availible. 
> This would be useful for extensions that wish to add extra information to beans.xml in a different namespace.

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

        


More information about the cdi-dev mailing list