Re: [Dev] [GSOC][CEP][DEV] Python API for Siddhi CEP

2017-03-19 Thread Sriskandarajah Suhothayan
On Sun, Mar 19, 2017 at 4:02 PM, Madhawa Vidanapathirana < madhawavidanapathir...@gmail.com> wrote: > Hi Suho, > > Going ahead with the proposal, few questions crossed my mind. > >1. You mentioned previously that WSO2 DAS should also be supported. >What sort of interactions are expected

Re: [Dev] [IS] GSoC 2017 - WS-Trust Implementation for IS 6.0.0 using Apache CXF Library

2017-03-19 Thread Isuranga Perera
Hi All I'm working on a design for the WS-Trust specification. I have few problems associated with that (01) What is the method used by the existing STS to retrieve data from the user store (02) Should STS use REST endpoints instead of SOAP Best Regards On Mon, Mar 20, 2017 at 10:06 AM,

Re: [Dev] [UUF] Exception Handling in UUF app

2017-03-19 Thread SajithAR Ariyarathna
On Mon, Mar 20, 2017 at 9:42 AM, Pushpalanka Jayawardhana wrote: > Hi All, > > Shall we add a section on 'Error handling' to the UUF best practices > documentation to capture information on this? > > +1 > On Thu, Feb 2, 2017 at 8:43 AM, Dakshika Jayathilaka >

Re: [Dev] [UUF]Handling events of fragments

2017-03-19 Thread Chandana Napagoda
Hi, I hope you can verify this by modifying the sample available here[1]. [1]. http://www.javascriptkit.com/javatutors/loadjavascriptcss.shtml Regards, Chandana On Mon, Mar 20, 2017 at 10:58 AM, Denuwanthi De Silva wrote: > Hi Chandana, > > Thank you for the

Re: [Dev] [UUF]Handling events of fragments

2017-03-19 Thread Denuwanthi De Silva
Hi Chandana, Thank you for the clarification. That can be the issue. AFAIK $(function(){}); is normally referred as the short form of document.ready, how come $(function(){}); is working and not document.ready? Thanks On Mon, Mar 20, 2017 at 10:45 AM, Chandana Napagoda

Re: [Dev] [UUF]Handling events of fragments

2017-03-19 Thread Chandana Napagoda
HI Denuwanthi, AFAIK, "document ready" runs only once per page. Since your page is already loaded, it will not fire document ready event again. Regards, Chandana On Sat, Mar 18, 2017 at 6:50 PM, Denuwanthi De Silva wrote: > Hi, > > As Rajith mentioned when using the short

Re: [Dev] [UUF]Handling events of fragments

2017-03-19 Thread Chandana Napagoda
Hi Manu, Its not mandatory to use the success event. When Javascript file is loaded, it will bind the events. Regards, Chandana On Sat, Mar 18, 2017 at 3:48 PM, Manuranga Perera wrote: > Why does someone has to use a seccuess event? Can't they just put it in > public/js and get

Re: [Dev] [VOTE] Release WSO2 MSF4J 2.2.0 RC1

2017-03-19 Thread Lakshman Udayakantha
I have tested the following samples as well. 1. http-session 2. fileserver [x] Stable - go ahead and release Thanks, Lakshman On Mon, Mar 20, 2017 at 9:17 AM, Lakshman Udayakantha wrote: > I have tested the following samples. > > 1. basicauth-security > 2. jpa > 3.

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-19 Thread Malaka Silva
Looks good On Sun, Mar 19, 2017 at 1:29 PM, Chanaka Balasooriya wrote: > Hi Malaka, > > As you suggested, I implemented a simple method for generating SSLContext > by reading trustStore and keyStore files [1]. > > So those System properties were removed. For now this was

Re: [Dev] GSOC 2017 - Native inbound and connector for FTP/SFTP operations

2017-03-19 Thread Malaka Silva
Hi Chanaka, Yes if this does not support upto the level we need it'll be an issue. Did you find any other libraries that are build on top of NIO. If not we can compare the limitations with common-vfs (will be using commons-net internally for ftp/sftp) on functionality. eg: Unable to modify

Re: [Dev] [UUF] Exception Handling in UUF app

2017-03-19 Thread Pushpalanka Jayawardhana
Hi All, Shall we add a section on 'Error handling' to the UUF best practices documentation to capture information on this? On Thu, Feb 2, 2017 at 8:43 AM, Dakshika Jayathilaka wrote: > +1 for KasunGs suggestion. > > Even UIExceptions can be different. > > *Types of UI

Re: [Dev] [OSGI] Error with no of imports

2017-03-19 Thread Danushka Fernando
Seems the issue was like below Bundle A has a class X (A DTO class) which imports a library built on java 1.6/ 1.7. Bundle B has a class Y which imports X. And then Y starts using properties of X. When building Bundle B it marking Y as an invalid class. I managed to fix this by removing all java

