fixed few issues after testing

merge-requests/1/head
ayyoob 8 years ago
parent 6b8682f2d8
commit bef24e75d1

@ -49,7 +49,7 @@ public class DeviceTypeOperationAdapterSubscription implements InputEventAdapter
getThreadLocalCarbonContext().getUserRealm().getRealmConfiguration().getAdminUserName());
deviceType = notificationMessage.getDeviceIdentifier().getType();
MqttNotificationDataHolder.getInstance().getDeviceManagementProviderService().
updatePullNotificationOperation(notificationMessage.getDeviceIdentifier(),
notifyPullNotificationSubscriber(notificationMessage.getDeviceIdentifier(),
notificationMessage.getOperation());
} catch (UserStoreException e) {
log.error("Failed to retrieve tenant username", e);

Loading…
Cancel
Save