<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1470842248775_4194">Hi,</div><div id="yui_3_16_0_ym19_1_1470842248775_4194" dir="ltr">Can somebody shed some light on what generates the module.xml at the location in the subj? I need to add a missing system dependency path to the aforementioned file, but unsure as to where in the source code tree and to which files the changes are supposed to be applied. Right now the contents of the file look like this:</div><div id="yui_3_16_0_ym19_1_1470842248775_4194"><br></div><div id="yui_3_16_0_ym19_1_1470842248775_4194">&lt;module xmlns="urn:jboss:module:1.3" name="sun.jdk"&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4195">&nbsp; &nbsp; &lt;resources&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4196">&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- currently jboss modules has not way of importing services from</div><div id="yui_3_16_0_ym19_1_1470842248775_4197">&nbsp; &nbsp; &nbsp; &nbsp; classes.jar so we duplicate them here --&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4198">&nbsp; &nbsp; &nbsp; &nbsp; &lt;resource-root path="service-loader-resources"/&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4199">&nbsp; &nbsp; &lt;/resources&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4200">&nbsp; &nbsp; &lt;dependencies&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4201">&nbsp; &nbsp; &nbsp; &nbsp; &lt;module name="sun.scripting" export="true"/&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4202">&nbsp; &nbsp; &nbsp; &nbsp; &lt;system export="true"&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4203">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;paths&gt;</div><div id="yui_3_16_0_ym19_1_1470842248775_4203">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...&nbsp;</div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;path name="sun.security.XXX.XXX"/&gt; /// &lt;-- Intended changes<br id="yui_3_16_0_ym19_1_1470842248775_4205"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...</div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/paths&gt;<br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204">....</div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204">Regards</div><div dir="ltr" id="yui_3_16_0_ym19_1_1470842248775_4204">Peter</div></div></body></html>