Bean manager resolve() still uses deployment types
--------------------------------------------------
Key: WBRI-331
URL: https://jira.jboss.org/jira/browse/WBRI-331
Project: Web Beans
Issue Type: Bug
Affects Versions: 1.0.0.PREVIEW1
Reporter: David Allen
Fix For: 1.0.0.CR1
The resolve() method is still using deployment types to distinguish between ambiguous beans. Section 5.3.1 states what this method should do. The test in org.jboss.jsr299.tck.tests.extensions.beanManager.BeanManagerTest::testAmbiguousDependencyResolved() currently attempts to use specialization with both the specializing and the specialized beans in the set to resolve(). The method should do the following in this case: "The container eliminates all matching beans that are specialized by some other matching bean."
--
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
Bean manager validate() should throw InjectionException
-------------------------------------------------------
Key: WBRI-333
URL: https://jira.jboss.org/jira/browse/WBRI-333
Project: Web Beans
Issue Type: Bug
Affects Versions: 1.0.0.PREVIEW1
Reporter: David Allen
Fix For: 1.0.0.CR1
The validate(InjectionPoint) method is required to throw InjectionException if there is anything wrong with the injection point: Assertion 11.3.9 (b).
--
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
Binding annotations without runtime retention are erroneously accepted
----------------------------------------------------------------------
Key: WBRI-316
URL: https://jira.jboss.org/jira/browse/WBRI-316
Project: Web Beans
Issue Type: Bug
Affects Versions: 1.0.0.PREVIEW1
Reporter: David Allen
Fix For: 1.0.0.CR1
The meta annotation store loads annotations with the @BindingType annotation without checking whether or not these bindings have runtime retention.
This currently breaks the following tests:
org.jboss.jsr299.tck.tests.event.EventTest::testEventBindingTypeNotRuntime()
org.jboss.jsr299.tck.tests.event.bindingTypes.EventBindingTypesTest::testFireEventWithNonRuntimeBindingTypeFails()
--
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