You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current state, the module template and the manifest do not allow multiple resource-root-path's to be defined inside module.xml. This is a show stopper for something like db2 where you need the db2 and license jar's represented within the module.xml
The text was updated successfully, but these errors were encountered:
If you want to configure a db2 module, this is how the end module.xml should look like - <module xmlns="urn:jboss:module:1.0" name="com.ibm.db2"> <resources> <resource-root path="db2jcc.jar"/> <resource-root path="db2jcc_license_cu.jar"/> </resources> <dependencies> <module name="javax.api"/> </dependencies> </module>
There are multiple resource-root tags that go into the db2 module.xml
This will not work with the current code in module.pp and the erb template.
In the current state, the module template and the manifest do not allow multiple resource-root-path's to be defined inside module.xml. This is a show stopper for something like db2 where you need the db2 and license jar's represented within the module.xml
The text was updated successfully, but these errors were encountered: