We are using JNDIDatabaseFileSystem which is obtaining connection from JBoss managed connection pool. But I read in the documentation that it holds the connection. Does it mean that the connection will never be returned to pool? In that case we might face a problem of stale connection if that connections remains idle for more than database server timeout.
We are having XA transactions across database and jackrabbit. Any comments / suggestions. 2008/6/26 Jukka Zitting <[EMAIL PROTECTED]>: > Hi, > > On Thu, Jun 26, 2008 at 2:27 AM, Pulla Venkat <[EMAIL PROTECTED]> wrote: > > I was asking about database connection pooling? > > > > I would like to know if jackrabbit uses single database connection always > or > > supports mutiple database connections. > > Currently Jackrabbit uses a single connection per workspace > (persistence manager). There's been some discussion about supporting > connection pooling, but it's not implemented yet. See the dev@ list > archives for related discussions. > > BR, > > Jukka Zitting >
