原因是什么
javax.persistence.TransactionRequiredException: no transaction is in progress at org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:971)
即使在拥有之后
<tx:annotation-driven/>
在应用程序上下文中使用 @Transactional 注释的方法
在 Spring 3.1.1 + Hibernate 4.1