Manual close is not allowed over a Spring managed SqlSession

简介:  spring3+mybatis3集成时报错消息,只有在日志是debug级别才能显示。

 

        Manual close is not allowed over a Spring managed SqlSession

 

原因应该是重复关闭数据连接,可以认为是warning.

 

 

参考文章:

http://code.google.com/p/mybatis/issues/detail?id=778

http://lizhizhang.iteye.com/blog/1917807

 

 

你可能感兴趣的:(Spring3,SqlSession)