ssh异常如何搞啊,我的是单例模式了还是这样

Stacktraces
org.springframework.orm.hibernate3.HibernateSystemException: Illegal attempt to associate a collection with two open sessions; nested exception is org.hibernate.HibernateException: Illegal attempt to associate a collection with two open sessions
这个异常如何搞啊?
我的web.xml
配置:

OpenSessionInViewFilter
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter

singleSession
true


flushMode
AUTO



OpenSessionInViewFilter
*.action

我教你一种解决异常的办法,将你的异常信息直接复制到百度,然后查询就可以了;能谷歌更好;
我只能给你提供一种办法,还不一定能解决你的问题,但是你百度了可能就有多种解决办法;一般你遇到的问题,是过来人都遇到过,他们会写博客的;

这是解决错误的很好的方法

如果回答对您有帮助,请采纳

同意楼上的。之前调试ssh框架时也是这么过来的。。希望有帮助

http://blog.csdn.net/qwerasdf123/article/details/5964507