"Sven Steiniger" <[EMAIL PROTECTED]> writes: > But as far as I know there is no possibilty to check if a JDBC connection > is broken without executing an statement.
Murphy says, that the connection will break immediatly after you did executed the database connection check. > I guess the main problem are the cached data which do not execute an > sql-statement. So how should this work? Wouldn't a broken database connection cause a rollback of the transaction and clear the cache? Unfortunatly the cache does not support isolation, but that is not a problem of JDBCStore, but StandardStore. Is the reason for the test statement to reconnect, should the connection fail? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
