"[EMAIL PROTECTED]" wrote : There is an elegant solution for this in 4.0.2 | | http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX | | "How can I delay the starting of my MBean until after the Tomcat connectors are active?"
http://wiki.jboss.org/wiki/Wiki.jsp?page=MyDependencyDoesntWork anonymous wrote : Question | | I have added a dependency but it does not affect the startup ordering? e.g. | | jboss.management.local:J2EEApplication=tdi.ear,J2EEServer=Local,j2eeType=WebModule,name=tdi.war | | Answer | | That is because that MBean is not a service, NOTE: there is no service=, but more generally it is not created through an MBean deployment or via the service controller. | | In this case, it is an MBean that provides the JSR77 facade over the real service. | | You should look for the real mbean service that it represents, in the example above since it is a war deployment it will be in jboss.web.deployment. So - based on that - shouldn't the following work? jboss.web:service=WebServer It's definitely got "service=". But I have not had luck getting it working. http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController This is nice, but for those of us who can't upgrade JBoss willy-nilly (for instance, if getting software approved for use on a particular client site is an involved process), is there another way? We are using 4.0.1 and I would like a more elegant solution than renaming my .sar to start with a Z :) Thanks, John View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882947#3882947 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882947 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
