Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Harsha Thirimanna
On Mon, Mar 13, 2017 at 11:16 AM, Isuranga Perera wrote: > Hi > > Thanks for the information. I have several ideas for the implementation > > (01) Use existing stubs (java) to call admin services. But it involves > additional overhead since it uses Java VM with Go

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Isuranga Perera
Hi Thanks for the information. I have several ideas for the implementation (01) Use existing stubs (java) to call admin services. But it involves additional overhead since it uses Java VM with Go (this approach can be implemented with either native interface or an RPC) (02) Complete

Re: [Dev] GSoC 2017 - JMeter Test Manager for Distributed Deployments of WSO2 Servers

2017-03-12 Thread Yasassri Ratnayake
Hi Thilina, Glad to see your interest in the JMeter Test Management tool. Your understanding of the requirements seems to be correct. Answering your query. At the moment JMeter is not running in cluster mode, but running JMeter in cluster mode will be a good addition to the solution if we can

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Harsha Thirimanna
On Sun, Mar 12, 2017 at 11:46 PM, Isuranga Perera wrote: > Hi All, > > I'm currently working on a prototype for the CLI. But I have some problems > which need to be clarified beforehand > > ​This is great approach for this. Thanks Isuranga.​ > (01) what are the

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

2017-03-12 Thread Chanaka Balasooriya
Hi Malaka, I've been studying specifications of using native IBM MQ jars with the help of resources you sent and I could understand that It gives more flexibility on configuring connections and some binding options. I tried to implement sample MQ-Client [1] that can connect to IBM MQ without

Re: [Dev] How can I add a registry resource using registry REST API?

2017-03-12 Thread Rajkumar Rajaratnam
On Mon, Mar 13, 2017 at 12:26 AM, Rajkumar Rajaratnam wrote: > Hi Shazni, > > I just want to add/update a synapse sequence to the registry through a > HTTP call. Please let me know if there is a way to do this in API-M 1.10. > > Thanks, > Raj. > > On Mon, Mar 13, 2017 at

Re: [Dev] GSoC 2017 Project proposal 6: Eclipse plugin for Siddhi

2017-03-12 Thread Udeshika Sewwandi
Hi, For the project can I use Antlr 4 IDE in Eclipse which is built on Xtext ? >From that an Antlr 4 project can be created and grammar file,lexer and parser are generated automatically. If not through command line the same lexer and parser can be generated using the grammar file and can be

Re: [Dev] How can I add a registry resource using registry REST API?

2017-03-12 Thread Rajkumar Rajaratnam
Hi Shazni, I just want to add/update a synapse sequence to the registry through a HTTP call. Please let me know if there is a way to do this in API-M 1.10. Thanks, Raj. On Mon, Mar 13, 2017 at 12:19 AM, Shazni Nazeer wrote: > If you want to retrieve first class assets like

Re: [Dev] How can I add a registry resource using registry REST API?

2017-03-12 Thread Shazni Nazeer
If you want to retrieve first class assets like the ones to which you have rxt definition, you can use the following recently introduced REST API. This is a separate feature which may not be packed with the API-M versions. You should be able to install it manually however. [1]

Re: [Dev] How can I add a registry resource using registry REST API?

2017-03-12 Thread Rajkumar Rajaratnam
It seems registry REST API is not there in API-M 1.10. Using the following command I can get a registry resource in API-M 1.10 curl -X GET -k -H "Authorization:Basic YWRtaW46YWRtaW4=" "

Re: [Dev] UI simulation is not working in IoT anaytics

2017-03-12 Thread Megala Uthayakumar
+Dev On Mon, Mar 13, 2017 at 9:32 AM, Megala Uthayakumar wrote: > Hi Analytics team, > > While trying to do a simulation in UI with IoT server, we got bad request > error in front-end and also when trying to configure the simulation file in > UI, we get a bad request error as

[Dev] How can I add a registry resource using registry REST API?

2017-03-12 Thread Rajkumar Rajaratnam
Hi, I'm referring [1] and trying to add a registry resource using registry REST API in API Manager 1.10 using the following command. curl -X PUT -k -H "Authorization:Basic YWRtaW46YWRtaW4=" -H "Content-Type: application/xml" -H "Media-Type: application/xml" -d @cal_log_in_message.xml "

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Isuranga Perera
Hi All, I'm currently working on a prototype for the CLI. But I have some problems which need to be clarified beforehand (01) what are the authentication techniques which should be used by CLI? (02) Should the CLI support next major release without any modifications? (As I got to know in WSO2

[Dev] [GSOC][CEP][DEV] Idea Plugin for Siddhi

2017-03-12 Thread Nipuna Sankalpa
Hi, I am an undergraduate from Department of Computer Science and Engineering University of Moratuwa. I'm interested on Gsoc project proposal No.4 : " *Idea Plugin for Siddhi* " which is listed under Wso2 proposal list. I have recently contributed to a project related to the Siddhi CEP [Real Time