This content has been marked as final.
Show 1 reply
-
1. Re: Disabling a module in jboss 7
gaoyonglu Sep 9, 2013 8:38 AM (in response to davisonri_k12)I think you can use jboss-deployment-structure.xml
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">
<deployment>
<exclusions>
<module name="com.foo.bar" />
</exclusions>
<dependencies>
<module name=" com.foo.bar1" />
</dependencies>
</deployment>
</jboss-deployment-structure>
if the module is not used ,it will nerver loaded