]
Takeshi Kondo closed WBRI-182.
------------------------------
Resolution: Cannot Reproduce Bug
InjectionPoint is null when Manager injects Producer Class.
-----------------------------------------------------------
Key: WBRI-182
URL:
https://jira.jboss.org/jira/browse/WBRI-182
Project: Web Beans
Issue Type: Bug
Components: Producer beans
Affects Versions: 1.0.0.BETA1
Environment: java version "1.5.0_16"
Reporter: Takeshi Kondo
Attachments: producer_manager_inject.patch
----- sample code -----
public class InjectManagerProducer {
@Current
Manager manager;
@Produces
Integer create(InjectionPoint point) {
System.out.println(point);
return 10;
}
}
-----
InjectManagerProducer#create method's parameter InjectionPoint is null , when Manager
inject InjectManagerProducer class.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: