I have a problem with thorntail / wildfly.
I am trying to declare hsql driver and i don't success.
Thorntail says me: 2022-08-24 15:48:08,912 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 35) WFLYCTL0013: L'op�ration ("add") a �chou� - adresse : ([ ("subsystem" => "datasources"), ("jdbc-driver" => "org.hsqldb")
I guess I put wrong values in datasources / jdbc-drivers.
But what are the right values ?
Here's the extract of configuration:
swarm:
logging: INFO
http:
port: 8080
datasources:
jdbc-drivers:
org.hsqldb:
driver-class-name: org.hsqldb.jdbc.JDBCDriver
xa-datasource-class-name: org.hsqldb.jdbc.pool.JDBCXADataSource
driver-module-name: org.hsqdb
Thanks,
Stéphne
I found the solution... Th proble mwas that i had a diffrence between the file module.xml and the driver-module-name attribute like this: one character was missing.
module.xml
And :
That was all.... ;-)
Stéphane