Load jboss-ejb3.xml file instead ejb-jar.xml in wildfly

▼魔方 西西 提交于 2019-12-25 12:54:32

问题


I am added some custom configuration in jboss-ejb3.xml file for wildfly. So instead of loading configuration from ejb-jar.xml, it should load from jboss-ejb3.xml file. But some how it loads ejb-jar.xml file.

is it any configuration required in standalon.xnl file to load this?

Ref- https://docs.jboss.org/author/display/WFLY8/Deployment+Descriptors+used+In+WildFly The JBoss EJB deployment descriptor, this can be used to override settings from ejb-jar.xml, and to set WildFly specific settings

来源:https://stackoverflow.com/questions/23514713/load-jboss-ejb3-xml-file-instead-ejb-jar-xml-in-wildfly

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!