ftom2 [
https://community.jboss.org/people/ftom2] created the discussion
"Modules definition - how to?"
To view the discussion, visit:
https://community.jboss.org/message/714625#714625
--------------------------------------------------------------
Hi,
When defining a module - lets say for a MySql driver, how do i know what are the
dependencies it needs?
for example:
<module xmlns="urn:jboss:module:1.0" name="com.mysql">
<resources>
<resource-root path="mysql-connector-java-5.1.17-bin.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
</dependencies>
</module>
how do i know these are the required dependencies?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/714625#714625]
Start a new discussion in Beginner's Corner at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]