Hi, On Thu, May 19, 2011 at 5:22 PM, deba <[email protected]> wrote: > Each time MSSQL datasource re-accessed , in Jboss > the following STACKTRACE is printed in the console and the execution stops > for 4-5 seconds: > > I found no connection left open in my code . I an using session.logout() to > close the session.
In Jackrabbit the database connections are tied to the repository, not to individual sessions, so having JBoss close down these connections after each request is wrong. What kind of JBoss configuration are you using for the database connections? BR, Jukka Zitting
