【发布时间】:2015-12-03 10:42:27
【问题描述】:
为什么 openshift wildfly 墨盒standalone.xml 文件包含不属于 Java EE Web 配置文件规范(检查 8 和 9 版本)的子系统,例如这些?
<extension module="org.jboss.as.jacorb"/>
<extension module="org.jboss.as.jsr77"/>
<extension module="org.jboss.as.messaging"/>
确实,standalone.xml 文件通常用于 Web Profile,在 Wildfly 发行版中不包含这些配置。它们在standalone-full.xml 中声明。 看到这个页面:https://docs.jboss.org/author/display/WFLY8/Getting+Started+Guide?_sscc=t#GettingStartedGuide-WildFly8Configurations
【问题讨论】:
标签: openshift wildfly wildfly-8