fixed few issues after testing

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

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

Loading…
Cancel
Save