Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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

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

Code Block
languagexml

...

<?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="ctmodelhouse" 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>