hi stephan, in view of @Named with jsf-converters see(/observe) [1].
regards, gerhard [1] https://issues.apache.org/jira/browse/DELTASPIKE-1293 2017-09-20 10:48 GMT+02:00 Stephan Knitelius <[email protected]>: > Hi everyone, > > we are having an odd issue when including DeltaSpike into our project > (Target WAS Traditional 8.5.5.10). > > For what ever reason @Named JSF Converters arn't treated as Dependent > Scoped CDI beans anymore. > > The first issue I encountered where UnsatisfiedResolutionExceptions for > two > converters which happend to be injected into another CDI bean (don't ask), > solved those by making them @RequestScoped. > > When starting the application I discovered that JSF didn't find any of the > Converters either, the only fix that I found was to make them > @RequestScoped, @Dependent didn't help either. > > I find it odd that the inclusion of DeltaSpike would make such a difference > in the bean discovery. Any pointers would be more than welcome. > > Many Thanks, > > Stephan >
