No transaction starts within Spring @Transactional method

后端 未结 3 805
悲&欢浪女
悲&欢浪女 2021-01-06 06:24

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

3条回答
  •  臣服心动
    2021-01-06 07:19

    Have you tried setting hibernate.connection.autocommit=true in hibernate config? That would solve the problem. But how efficient the approach is what you have to figure out.

提交回复
热议问题