Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.6.2
-
None
Description
DeltaSpike's ConverterAndValidatorProxyExtension possible adds new beans via afterBeanDiscovery#addBean and DS BeanBuilder if the JSF converter needs to be proxied.
However, when the converter has a injectionPoint, it will be created during AfterBeanDiscovery via beanManager#createInjectionTarget but OWB always throws "no bean available for class ..."
This works fine in older OWB versions and other containers.