Issue Type: Feature Request Feature Request
Affects Versions: 1.1.0.Alpha3
Assignee: Martin Kouba
Components: Tests
Created: 07/Aug/12 4:41 AM
Description:

Test the following and similar scenarios:

Scenario 1:

  1. Obtain an AnnotatedType instance of a class using BeanManager.createAnnotatedType()
  2. Modify the AnnotatedType - add interceptor bindings for various enabled interceptors
  3. Register the modified annotated type
  4. Verify that the resulting bean is intercepted while the original bean which shares the same Java class is not affected

Scenario 2:

Same as above except for step 3 in which an InjectionTarget is obtained for the modified annotated type using BeanManager.createInjectionTarget and the verification is executed on the instance returned from InjectionTarget.produce().

Project: CDI TCK
Priority: Major Major
Reporter: Jozef Hartinger
Security Level: Public (Everyone can see)
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
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to