[Dev] [CDMF] [EMM 2.1.0 Beta] Refactoring UI controller modules

2016-08-07 Thread Dilan Udara Ariyaratne
Hi All, As part of EMM 2.1.0 Release, we are currently in the process of migrating its UI from UUF 0.1 to UUF 0.2, which is a much-optimized version of UUF in terms of performance. As part of the same migration effort, many UI controller modules @ org.wso2.carbon.device.mgt.ui component layer

Re: [Dev] Donwloading latest wso2cep 4.2.0 release

2016-08-07 Thread Damith Wickramasinghe
Hi Aneela, Wso2cep 4.2.0 is not yet released. But we have released a RC2 which you can download using [1]. [1] https://github.com/wso2/product-cep/releases/download/v4.2.0-rc1/wso2cep-4.2.0-RC1.zip Regards, Damith. On Sun, Aug 7, 2016 at 5:56 PM, Aneela Safdar wrote: >

Re: [Dev] Donwloading latest wso2cep 4.2.0 release

2016-08-07 Thread Damith Wickramasinghe
Not a RC2 but a RC1 as specified in the download URL. Thanks, Damith On Sun, Aug 7, 2016 at 6:08 PM, Damith Wickramasinghe wrote: > Hi Aneela, > > Wso2cep 4.2.0 is not yet released. But we have released a RC2 which you > can download using [1]. > > [1]

[Dev] Donwloading latest wso2cep 4.2.0 release

2016-08-07 Thread Aneela Safdar
Hi, I am trying to download new release of wso2cep but on download page it is still giving me the older version. Any suggestion?  Regards, Aneela Safdar___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Updating an output stream in Siddhi Query

2016-08-07 Thread Grainier Perera
Hi Aneela, As I pointed out in [1], you can use externalTimeBatch [2] with above scenario. Furthermore, in CEP 4.2.0 (Siddhi 3.1.0 <), it'll introduce 2 new optional parameters to externalTimeBatch, namely startTime and timeout. However, you might not be needing those params with above scenario.

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-08-07 Thread Supun Sethunga
Hi Lakini, Please find all the APIs and their samples at [1]. Additionally, you can always refer the existing UI to get an idea. for eg: you can check the dataset page of the existing ML UI to see how the datasets are retrieved. [1] https://docs.wso2.com/display/ML110/REST+API+Guides Regards,

Re: [Dev] [DEV][ESB500] Invoking a secure proxy in a clustered set up

2016-08-07 Thread Rajith Vitharana
Hi Pubudu, On 8 August 2016 at 11:14, Pubudu Priyashan wrote: > Hi Jagath, > > So when we do that, it requires the user to restart the server every time > they add a new https endpoint to add the keys to client-truststore. In > production environments, this is not > I'm not

Re: [Dev] [ESB] fn:sum is not working

2016-08-07 Thread Godwin Shrimal
Thanks for the response Rajith. On Fri, Aug 5, 2016 at 3:58 PM, Rajith Vitharana wrote: > Hi Godwin, > > According to [1] fn:sum is used to make sum of some xpath objects, for > example if the payload is [2], then "fn:sum(//order//item/@quantity)" > will return you the value

Re: [Dev] GSOC 2016 - Project 21 : MongoDB Userstore Development

2016-08-07 Thread Tharindu Edirisinghe
+Mohan Hi Asantha, I've added Mohan to this mail thread who is working in the Analytics team at WSO2. He will be able to give a helping hand to the user activity analysis part that you are doing in this project. I've scheduled a google hangout (12th Aug 2016 5.00 p.m IST) for discussing this

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-07 Thread Mahesh Dananjaya
Hi Srinath and Nirmal, I have integrated the my samoa predictive analysis topologies with the cep with siddhi extension developed. As you asked me, i have verified the output of my samoa streaming clustering topology with the previously build Spark streaming Clustering analysis. Results are almost

Re: [Dev] [GSoC 2016]Proposal 03: [ML]Visual(Deep) Neural Network Builder -Project Progress

2016-08-07 Thread Lakini Senanayaka
Hi, Thank you very much. But Upul told me about a code snippet which I can use inside the API implementation in the last meeting. However can I get the dataset file from calling *GET https://localhost:9443/api/datasets/{datasetId} * inside the

[Dev] WSO2 App Cloud - Environment variables for setting credentials

2016-08-07 Thread Nathiesha Maddage
Hi all, I deployed an application in WSO2 cloud, which requires JIRA account credentials that need to be set easily. Is it safe to use environment variables in WSO2 app cloud to set those credentials? Are those environment variables visible to any external parties? Thanks and regards Nathiesha

[Dev] [DEV][ESB500] Invoking a secure proxy in a clustered set up

2016-08-07 Thread Pubudu Priyashan
Hi ESB team, I have observed the following behaviour when invoking a secure proxy in a clustered setup which calls an external http endpoint [1] with ESB 5.0.0 (Tested with RC1). Can you please inform if this behaviour is correct or are there any alternative methods? I have a secure proxy in my

Re: [Dev] Fwd: GSOC2016: [ML][CEP] [SAMOA]Predictive analytic with online data for WSO2 Machine Learner-Samoa Integration

2016-08-07 Thread Mahesh Dananjaya
Hi supun, I think i have fixed couple of previous errors. Now my samoa extension is working fine with cep. But i am getting a exception with my spark streaming ml extensions. It was working fine and i did not do any changes to my previously developed streaming extensions. This error is occured in

Re: [Dev] [DEV][ESB500] Invoking a secure proxy in a clustered set up

2016-08-07 Thread Jagath Sisirakumara Ariyarathne
Hi Pubudu, Whenever you access a Https endpoint, you have to import back-end's certificate to client-truststore. That is the default requirement if you are using SSL between back-end and ESB. Thanks. On Mon, Aug 8, 2016 at 10:13 AM, Pubudu Priyashan wrote: > Hi ESB team, > >

Re: [Dev] [DEV][ESB500] Invoking a secure proxy in a clustered set up

2016-08-07 Thread Pubudu Priyashan
Hi Jagath, So when we do that, it requires the user to restart the server every time they add a new https endpoint to add the keys to client-truststore. In production environments, this is not convenient and will have to go through a long process to add a key to the truststore since it requires a

Re: [Dev] [DEV][ESB500] Invoking a secure proxy in a clustered set up

2016-08-07 Thread Pubudu Priyashan
It makes sense when you think in terms of dev cycles. Thanks for the clarification guys. Cheers, Pubudu. Pubudu D.P Senior Software Engineer - QA Team | WSO2 inc. Mobile : +94775464547 Linkedin: https://uk.linkedin.com/in/pubududp Medium: https://medium.com/@pubududp On Mon, Aug 8, 2016 at