you would really be better off revamping how you are doing your deployment packaging so you can break the dependencies entirely.
the PrefixDeploymentSorter will work, but it can become a pain if you need to keep renaming files if the deployment order changes. if you are deploying a bunch of thirdparty libraries together in a single ear, consider dropping them in the "lib" directory or package them inside a sar so they are always deployed first. also, since jboss supports "russian-doll" packaging, you could also wrap the ear that needs to be deployed first inside a sar archive, so that it gets deployed before anything else. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849791#3849791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849791 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
