can you see the logs by the following code somewhere ?
if (session!=null) {
| log.debug("fetching connection from hibernate session. this transfers
responsibility for closing the jdbc connection to the user!");
| connection = session.connection();
| mustConnectionBeClosed = false;
| }
|
i remember beginning of this year, i searched 2 full days with gavin only to find out that
session.connection transfers the responsibility for closing the connection from hibernate
to the caller :-S
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966711#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...