i use the mbean of jboss to control hibernte session factory,when jboss start,the session factory already connect to the database.the whole system likes run ok!
the whole system runs ok,but when i runs commit,the console of the hibernate tell me the warning info:
Code:
09:06:29,863 WARN [SessionImpl] unclosed connection
09:06:29,863 WARN [SessionImpl] unclosed connection
09:19:34,621 WARN [SessionImpl] unclosed connection
09:41:42,520 WARN [SessionImpl] unclosed connection
does the warn affect my system???
is the warn serious??