[Dev] Unable to access jaggeryjs documentation

2015-07-05 Thread Sabra Ossen
Hi All, I was searching for web sockets implementation using jaggery, but I am unable to access the jaggeryjs documentation in [1]. Could someone check and resolve this issue. [1] http://jaggeryjs.org/documentation.jag?api=webSocket Thanks. -- Sabra Ossen http://lk.linkedin.com/in/sabraossen

Re: [Dev] Unable to access jaggeryjs documentation

2015-07-05 Thread Mohamed Fawzan
Looks like it's down for everyone. HTTP Status 500 - org.mozilla.javascript.WrappedException: Wrapped org.jaggeryjs.scriptengine.exceptions.ScriptException: java.io.FileNotFoundException: /home/jaggery/newpack/jaggery-0.9.0-SNAPSHOT/apps/ROOT/config/properties/webSocket.json (Too many open files)

Re: [Dev] Jax-rs Web Service and Web Socket integration

2015-07-05 Thread Sabra Ossen
Hi Kasun, Thanks for the clarification and the samples. Regards. On Sat, Jul 4, 2015 at 1:04 AM, KasunG Gajasinghe kas...@wso2.com wrote: Hi, One thing to understand is that WebSocket does not need a browser to function. You can directly invoke a websocket endpoint through your JAX-RS

Re: [Dev] Please review and merge the PR for IDENTITY-2900

2015-07-05 Thread Indunil Upeksha Rathnayake
Hi, Please $subject. The PR[1] as the fix for Google, Yahoo and Windows Live authenticators in the public JIRA [2]. [1] https://github.com/wso2/carbon-identity/pull/556 [2] https://wso2.org/jira/browse/IDENTITY-2900 Thanks and Regards -- Indunil Upeksha Rathnayake Software Engineer | WSO2 Inc

Re: [Dev] Unable to access jaggeryjs documentation

2015-07-05 Thread Thusitha Thilina Dayaratne
Hi Sabra, AFAIK jaggery still doesn't support JSR-356 based websocket implementation. It uses tomcat specific websocket implementation. Thanks On Sun, Jul 5, 2015 at 1:07 PM, Mohamed Fawzan fawz...@gmail.com wrote: Looks like it's down for everyone. HTTP Status 500 -

Re: [Dev] Please review and merge the PR for IDENTITY-2900

2015-07-05 Thread Indunil Upeksha Rathnayake
Hi Johann, I'll look into those and resolved the merge conflicts. Thanks and Regards -- Indunil Upeksha Rathnayake Software Engineer | WSO2 Inc Emailindu...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Unable to access jaggeryjs documentation

2015-07-05 Thread Sabra Ossen
Hi Thusitha, I wanted to check the documentation so that I could get an idea on forming the uri for the web socket server endpoint. But I was able to resolve that issue by checking the samples in AS 5.3.0 alpha. Thanks for the clarification though. Regards. On Sun, Jul 5, 2015 at 1:15 PM,

Re: [Dev] Please review and merge the PR for IDENTITY-2900

2015-07-05 Thread Johann Nallathamby
The PR cannot be merged automatically. There were some changes pushed yesterday. Can you look into those and fix the PR ? On Sun, Jul 5, 2015 at 1:21 PM, Indunil Upeksha Rathnayake indu...@wso2.com wrote: Hi, Please $subject. The PR[1] as the fix for Google, Yahoo and Windows Live

Re: [Dev] [GSoC-2015] Proposal2 : Siddhi Editor for WSO2 CEP

2015-07-05 Thread Sriskandarajah Suhothayan
The both model you are progressing are not scalable, and error prone. If we make any change to the grammar then we have to also fix that in several places. Isn't there any other alternatives? Suho On Tue, Jun 30, 2015 at 4:59 AM, Tharindu Munasinghe tharindu...@cse.mrt.ac.lk wrote: Hi

Re: [Dev] Which Git Repository belongs, org.wso2.carbon.transport.mgt.feature

2015-07-05 Thread Lakmali Baminiwatta
Hi Gihan, On 20 March 2015 at 09:01, Gihan Anuruddha gi...@wso2.com wrote: On Fri, Mar 20, 2015 at 8:23 AM, Dhanuka Ranasinghe dhan...@wso2.com wrote: while building product-apim , I couldn't find Git repos for following features. Could you please help me to find these.

Re: [Dev] How Do I Making API Calls from jaggery js

2015-07-05 Thread NIFRAS ISMAIL
Hi thusitha, for v1.1 authentication required. fine I have created those stuff and getting the API key API secret . % var url = https://api.twitter.com/1.1/statuses/user_timeline.json;; var data = { include_entities:true,include_rts:true,screen_name:wso2,count:1 }; var twitterJson = get(url,

Re: [Dev] [Orbit] Please review the PR for Spark 1.4.0 wso2v2

2015-07-05 Thread Niranda Perera
Thanks Nira! :-) @Maheshika, could you please release the following bundles - spark-core_2.10/1.4.0.wso2v2 - typesafe-config/1.2.1.wso2v1 rgds On Mon, Jul 6, 2015 at 10:31 AM, Niranjan Karunanandham niran...@wso2.com wrote: Hi Niranda, I have merge the PR. Regards, Nira On Mon,

[Dev] [Orbit] Please review the PR for Spark 1.4.0 wso2v2

