jar as jboss module: dependencies
问题 I have a question about JBoss modules dependencies vs war dependencies. I have an app.war ; its webinf/lib directory contains a myLib.jar only . In this configuration everything works fine. Now I have to move mylib.jar outside the war, so I put it into a JBoss module and added it to module.xml; I also added it to the deployment-structure.xml file in the war. In this new configuration my app.war finds succesfully the external myLib.jar but now myLib.jar cannot find its dependencies anymore .