[jboss-dev-forums] [JBoss AS7 Development] - Re: Dependencies in module.xml
David Lloyd
do-not-reply at jboss.com
Fri Feb 11 16:45:08 EST 2011
David Lloyd [http://community.jboss.org/people/david.lloyd%40jboss.com] created the discussion
"Re: Dependencies in module.xml"
To view the discussion, visit: http://community.jboss.org/message/586998#586998
--------------------------------------------------------------
The "org.jboss.as.web" module corresponds to the module built in the "web" subdirectory of AS - it's just the deployer and subsystem classes for the "web" subsystem, it doesn't affect the deployment class path in any way. To put things on the deployment class path, your deployment unit processor has to add the libraries as a dependency. For a good example of how to do that, look at org.jboss.as.weld.deployment.processors.WeldDependencyProcessor (in particular, note how dependencies are added).
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/586998#586998]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110211/450d77df/attachment.html
More information about the jboss-dev-forums
mailing list