Wildfly does not have visibility of annotated JSF classes
问题 I'm trying to migrate an old Glassfish JEE app over to a recent LTS of Wildfly, but I've hit on a confusing issue. The application implements JSF 2.0 and Primefaces 6, with the use of JSF/PF annotations for @ManagedBean etc. Some of these annotated classes are in a shared dependency and include Beans, Converters, and general JSF components. Some of these are eager, or otherwise only have an access point in the JSF XHTML, usually for a conditional display or render. With the application