I have added the module.xml file and appropriate mariadb connector jar files, in wildfly/module/.../com/maraidb. I have added the Jar visa console also but when the execute standalone.sh file i get these errors which i am not sure about.
11:46:22,822 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "browserconfig.xml")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.datasources.ExampleDS"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.\"browserconfig.xml\".\"browserconfig.xml\".DefaultDataSource is missing [jboss.naming.context.java.jboss.datasources.ExampleDS]"]
}
I have an extra file browserconfig.xml which I deleted and it worked.
Followed the below-mentioned links and made the adjustments in standalone.xml
https://issues.redhat.com/browse/JBEAP-2405