[jboss-dev-forums] [JBoss AS Development Deployment Framework] - VDF Informer
Brian Stansberry
do-not-reply at jboss.com
Mon Mar 22 16:25:47 EDT 2010
Brian Stansberry [http://community.jboss.org/people/bstansberry%40jboss.com] commented on the document
"VDF Informer"
To view all comments on this document, visit: http://community.jboss.org/docs/DOC-14997#comment-3005
--------------------------------------------------
If you want a module name you should ask for a module name, not a module path, i.e.
String moduleName = informer.getModuleName(unit);
not:
String moduleName = informer.getModulePath(unit);
My JBAS-7644 work included a hack to make getModulePath() return the name, assuming it would be replaced by JBAS-7798 work. If that's not going to happen the method should be renamed.
--------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100322/7418fe7f/attachment.html
More information about the jboss-dev-forums
mailing list