java.lang.NoClassDefFoundError: Could not initialize class org.omnifaces.config.WebXml
问题 I have added recently added omnifaces 1.4.1 to my pom to use some of the converters. <dependency> <groupId>org.omnifaces</groupId> <artifactId>omnifaces</artifactId> <version>1.4.1</version> </dependency> Now, every request to the application throws an exception which starts at java.lang.NoClassDefFoundError: Could not initialize class org.omnifaces.config.WebXml The omnifaces.SelectItemsIndexConverter I'm using is working fine, but this exception is being thrown for every request; even on