mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixed few issues after testing
This commit is contained in:
parent
6b8682f2d8
commit
bef24e75d1
@ -49,7 +49,7 @@ public class DeviceTypeOperationAdapterSubscription implements InputEventAdapter
|
|||||||
getThreadLocalCarbonContext().getUserRealm().getRealmConfiguration().getAdminUserName());
|
getThreadLocalCarbonContext().getUserRealm().getRealmConfiguration().getAdminUserName());
|
||||||
deviceType = notificationMessage.getDeviceIdentifier().getType();
|
deviceType = notificationMessage.getDeviceIdentifier().getType();
|
||||||
MqttNotificationDataHolder.getInstance().getDeviceManagementProviderService().
|
MqttNotificationDataHolder.getInstance().getDeviceManagementProviderService().
|
||||||
updatePullNotificationOperation(notificationMessage.getDeviceIdentifier(),
|
notifyPullNotificationSubscriber(notificationMessage.getDeviceIdentifier(),
|
||||||
notificationMessage.getOperation());
|
notificationMessage.getOperation());
|
||||||
} catch (UserStoreException e) {
|
} catch (UserStoreException e) {
|
||||||
log.error("Failed to retrieve tenant username", e);
|
log.error("Failed to retrieve tenant username", e);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user