部署 war 文件并将 mariadb 配置到 wildfly 18.0.0 FInal 时出现问题

issues while doing deployment of war file and doing configuration of mariadb into wildfly 18.0.0 FInal

我在 wildfly/module/.../com/maraidb 中添加了 module.xml 文件和适当的 mariadb 连接器 jar 文件。我也添加了 Jar 签证控制台,但是当执行 standalone.sh 文件时,我得到了这些我不确定的错误。

 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