This content has been marked as final.
Show 2 replies
-
1. Re: How do I simulate injecting the InjectionPoint in BeanConfigurator.produceWith?
ljnelson Feb 9, 2017 2:13 PM (in response to ljnelson)Filed [CDI-683] BeanConfigurator#produceWith(Function) does not allow access to InjectionPoint - JBoss Issue Tracker as I think this is a specification gap.
-
2. Re: How do I simulate injecting the InjectionPoint in BeanConfigurator.produceWith?
mkouba Feb 10, 2017 5:02 AM (in response to ljnelson)Hi Laird,
yes, this is undefined - similarly as it's not defined how to obtain the current
InjectionPoint
from within a custom bean'screate()
method. However, I think we can try to fix this. I've created a tracker issue: WELD-2333.