I am new to ServiceMix and trying out some things for a possible project. I have created a component that extends ComponentSupport and I have overridden the shutdown method of PojoSupport to clean up some resources. Before I do anything I write a log message saying the component is shutting down but I never see the message. (I do see other log messages when it is running) Is this expected? Where is the correct place to cleanup resources when a component is being reinstalled? -- View this message in context: http://www.nabble.com/shutdown-of-PojoSupport-tp23068586p23068586.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
