The following NPE occurs during the component stop.
INFO 2010-07-29 14:18:21,209 [Petals.Container.Components.petals-se-pojo]
Stop component...
SEVERE 2010-07-29 14:18:21,210 [Petals.Container.ComponentLifeCycle.petals-se-pojo]
Failed to stop the component 'petals-se-pojo'
javax.jbi.JBIException: Life cycle exception on STOP
at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:117)
at org.ow2.petals.container.thread.AbstractThread.run(AbstractThread.java:110)
Caused by: java.lang.NullPointerException
at org.ow2.petals.component.framework.notification.ComponentNotificationBrokerController.destroyRegistration(ComponentNotificationBrokerController.java:146)
at org.ow2.petals.component.framework.AbstractComponent.stop(AbstractComponent.java:630)
at org.ow2.petals.container.thread.ComponentLifeCycleThread.doTask(ComponentLifeCycleThread.java:105)
... 1 more