hi brian,
On 1/25/07, Brian Thompson <[EMAIL PROTECTED]> wrote:
Hello,
I'm using Jackrabbit in a project running on Tomcat. It's using
SimpleDbPersistenceManager, connecting to a SQL Server database to
persist nodes.
The application works fine until I leave it running idle for more than
half an hour or so - then when I try to reload pages that access the
repository, I get exceptions telling me that the database connection has
been closed!
Jackrabbit is being configured via SpringModules for this project.
None of the docs I've googled so far mention anything about connection
timeouts. Has anyone had to deal with this type of thing before?
mysql is known to drop idle connections. i haven't heard anything
regarding mssql automatically dropping idle connections. is the connection
obtained from a connection pool?
anyway, as thomas already mentioned, the current version of jackrabbit
should automatically try to recover from a connection loss.
could you please send us your configuration (repository.xml/workspace.xml)
and the jackrabbit version you're using?
cheers
stefan
Regards,
Brian Thompson