jboss-deployment-structure.xml - JBoss EAP 7.x (ExpertCTStudio)

File Location: <JBoss EAP 7.x Installed folder>\standalone\deployments\expertctstudio.war\WEB-INF\jboss-deployment-structure.xml

Make sure that the parameters within the jboss-deployment-structure.xml are configured as follows:

<?xml version='1.0' encoding='UTF-8'?>

<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">

<deployment>

<dependencies>

<module name="com.intellectdesign.thirdparty"  slot="expertctstudio" export="true" />

</dependencies>

<exclusions>

<module name="org.apache.log4j" />

<module name="org.apache.commons.logging" />

<module name="org.jboss.log4j.logmanager" />

<module name="org.jboss.logging" />

<module name="org.jboss.logging.jul-to-slf4j-stub" />

<module name="org.jboss.logmanager" />

<module name="org.jboss.logmanager.log4j" />

<module name="org.slf4j" />

<module name="org.slf4j.impl" />

<module name="org.slf4j.ext" />

</exclusions>

</deployment>

</jboss-deployment-structure>