[jboss-dev-forums] [Design of JBoss jBPM] - Re: Web App Error - No ManagedConnections available
tom.baeyens@jboss.com
do-not-reply at jboss.com
Tue Aug 22 10:28:12 EDT 2006
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#3966711
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966711
More information about the jboss-dev-forums
mailing list