[cdi-dev] [JBoss JIRA] (CDI-335) Incomplete exclude filters definition

Martin Kouba (JIRA) jira-events at lists.jboss.org
Mon Mar 4 11:34:56 EST 2013


Martin Kouba created CDI-335:
--------------------------------

             Summary: Incomplete exclude filters definition
                 Key: CDI-335
                 URL: https://issues.jboss.org/browse/CDI-335
             Project: CDI Specification Issues
          Issue Type: Bug
    Affects Versions: 1.1.PFD
            Reporter: Martin Kouba
             Fix For: 1.1.FD


12.4 Bean discovery:
By default an exclude filter is active. If the exclude filter definition contains:
* a child element named <if-class-available> with a name attribute, and the classloader for the bean archive can load a class for that name, or
* ...

It seems there's some text missing. It should probably state the filter is not active if the definition contains <if-class-available> and the class is not available, etc.

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