做了一个hibernate app,相关代码如下: -------------------------------------VoteServiceImpl.classpublic class VoteServiceImpl{ Session session; 。。。。 public void closeSession(){ session.close();} public void del
遇到完整的警告信息如下: WARN 2010-11-06 19:04:37,270 A C3P0Registry mbean is already registered. This probably means that an application using c3p0 was undeployed, but not all PooledDataSources were closed pr