[cdi-dev] [JBoss JIRA] (CDI-312) ProcessModule doesn't reflect the @Priority changes in CDI-18

Mark Struberg (JIRA) jira-events at lists.jboss.org
Mon Dec 10 09:52:18 EST 2012


Mark Struberg created CDI-312:
---------------------------------

             Summary: ProcessModule doesn't reflect the @Priority changes in CDI-18
                 Key: CDI-312
                 URL: https://issues.jboss.org/browse/CDI-312
             Project: CDI Specification Issues
          Issue Type: Bug
          Components: Packaging and Deployment, Portable Extensions
            Reporter: Mark Struberg


ProcessModule has a getAlternatives() method which returns a Set<Class> of all enabled alternatives. This Set is mutable and can get changed via extensions. But which 'priority' should such an added Alternative have? (see CDI-18). And should this only account for the one beans.xml or all? 

Also what is about 'globally' enabled alternatives? Should they get returned in all modules or just in the module they are enabled in? 

--
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


More information about the cdi-dev mailing list