[keycloak-dev] Need to add a system dependency path to modules\system\layers\base\sun\jdk\main\module.xml

Peter Nalyvayko petervn1 at yahoo.com
Wed Aug 10 11:34:44 EDT 2016


Hi,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:
<module xmlns="urn:jboss:module:1.3" name="sun.jdk">    <resources>        <!-- currently jboss modules has not way of importing services from        classes.jar so we duplicate them here -->        <resource-root path="service-loader-resources"/>    </resources>    <dependencies>        <module name="sun.scripting" export="true"/>        <system export="true">            <paths>                    ...                     <path name="sun.security.XXX.XXX"/> /// <-- Intended changes
                    ...            </paths>
....
RegardsPeter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-dev/attachments/20160810/a10dd181/attachment.html 


More information about the keycloak-dev mailing list