From 1453bd7e04026c86bd436e327dcf9e0a5fc29a62 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Thu, 12 Oct 2023 18:19:28 +0200 Subject: [PATCH] fix inventory module configuration file With MariaDb driver 3.1.4 available in karaf-4.4.4, the databaseName parameter has been removed from the DataSourceFactory. Remove it from the inventory configuration file. JIRA: TRNSPRTPCE-765 Signed-off-by: Gilles Thouenon Change-Id: I2277facb1d4f8da6cfb91b24da9429d3da881724 (cherry picked from commit bbf2cdace806182522d1fc4ba2d0482ace1aac35) --- .../src/main/resources/org.ops4j.datasource-transporpce.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory/src/main/resources/org.ops4j.datasource-transporpce.cfg b/inventory/src/main/resources/org.ops4j.datasource-transporpce.cfg index e48d39336..fb1e2550d 100644 --- a/inventory/src/main/resources/org.ops4j.datasource-transporpce.cfg +++ b/inventory/src/main/resources/org.ops4j.datasource-transporpce.cfg @@ -3,5 +3,4 @@ url=jdbc:mariadb://${transportpce.db.host}/${transportpce.db.database}?useUnicod pool=dbcp2 user=${transportpce.db.username} password=${transportpce.db.password} -databaseName=${transportpce.db.database} dataSourceName=transportpce \ No newline at end of file -- 2.36.6