fix inventory module configuration file 09/108409/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Thu, 12 Oct 2023 16:19:28 +0000 (18:19 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Sun, 15 Oct 2023 14:36:58 +0000 (14:36 +0000)
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 <gilles.thouenon@orange.com>
Change-Id: I2277facb1d4f8da6cfb91b24da9429d3da881724
(cherry picked from commit bbf2cdace806182522d1fc4ba2d0482ace1aac35)

inventory/src/main/resources/org.ops4j.datasource-transporpce.cfg

index e48d393362b66770b89da301ae5f3b14f9314982..fb1e2550df106213aab67d6652d0449a546ede06 100644 (file)
@@ -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