org.apache.servicemix.jbi.deployer.artifacts.ServiceAssemblyImpl.init() needs
to do transition from start state to stop first before shutdown.
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: SMX4NMR-99
URL: https://issues.apache.org/activemq/browse/SMX4NMR-99
Project: ServiceMix NMR
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Ulhas Bhole
Fix For: 1.0.0
org.apache.servicemix.jbi.deployer.artifacts.ServiceAssemblyImpl.init() needs
to do transition from start state to stop first before shutdown.
I think the nmr when deploy JBI SA it gets started (may be because it is
deployed internally as bundle) so to put it in shutdown state (as per specs.)
we need to stop it fist and then call shutdown. Simple fix is to add
transition(State.Stopped) call before the shutdown transition but need to think
about other cases when it will reach here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.