-
Bug
-
Resolution: Done
-
Major
-
7.15.0.Final
-
None
-
1
-
NEW
-
NEW
-
-
2018 Week 51-01
When Kie server contains deactivated container and Kie server is restarted then container changes its state to started.
This is a combination of two issues. First is that deactivated state is not stored into Kie server state. That could be solved as part of https://github.com/kiegroup/droolsjbpm-integration/pull/1677 .
Second issue is located in ContainerManager. Containers are installed when they are in started or deactivated state (setting its state to started), but deactivated containers are not deactivated.