[webbeans-issues] [JBoss JIRA] Created: (WBRI-260) Interceptors and Decorators should not be discovered as beans
David Allen (JIRA)
jira-events at lists.jboss.org
Sun May 10 16:10:46 EDT 2009
Interceptors and Decorators should not be discovered as beans
-------------------------------------------------------------
Key: WBRI-260
URL: https://jira.jboss.org/jira/browse/WBRI-260
Project: Web Beans
Issue Type: Bug
Components: Bootstrap
Affects Versions: 1.0.0.PREVIEW1
Reporter: David Allen
In section 11.2 of the specification, there is an assertion that states: For each enabled bean that is not an interceptor or decorator, the container creates an instance of Bean, and registers it by calling Manager.addBean(). Currently the interceptors and decorators are being discovered and registered as an instance of Bean.
This affects the test:
org.jboss.jsr299.tck.tests.deployment.lifecycle.DeploymentTest.testOnlyEnabledBeansDeployed()
--
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