Re: JSF/Selenium Question for Wildfly 14

2020-08-29 Thread Gerhard Petracek
hi mark, if it still works with wf13 (and therefore jsf 2.2), our approach is just not compatible with jsf/mojarra 2.3+ (it ships such an injection-support out-of-the-box). in that case we would need an auto-detection for JsfModuleConfig#isContainerManagedConvertersEnabled and #isContainerManagedV

JSF/Selenium Question for Wildfly 14

2020-08-25 Thread Mark Struberg
hi folks! I've fixed quite a few failing tests on Wildfly. Seems that CDI.current() doesn't work well with wildfly on EARs. Funnily they work perfectly fine in pure WAR scenarios. As a workaround we switched off using CDI.current() and fall back to the Extension BeanManager for the EAR tests. T