From a07d6769366fb40b354b6c0dc964c61c3dce4e93 Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Tue, 20 Jun 2017 16:54:50 +0530 Subject: [PATCH 1/4] Increased timeouts for device status task. --- .../src/main/resources/devicetypes/android.xml | 8 ++++---- .../src/main/resources/devicetypes/windows.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml b/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml index 961aa1c9b..ed43a7911 100644 --- a/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml +++ b/features/mobile-plugins-feature/android-plugin-feature/org.wso2.carbon.device.mgt.mobile.android.feature/src/main/resources/devicetypes/android.xml @@ -369,15 +369,15 @@ - The time interval (in seconds) in which the task should run for this device-type - The time duration (in seconds) in which the device can be moved to inactive status which means the device will be moved to inactive status if that device does not - contact the server within that time period. + contact the server within that time period. Better to have a multiplier of Frequency. - The time duration (in seconds) in which the device can be moved to unreachable status which means the device will be moved to unreachable status if that device does not - contact the server within that time period. + contact the server within that time period. Better to have a multiplier of Frequency. --> true 300 - 600 - 300 + 900 + 600 \ No newline at end of file diff --git a/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml b/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml index 420c80495..7ccd06a96 100644 --- a/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml +++ b/features/mobile-plugins-feature/windows-plugin-feature/org.wso2.carbon.device.mgt.mobile.windows.feature/src/main/resources/devicetypes/windows.xml @@ -179,7 +179,7 @@ true 300 - 600 - 300 + 900 + 600 From 1146acbb15d6616e34f97c95968cb7180a3445f5 Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Tue, 20 Jun 2017 19:22:52 +0530 Subject: [PATCH 2/4] Updated device-mgt-core version. --- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 85de7a9ce..20fade997 100644 --- a/pom.xml +++ b/pom.xml @@ -1146,10 +1146,7 @@ [3.0.0, 4.0.0) - 1.2.25 - - - 4.0.5-SNAPSHOT + 1.2.27 4.4.8 From 1ee97d7f933e8610d07d586a5a7c2c2f8ae38578 Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Tue, 20 Jun 2017 19:25:30 +0530 Subject: [PATCH 3/4] Updated device-mgt-core version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20fade997..339172440 100644 --- a/pom.xml +++ b/pom.xml @@ -1142,7 +1142,7 @@ 1.1.1 - 3.0.3 + 3.0.6 [3.0.0, 4.0.0) From 950f0fd952817404dfb679479f701bf475a5445d Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Tue, 20 Jun 2017 19:38:38 +0530 Subject: [PATCH 4/4] Fixed missing maven property issue. --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 339172440..f1bf59f9f 100644 --- a/pom.xml +++ b/pom.xml @@ -1146,7 +1146,10 @@ [3.0.0, 4.0.0) - 1.2.27 + 1.2.25 + + + 4.0.4 4.4.8