hibernate+proxool连接池,数据库mysql,使用struts2没有spring,能够链接到数据库,但当表A关联到表B的对象时,proxool出现一个一直占用着的链接,一段时间后出现:
    WARN org.logicalcobwebs.proxool.192.168.1.222 #0017 was active for 330422 milliseconds and has been removed automaticaly. The Thread responsible was named 'http-8080-Processor100', but the last SQL it performed is unknown because the trace property is not enabled. 
    proxool链接池关闭了这个一直占用着的链接,但hibernate不知道,重新加载页面时会出现错误!
    请问有什么解决方法???