I called it reverse-dependency because you are specify a dependency but it works the other way around.
Instead of, depends:The Queue needs a DestinationManager you write reverse-depends The Queue should active the DestinationManager if it is not already active. This enables the on-demand/manual startup configuration. i.e. don't bootstrap JMS unless there are queue deployments. You are correct, that I do want to extend the idea to areas where it is not a strict dependency, more of a relationship. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861450#3861450 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861450 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
