> What is "stepped create/start"? Do you mean you put > back init() and start() > for mbeans?
Yes Stepped means (nothing really) that I have made the beans that are dependent and the beans that are deployed as part of the same page (service.xml/jboss.jcml start) call their create and start in synchronization. example: service.xml --mbean1 --mbean2 --mbean3 ----depends mbean4 --mbean4 will yield create() (old init()) on mbean1 mbean2 mbean4 mbean3 THEN start() on mbean1 mbean2 mbean4 mbean3 if mbean 4 is stopped mbean 3 is stopped automatically if an mbean4 is restarted mbean 3 is restarted automatically. marcf "I am walking in rythm, moving in sound, humming to the music, trying to move on, I am walking in rythm, singing my song, thinking bout my baby, trying to get home" -- The blackbirds "walking in rythm" -- ______________________________________________________________________ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66&thread=5378 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development