They didn't, now they have, tests work now. Thanks for the information! btw: why is "managed" default false? How many use cases are there for Converter/Validator classes with injection points not being intended as beans? Or are many potentially ambiguous beans to be expected?
Am Sa., 24. Feb. 2024 um 20:54 Uhr schrieb Thomas Andraschko < andraschko.tho...@gmail.com>: > Does it have @FacesConverter(managed=true)? Otherwise it wont work > > Thomas Frühbeck <t.fruehb...@gmail.com> schrieb am Sa., 24. Feb. 2024, > 19:49: > > > Hi, > > I have verified, that all JSF Drone tests currently fail on vanilla > > Wildfly-31 due to Mojarra Bug #5383 > > <https://github.com/eclipse-ee4j/mojarra/issues/5383> > > (initial redirect on DS windowId) > > > > For Drone tests jsf/impl/injection on Wildfly-31/Mojarra: > > on HotFixed Wildfly-31 Mojarra seems not to inject @FacesConverter > > and @FacesValidator objects > > > > Does this happen on TomEE/MyFaces? > > > >