fixed few issues after testing

This commit is contained in:
ayyoob 2017-06-06 11:01:04 +05:30
parent 6b8682f2d8
commit bef24e75d1

View File

@ -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);