Hi All,
I have been playing around with my deployment descriptors recently in an attempt to simply
the dependancies between projects and their installation process. In particular making use
of an alternate deployment descriptor in my application.xml.
The alternate descriptor works if I deploy the EAR into an Oracle Applicaiton Server
instance but nothing I do can make JBoss actually use the descriptor. It always uses the
settings in the default ejb-jar.xml
The alt-dd setup is below and the descriptor was in the root of the EAR.
| <module>
| <ejb>XXXEJB.jar</ejb>
| <alt-dd>alt-XXXEJB.xml</alt-dd>
| </module>
|
Am i doing somehting wong, or missing somthing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087787#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...