在SSH中经常抛出如下异常
Exception thrown: java.lang.IllegalStateException:
No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
解决方法如下:
(1)所有Hibernate操作必须加入事务代理,有Spring AOP切入!!!
(2)在"transactionAttributes"配置所有方法,缺一个方法都不行!!!