https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #88 from chamith buddhika <chamibuddh...@gmail.com> 2010-08-23 10:16:02 EDT --- (In reply to comment #86) > I am little bit confused here. MBean registration for the component happens > within init(). But it is called as a part of the start() procedure. If I am > not mistaken init() consist of only part of this start procedure. So still we > may have to call the start method of the child to get the other stuff properly > executed (e.g: startInternal())? Calling start on already inited component > doesn't have any other side effects as I understood looking at the state > diagram on the Lifecycle class. Actually now I realize that once the child is visible via JMX we can directly call child's start method to start it once we are finished configuring it. So the startChild method of the parent is not strictly necessary. So I guess I will be removing that. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org