Well, you can override the init, start, stop, and shutdown methods. That'll give you the ability to set breakpoints in those pieces of functionality. If you want to debug into the parent code, you'll need to add the SM source to Eclipse.

I'm not sure this is really what you are looking for.

Kit

On Mar 19, 2007, at 4:04 AM, jlbarrera wrote:


Hello,

I'm debugging ServiceMix throw Eclipse for understand the lifecycle of a
component.

I know that the lifecycle of a installed component is init -- start -- stop
-- shutdown

In theory (jbi spec) the interface ComponentLifeCycle must be implemented by the JBI component for provide initialization, start, stop, and shutdown.

I deploy a SA (servicemix-http component), but i don't know what are the
methods that i need to breakpoints for lifecycle control?

Thanks!


--
View this message in context: http://www.nabble.com/ ComponentLifeCycle-tf3426292s12049.html#a9549875
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Reply via email to