AppFuse + wicket: No qualifying bean of type [org.hibernate.SessionFactory]
问题 I have a small application written in AppFuse (multi-modular project). I want to try to use the Apache Wicket to make some kind of UI. Since AppFuse is based on Spring I found a tutorial for using Spring and Wicket together. I setted up the Wicket project using quickstart from the Wicket page. Whenever I try to run the Wicket app I get this error (full stack trace is at the end of the post): org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personClubDao'