Hibernate 异常: Illegal attempt to associate a collection with two open sessions

    技术2022-05-11  72

    错误信息: org.springframework.orm.hibernate3.HibernateSystemException: Illegal attempt to associate a collection with two open sessions; 错误原因: 一个Action在两个线程中同时运行,造成并发。 解决方法: 阻止重复提交。可以利用Struts Token机制。

    最新回复(0)