2015-07-05 Thread Niranda Perera
Hi Sameera, Could you please review this PR [1] for wso2v2 of the Spark 1.4.0. there were some problems in the initial obit bundle with its private packages. now all the unrelated private packages are removed. additionally, all the unnecessary config files and binaries are also removed. this

[Dev] How Do I Making API Calls from jaggery js

2015-07-05 Thread NIFRAS ISMAIL
Hi there, I need to make an api call to twitter using jeggery js. I have to filter out the tweets of a person by #tags to anysis his pattern. I have plan to use jaggery js. It's pretty much comfortable for me. How do i make an API call from jeggery 1. % 2. var url =

Re: [Dev] [Orbit] Please review the PR for Spark 1.4.0 wso2v2

2015-07-05 Thread Niranjan Karunanandham
Hi Niranda, I will look into this. Regards, Nira On Mon, Jul 6, 2015 at 10:15 AM, Niranda Perera nira...@wso2.com wrote: Hi Sameera, Could you please review this PR [1] for wso2v2 of the Spark 1.4.0. there were some problems in the initial obit bundle with its private packages. now all

Re: [Dev] How Do I Making API Calls from jaggery js

2015-07-05 Thread Thusitha Thilina Dayaratne
Hi Nifras, It seems that the REST API v1, that you are trying to call is no longer active. Check the error message that you get when you click on the url. {errors:[{message:The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview

Re: [Dev] [Orbit] Please review the PR for Spark 1.4.0 wso2v2

2015-07-05 Thread Niranjan Karunanandham
Hi Niranda, I have merge the PR. Regards, Nira On Mon, Jul 6, 2015 at 10:19 AM, Niranjan Karunanandham niran...@wso2.com wrote: Hi Niranda, I will look into this. Regards, Nira On Mon, Jul 6, 2015 at 10:15 AM, Niranda Perera nira...@wso2.com wrote: Hi Sameera, Could you please

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-05 Thread Mohamed Fawzan
Hi Srinath, I have removed the Drawing feature as I have encountered a bug, Looks like the 'click' event in d3 automatically triggers a 'drag' event as well. I have tried to set a Flag and resolve the issue. But it seems that only Opera (Web Browser) has the issue. Chrome and FF works fine. I

Re: [Dev] [Architecture] Developer Studio 3.8.0 M5 Released!

2015-07-05 Thread Shafreen Anfar
On Mon, Jul 6, 2015 at 6:19 AM, Shafreen Anfar shafr...@wso2.com wrote: Hi Isuru et al, On Mon, Jun 22, 2015 at 8:56 AM, Isuru Perera isu...@wso2.com wrote: Thanks Harshana! When I checked last time, Developer Studio had some dependencies, which were not compatible with Java 8. I don't

Re: [Dev] [GSoC-2015] Proposal 6- AppFactory Command Line Tool

2015-07-05 Thread Fathima Dilhasha
Hi, *Progress Update* I have added API calls for listing applications and versions to the CLI tool. I have also added error handling of responses. I have to complete the flag extractor and continue to other commands. You can find the git repository at [1] https://github.com/Dilhasha/AppFacCLI

Re: [Dev] [Architecture] Developer Studio 3.8.0 M5 Released!

2015-07-05 Thread Sohani Weerasinghe
Hi Shafreen, Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Mon, Jul 6, 2015 at 8:55 AM, Shafreen Anfar shafr...@wso2.com wrote: On Mon, Jul 6, 2015 at

Re: [Dev] [GSoC-2015] Proposal 11: Recommendation Solution for WSO2 Machine Learner

2015-07-05 Thread Nirmal Fernando
Hi Madawa, Please check this presentation https://spark-summit.org/2015/events/a-more-scalable-way-of-making-recommendations-with-mllib/ On Thu, Jul 2, 2015 at 9:22 AM, Nirmal Fernando nir...@wso2.com wrote: Thanks Madawa. On Wed, Jul 1, 2015 at 11:46 PM, Madawa Soysa madawa...@cse.mrt.ac.lk

Re: [Dev] [GSoC 2015] New SVG Layout for Visual Composer Siddhi Lang.

2015-07-05 Thread Srinath Perera
I tried to draw, but failed. Can you do a small screencast on how to draw and connect. On current palette, everything looks same, we need to indicate queries are different than other operators. --Srinath On Fri, Jul 3, 2015 at 8:39 PM, Mohamed Fawzan fawz...@gmail.com wrote: Hi Srinath, As

Re: [Dev] Which Git Repository belongs, org.wso2.carbon.transport.mgt.feature

2015-07-05 Thread Gihan Anuruddha
Hi Lakmali, We do have. But still we are in snapshot version. Can you check with 1.0.3-SNAPSHOT repo as an analytics version? Regards, Gihan On Mon, Jul 6, 2015 at 12:06 AM, Lakmali Baminiwatta lakm...@wso2.com wrote: Hi Gihan, On 20 March 2015 at 09:01, Gihan Anuruddha gi...@wso2.com

Re: [Dev] [Architecture] Developer Studio 3.8.0 M5 Released!

2015-07-05 Thread Shafreen Anfar
Hi Isuru et al, On Mon, Jun 22, 2015 at 8:56 AM, Isuru Perera isu...@wso2.com wrote: Thanks Harshana! When I checked last time, Developer Studio had some dependencies, which were not compatible with Java 8. I don't remember the exact issues, but I couldn't run Developer Studio 3.7.1 on