No transaction starts within Spring @Transactional method
问题 I run into strange problem while developing application using Spring (3.0.5), Hibernate (3.6.0) and Wicket (1.4.14). The problem is: i cannot save or modify any object into database. By 'cannot' I mean that all changes in object or calls to EntityManager.persist(foo) are simply, silently ignored. Selects work. Sample case is simple - on some wicket page i try to save object into database, like follows public class ComicDetailsPage extends PublicBasePage { @Override protected void onConfigure(