This is an automated email from the ASF dual-hosted git repository. derjan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/empire-db.git
commit 4be9417bee997415899384338962ed8624d2165f Author: Jan Glaubitz <[email protected]> AuthorDate: Thu Mar 30 10:26:23 2023 +0200 empire-db JSF Exmaple - use hsqldb as default (so it runs out of the box) --- .../empire-db-example-jsf2/src/main/webapp/WEB-INF/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empire-db-examples/empire-db-example-jsf2/src/main/webapp/WEB-INF/config.xml b/empire-db-examples/empire-db-example-jsf2/src/main/webapp/WEB-INF/config.xml index 18af5a8e..b6cc3adb 100644 --- a/empire-db-examples/empire-db-example-jsf2/src/main/webapp/WEB-INF/config.xml +++ b/empire-db-examples/empire-db-example-jsf2/src/main/webapp/WEB-INF/config.xml @@ -21,7 +21,7 @@ <properties> <!-- provider name must match the property-section containing the connection data --> - <databaseProvider>sqlserver</databaseProvider> + <databaseProvider>hsqldb</databaseProvider> </properties> <properties-hsqldb>
