[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: jee module's alt-dd
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Thu Mar 27 08:39:55 EDT 2008
"scott.stark at jboss.org" wrote : Most ee descriptor has an alt-dd child of the root element, so one way to handle this would be to extend AbstractParsingDeployerWithOutput to have an alt-dd property that specifies element name of the alt-dd
I guess, I misunderstand this. AFAICS, the alt-dd is specified in the application.xml per module. Like this
<application version="1.4"
| xmlns="http://java.sun.com/xml/ns/j2ee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
| http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
| <module>
| <ejb>ejb.jar</ejb>
| <alt-dd>altDD_ejb.xml</alt-dd>
| </module>
| <module>
| <java>client.jar</java>
| <alt-dd>altDD_client.xml</alt-dd>
| </module>
| </application>
The ModuleMetaData has a property for alt-dd but it's not used except in the web deployer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139248#4139248
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139248
More information about the jboss-dev-forums
mailing list