Author: ulhasbhole
Date: Thu Feb 19 18:13:42 2009
New Revision: 745952
URL: http://svn.apache.org/viewvc?rev=745952&view=rev
Log:
[SMX4NMR-99]
org.apache.servicemix.jbi.deployer.artifacts.ServiceAssemblyImpl.init() needs
to do transition from start state to stop first before shutdown.
Modified:
servicemix/smx4/nmr/trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceAssemblyImpl.java
Modified:
servicemix/smx4/nmr/trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceAssemblyImpl.java
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceAssemblyImpl.java?rev=745952&r1=745951&r2=745952&view=diff
==============================================================================
---
servicemix/smx4/nmr/trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceAssemblyImpl.java
(original)
+++
servicemix/smx4/nmr/trunk/jbi/deployer/src/main/java/org/apache/servicemix/jbi/deployer/artifacts/ServiceAssemblyImpl.java
Thu Feb 19 18:13:42 2009
@@ -86,8 +86,6 @@
} else if (runningState == State.Stopped) {
transition(State.Started);
transition(State.Stopped);
- } else if (runningState == State.Shutdown) {
- transition(State.Shutdown);
}
} finally {
listener.setAssembly(null);