"alex.loubyansky(a)jboss.com" wrote : I don't have strong preferences here. If
it looks more logical then I'll do it that way.
|
| Except as it is done now, getOutput() is available only in the module deployer. The
deployer that is attaching the altDD value (AppParsingDeployer in this case) has to use
class names explicitly? I did it that way because the key construction was identical
everywhere and that looked easier to me.
Yes, but in the standard EAR metadata you have to know the type anyway.
| <module>
| <ejb>ejb.jar</ejb> // Implies EjbJarMetaData.class.getName().altdd
| <alt-dd>altDD_ejb.xml</alt-dd>
| </module>
|
But the real point is that In JBoss there can be other files in META-INF.
e.g. an altDD_jboss.xml for the same module
which could be specified in jboss-app.xml or could be specified by the deployer
programmatically.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143445#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...