mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Commenting out unreachable state for now
This commit is contained in:
parent
4e5a38998d
commit
5b46a4e2f8
@ -304,8 +304,9 @@ public class MonitoringManagerImpl implements MonitoringManager {
|
|||||||
|
|
||||||
if (!deviceIdsWithExistingOperation.isEmpty()) {
|
if (!deviceIdsWithExistingOperation.isEmpty()) {
|
||||||
monitoringDAO.updateAttempts(new ArrayList<>(deviceIdsWithExistingOperation.keySet()), false);
|
monitoringDAO.updateAttempts(new ArrayList<>(deviceIdsWithExistingOperation.keySet()), false);
|
||||||
decisionPoint.setDevicesAsUnreachable(this.getDeviceIdentifiersFromDevices(
|
//TODO uncomment with proper fix
|
||||||
new ArrayList<>(deviceIdsWithExistingOperation.values())));
|
// decisionPoint.setDevicesAsUnreachable(this.getDeviceIdentifiersFromDevices(
|
||||||
|
// new ArrayList<>(deviceIdsWithExistingOperation.values())));
|
||||||
}
|
}
|
||||||
|
|
||||||
PolicyManagementDAOFactory.commitTransaction();
|
PolicyManagementDAOFactory.commitTransaction();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user