Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-11-30 Thread Hasunie Adikari
Hi All, I have tested following scenarios. 1. Windows Device enrollment. 2. Add windows operations 3. Create windows policy and apply to the device. 4. Edit Windows policy and done apply changes. 5. Create more policies and set priority and then apply to the device. 6. tested notification pane.

Re: [Architecture] [IoT] Simplifying IoT device type plugin with a descriptor

2016-11-30 Thread Harshan Liyanage
Hi Ayyoob, There are some instances where we need to cater plugin-specific functionalities which can't be achieved through a boiler-plate implementation. This behavior can be seen in mostly mobile-device plugins. For most of the times we don't need specific internal implementation. For example

Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-11-30 Thread Geeth Munasinghe
Hi all, Tested following scenarios. 1. Android device enrollment. 2. User and role creation and assigning permission. 3. Sending email with user invite. 4. Create/Edit policy 5. Applying policy to device. 6. Reapplying changed policy. 7. Add few operations. [+] - Stable -

Re: [Architecture] Restructuring Device Type Plugins for IoT

2016-11-30 Thread Harshan Liyanage
Hi Ruwan, We have included the notification providers like GCM, MQTT, FireBase inside the core (in device-mgt-extensions component) in the existing implementation of device-mgt. I do agree with your comment that says those are only extensions to the core framework. Have we thought of moving them

Re: [Architecture] Connection Pool Implementation for ESB Kafka and JMS Connectors

2016-11-30 Thread Dushan Abeyruwan
Hi Kathees, Yes, there seems to be an obvious improvement. However, when comes to JMS connector,try to design that more generic, I guess that can be done with some customizations of what Hasitha has done. Anyway, please do let me know when JMS genetic connector design planned, we can run

Re: [Architecture] Streaming Machine learning on CEP

2016-11-30 Thread Fazlan Nazeem
Hi Jayan, Is there a way to output the accuracy of a specific model within a siddhi execution plan? On Wed, Nov 30, 2016 at 4:38 PM, Jayan Vidanapathirana wrote: > Hi, > > > I am one of the interns working on the "Streaming Machine Learning on WSO2 > CEP" Project. I have

Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-11-30 Thread Ruwan Yatawara
Hi All, Tested overall functionalities on a high level. [+] Stable - go ahead and release Thanks and Regards, Ruwan Yatawara Associate Technical Lead, WSO2 Inc. email : ruw...@wso2.com mobile : +94 77 9110413 blog : http://ruwansrants.blogspot.com/ https://500px.com/ruwan_ace

Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-11-30 Thread Chathura Dilan
Hi all, Tested Follows Android and iOS application installation/uninstallation via app manager. [+] Stable - go ahead and release On Thu, Dec 1, 2016 at 10:41 AM, Geeth Munasinghe wrote: > Hi all, > > Tested following scenarios. > > >1. Android device enrollment. >2.

Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-11-30 Thread Inosh Perera
Hi all, I have tested FCM together with Android enrollment and operation sending, functionality works well. [+] Stable - go ahead and release Regards, Inosh On Wed, Nov 30, 2016 at 3:55 PM, Charitha Goonetilleke wrote: > Hi All, > > I have enrolled Android device and

Re: [Architecture] FCM for Android

2016-11-30 Thread Harshan Liyanage
Hi Pasindu, It was the mechanism we have used in EMM 1.1.0 with GCM. But AFAIK the intention of GCM or FCM or anyother notification service (i.e APNS) is to just send the wakeup call to the device. That's the reason behind we have changed our implementation (from EMM 2.0.0 onwards) to send only

Re: [Architecture] FCM for Android

2016-11-30 Thread Pasindu Upulwan
Hi Inosh, Instead of letting the app to fetch the operation from the IoT/EMM server (step 7 in the diagram), is it possible to attach the operation information also in the wakeup message itself? The FCM size limit of 4096 bytes will be enough to attach most of the basic operation payloads such as

[Architecture] Streaming Machine learning on CEP

2016-11-30 Thread Jayan Vidanapathirana
Hi, I am one of the interns working on the "Streaming Machine Learning on WSO2 CEP" Project. I have built a Siddhi extension to CEP using Apache SAMOA machine learning. “SAMOA (Scalable Advanced Massive Online Analysis) is a platform for mining big data streams. Currently, this is an apache

Re: [Architecture] [Dev] [VOTE] Release WSO2 Enterprise Mobility Manager 2.2.0 RC2

2016-11-30 Thread Charitha Goonetilleke
Hi All, I have enrolled Android device and tested basic functionality. [+] Stable - go ahead and release Thanks & Regards, /charithag On Tue, Nov 29, 2016 at 9:50 PM, Harshan Liyanage wrote: > Hi Devs, > > This is the release candidate of WSO2 Enterprise Mobility Manager

[Architecture] FCM for Android

2016-11-30 Thread Inosh Perera
​Hi all, Following is the architecture of FCM implementation of Android agent of IoT/EMM. Firebase cloud messaging(FCM) is a push notification mechanism introduced by Google for app developers to send notifications to devices. Prior to FCM, EMM used Google cloud messaging(GCM) which was the

Re: [Architecture] Connection Pool Implementation for ESB Kafka and JMS Connectors

2016-11-30 Thread Malaka Silva
Seems like a significant improvement. I guess pool exists per node in cluster? Once completed please arrange a code review. On Wed, Nov 30, 2016 at 12:27 PM, Kathees Rajendram wrote: > Hi, > > I am working on connection pool implementation for Kafka [1] and JMS [2] >