Issue Type: Bug Bug
Affects Versions: 2.0.0.Beta1
Assignee: Jozef Hartinger
Created: 10/Dec/12 8:42 AM
Description:

ParameterInjectionPointImpl.getValueToInject() makes use of methods which are not available during application initialization (see also CDI-274). Specifically BeanManager.getInjectableReference(), BeanManager.resolve() and BeanManager.getBeans(). And so processing of any parameter injection point of a container lifecycle event observer method would result in IllegalStateException (DefinitionException respectively) once WELD-1274 is implemented.

Project: Weld
Priority: Major Major
Reporter: Martin Kouba
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