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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...