[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: jee module's alt-dd
adrian@jboss.org
do-not-reply at jboss.com
Fri Apr 11 09:22:39 EDT 2008
Looks good.
But why are you using the unit.SimpleName() + ".altDD"
wouldn't it be more logical to use something like
EARMetaData.class.getName() + ".altDD"
or generically
getOutput().getName() + ".altDD"
that way you can have an altDD for every xml file in META-INF
with the override attachment metadata name based on the type.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143433#4143433
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143433
More information about the jboss-dev-forums
mailing list