Within the jboss specific deployment descriptors there is a 'depends' tag that you can set.
As each deployable item is deployed one or more MBeans are registered with the MBean server, the depends tags can be used to specify which items must be deployed before the current item is deployed. So far I have only used the tags for making services depend on other deployable items, however in theory you can make anything depend on anything. If you have a look at the jboss dtds to see where the tags and post an example of what you want to depend on what it will be easier to explain how you can use the tags. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869329#3869329 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869329 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
