Mercurial > dive4elements > river
diff artifacts/doc/conf/backend-db.xml @ 8474:2bc7bfd89fa8
Add validation-query to example configuration.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 25 Nov 2014 14:06:05 +0100 |
parents | eb65364040a8 |
children | 953acbb12cbc |
line wrap: on
line diff
--- a/artifacts/doc/conf/backend-db.xml Thu Nov 20 11:27:10 2014 +0100 +++ b/artifacts/doc/conf/backend-db.xml Tue Nov 25 14:06:05 2014 +0100 @@ -6,4 +6,5 @@ <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> <driver>org.postgresql.Driver</driver> <url>jdbc:postgresql://localhost:5432/d4e</url> + <validation-query>select 1</validation-query> <!-- For oracle use: select 1 from dual --> </backend-database>