Absent Code attribute

By executing the Unit Tests with TestNG for this Maven2 Archetype here: https://robert-reiz.com/2012/02/18/archetype-richfaces-4-1-0-final-spring-3-1-0-release-hibernate-3-3-0/ I got this Exception: Absent Code attribute in method that is not native or abstract in class file javax/faces/lifecycle/Lifecycle This project is annotation driven. The JSF Managed Beans are annotated with Spring Annotations: @Component @Scope(“request”) in the applicationContext.xml I have this linesContinue reading “Absent Code attribute”