|
@@ -379,6 +379,10 @@ public class ServiceComponentHostImpl implements ServiceComponentHost {
|
|
|
State.INSTALLING,
|
|
|
ServiceComponentHostEventType.HOST_SVCCOMP_OP_IN_PROGRESS,
|
|
|
new ServiceComponentHostOpInProgressTransition())
|
|
|
+ .addTransition(State.INSTALLED,
|
|
|
+ State.INSTALLED,
|
|
|
+ ServiceComponentHostEventType.HOST_SVCCOMP_OP_IN_PROGRESS,
|
|
|
+ new ServiceComponentHostOpInProgressTransition())
|
|
|
.addTransition(State.INSTALLING,
|
|
|
State.INSTALL_FAILED,
|
|
|
ServiceComponentHostEventType.HOST_SVCCOMP_OP_FAILED,
|