Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »



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:


<?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>



  • No labels