From: Gilles Thouenon Date: Thu, 12 Oct 2023 16:19:28 +0000 (+0200) Subject: fix inventory module configuration file X-Git-Tag: 9.0.0~90 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F108409%2F1;p=transportpce.git 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) --- 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