"bwallis42" wrote : Isn't the contents of "Extension-List" a list of the other extensions that a jar uses? | | Is there no way to define inter ear dependencies? I know I can use a prefix deployment sorter but that is so clunky, I have to rename all the ears/jars/*.xmls when they deployed to get them deployed in the right order. | | I did write a deployment sorter of my own that had a file containing a list of the deployments in the correct order but having to manage a central list of applications is a source of errors when there are multiple applications and developers. | | I was hoping to find a better way to do this. |
When you find one, let me know...I think this is a big defiency in the current J2EE 5 spec. Intra-EAR dependencies should be standardized. I have this same problem right now and the only solution I see is to use the PrefixSorter which is JBoss specific (kinda clunky if you ask me). I would like to see an application.xml section or some kind of EAR MANIFEST entry that allows me to specify a dependency which will be honored at deployment time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936489#3936489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936489 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
