Hi,
I have a module that uses JSR-330 annotations, such as @PersistenceContext, EntityManager, @Inject, etc... In order to code it, I needed to include the javaee-api maven dependency.
I thought that Spring would have an implementation of all the required methods in the javaee-api, however, when i try to launch my Spring application, I get an error in Tomcat:
Is there any easy way around this problem? Is there a missing Spring library that I need to include to resolve this error? I've traced it down to some jsf implementation, but not sure which Spring lib I would need to include.Code:SEVERE: Error configuring application listener of class com.sun.faces.config.ConfigureListener java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
Thanks,
Eric


Reply With Quote