Re: [Dev] [VOTE] Release WSO2 MSF4J 2.2.0 RC1

2017-03-19 Thread Lakshman Udayakantha
I have tested the following samples. 1. basicauth-security 2. jpa 3. lifecycle 4. spring profile 5. template [x] Stable - go ahead and release Thanks, On Thu, Mar 16, 2017 at 5:46 PM, Danesh Kuruppu wrote: > Hi Devs, > > This is the 1st Release Candidate of WSO2

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-19 Thread Upul Bandara
Hi Nadheesh, We are planning to implement a small set (manageable for a student to implement and test within 2-3 months) of streaming ML algorithms. The list of algorithms is not fixed and we encourage students to come up with a list of algorithms. Most probably, we will implement: 1. Perceptron

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-19 Thread Upul Bandara
Hi Viraj, We are glad to see your interest! Please find answers to your questions. 1. We are planning the develop an ML library for streaming machine learning. 2. "If we are supposed to build a complete functionality," can you please elaborate what is mean my complete functionality.

[Dev] [IoT Server]How to implement Clustering Environment?

2017-03-19 Thread PARK KI SOO
I will setup infrastructure for IoT Server Clustering environment. But There is no related document. Could you give me a reference document or guideline Document Thank you. 1000 Bangeojinsunhwan-doro, Dong-gu, Ulsan 44032, Korea www.hhi.co.kr T. 82 52 202 9205 E.

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for FTP/SFTP operations

2017-03-19 Thread Hasitha Jayasundara
Hi all, One objective of this project [1] is to find limitations in commons vfs.I found some limitations on the following points. - client authentication over password / public key - server authentication - upload /download files from local host over SFTP - download files to local

Re: [Dev] GSOC - Proposal 19 - Account Chooser.

2017-03-19 Thread Harsha Thirimanna
Hi Sachini, Thanks for interesting about this. It is very similar what Google does in Account chooser. You can refer [1] to get basic idea about the Account chooser and deliverables are to provide the support this feature in WSO2 Identity Server (Detail deliverables are within Proposal). Please

Re: [Dev] Interested In a WSO2 Project for GSoC 2017

2017-03-19 Thread Tishan Dahanayakage
Hi Menuka, Thanks for your interest in the project. Most of the project material is available in idea page and also in public mailing list. As starters I would suggest you to develop a sample idea plugin to do syntax highlighting for an Antlr grammar. Thanks Tishan On Sat, Mar 18, 2017 at 7:39

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for FTP/SFTP operations

2017-03-19 Thread Hasitha Jayasundara
Hi all, 1. According to some blogs one of the key features enhanced in java-nio-ftp-library [1] is that data transfer through zero copy [2]. I think we can implement this concept using java-nio (without any third party libraries). 2. Apache sshd project [3] is also a pure java library to support

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for FTP/SFTP operations

2017-03-19 Thread Hasitha Jayasundara
Hi Malaka, I have gone through the second link you provided [1] and extended my implementation [2] to JScape and Zehon libraries.(Already implemented FTP/SFTP with JSch and Apache commons vfx which supports only basic file upload and download). The two major drawbacks I found in JScape and Zehon

Re: [Dev] Shall we implement transformation methods in claim API.

2017-03-19 Thread Johann Nallathamby
On Wed, Mar 15, 2017 at 11:10 AM, Pushpalanka Jayawardhana wrote: > > > On Wed, Mar 15, 2017 at 11:07 AM, Harsha Thirimanna > wrote: > >> Yes, as you said, we have to provide a service by merging the dialect and >> profile. We can provide different service for

Re: [Dev] [GSOC][CEP][DEV] Python API for Siddhi CEP

2017-03-19 Thread Madhawa Vidanapathirana
Hi Suho, Going ahead with the proposal, few questions crossed my mind. 1. You mentioned previously that WSO2 DAS should also be supported. What sort of interactions are expected with WSO2 DAS? 1. Should publishing events to WSO2 DAS from Python Siddhi API supported? 2. Should

Re: [Dev] GSoC 2017 : Real-Time Machine Learning Toolkit for Siddhi

2017-03-19 Thread Nadheesh Jihan
I went through the book (*Chapter 12 :** Mining of Massive Datasets*) that was recommended by Upul to other candidates. Are we going to implement the algorithms mentioned in that chapter? What will be the required level of scalability and performance of those algorithms. I'm going to start on a

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-19 Thread Chanaka Balasooriya
Hi Malaka, As you suggested, I implemented a simple method for generating SSLContext by reading trustStore and keyStore files [1]. So those System properties were removed. For now this was checked only for self-signed certificates and I will try to use WSO2 ESB default trustStore and KeyStore