[jboss-user] [Beginner's Corner] - Modules definition - how to?
ftom2
do-not-reply at jboss.com
Mon Feb 6 07:45:00 EST 2012
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&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120206/943ff4de/attachment.html
More information about the jboss-user
mailing list