Jboss 在部署war文件和在wildfly 18.0.0 FInal中配置mariadb时出现的问题

Jboss 在部署war文件和在wildfly 18.0.0 FInal中配置mariadb时出现的问题,jboss,wildfly,wildfly-11,wildfly-18,jboss-wildfly-11,Jboss,Wildfly,Wildfly 11,Wildfly 18,Jboss Wildfly 11,我已经在wildfly/module/../com/maraidb中添加了module.xml文件和相应的mariadb连接器jar文件。我也添加了Jar visa控制台,但是当执行standalone.sh文件时,我得到了这些我不确定的错误 11:46:22,822 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") fa

我已经在wildfly/module/../com/maraidb中添加了module.xml文件和相应的mariadb连接器jar文件。我也添加了Jar visa控制台,但是当执行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]"]
}

您是否创建了数据源?它起作用了吗?你能分享一下你的配置吗?@ehsavoie,我已经添加了我的standalone.xml文件,你能检查一下我是否正确吗
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