Re: [Dev] WSO2 Committers += Damith Wickramasinghe

2015-06-14 Thread Kasun Bandara
Congratulations Damith ! On Sun, Jun 14, 2015 at 4:32 PM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, Its my pleasure to welcome Damith Wickramasinghe as a WSO2 Committer. Damith is a member of WSO2 CEP team and he has done a great contribution to WSO2 CEP and has shown great

Re: [Dev] [ESB] JMS Inbound Endpoint Integration tests with HornetQ

2015-06-14 Thread Malaka Silva
Hi Eranda, You need to copy the required jars to components lib folder. When running this via tests framework need to do it similar to the way done in [1] eg:- serverConfigurationManager.copyToComponentLib(new File(getClass(). getResource(JAR_LOCATION + File.separator +

[Dev] WSO2 Committers += Damith Wickramasinghe

2015-06-14 Thread Sriskandarajah Suhothayan
Hi all, Its my pleasure to welcome Damith Wickramasinghe as a WSO2 Committer. Damith is a member of WSO2 CEP team and he has done a great contribution to WSO2 CEP and has shown great enthusiasm in his work both in development and Geo related CEP effort. In recognition of his contribution, he has

Re: [Dev] Inbound Endpoints Protocols

2015-06-14 Thread Malaka Silva
Hi Sohani, Well MQTT is still at development stage. Will let you know if we need it. On Sun, Jun 14, 2015 at 12:22 PM, Sohani Weerasinghe soh...@wso2.com wrote: Hi Malaka, ESB documentation states it supports MQTT Inbound Protocol as in [1], but when comparing the protocol support provided

[Dev] Inbound Endpoints Protocols

2015-06-14 Thread Sohani Weerasinghe
Hi Malaka, ESB documentation states it supports MQTT Inbound Protocol as in [1], but when comparing the protocol support provided via management console, it has no option to specify MQTT. Also I tried to add the config to the source view but it seems it is not getting saved. Additionally there

Re: [Dev] [AppFac] Access AppFactory REST API

2015-06-14 Thread Fathima Dilhasha
I tried replacing '@' before organization with '..' . Still not successful. Fathima Dilhasha Nazeer http://lk.linkedin.com/in/dilhasha/ (M.N.F.Dilhasha) Undergraduate | Department of Computer Science and Engineering University of Moratuwa Sri Lanka On Sun, Jun 14, 2015 at 8:40 PM, Danushka

Re: [Dev] [MDM] Error occurred while issuing the access token

2015-06-14 Thread Prasad Tissera
Fixed this in carbon-identity master branch and will included in the next release. Thanks. Sent from my mobile On Jun 12, 2015 9:45 PM, Prasad Tissera pras...@wso2.com wrote: We recreated issu with carbon-identity 4.4.0. Will update you with the progress. Thanks. Sent from my mobile On Jun

Re: [Dev] [AppFac] Access AppFactory REST API

2015-06-14 Thread Fathima Dilhasha
Hi, As in this thread I was able to run the curl command for log in sometime back. But now when I try the same command, it doesn't seem to work. What can be the reason? The command I'm using is as follows. *curl -v -X -c cookies POST -k

[Dev] [MDM] Platform Feature Descriptions for MDM 2.0.0 UI

2015-06-14 Thread Dilan Udara Ariyaratne
Hi Guys, For the end-to-end completion of some operation invocation UIs specially for most of the policy creation UIs, It's required to know some important details on Platform Features that we are going to support in MDM 2.0.0. Thus, sharing the following document to capture the necessary

Re: [Dev] Cross Origin Request Blocked when using socket.io

2015-06-14 Thread Sabra Ossen
Hi Tharik, I searched up on CORS (Cross Origin Resource Sharing) and based on my understanding the problem is that I am trying to access a resource on another domain from my domain. Therefore a simple solution would be to download both the *socket.io-1.2.0.js and jquery-1.11.1.js*. I included

Re: [Dev] [AppFac] Access AppFactory REST API

2015-06-14 Thread Danushka Fernando
Did you try replacing @ with .. Thanks Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Jun 14, 2015 8:20 PM, Fathima Dilhasha dilhasha@gmail.com wrote: Hi, As in this thread I was able to run the curl command for log in sometime

[Dev] Accessing JSON Payload from an incoming request JAX-RS Service

2015-06-14 Thread Farazath Ahamed
Hi, I am in the process of developing a REST API using JAX-RS. The incoming request to the endpoint contains a JSON payload which needs to be processed. Currently I am using the following approach to access the payload @Path(/rpt) public class UmaAuthorizationEndpoint { private static final

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

2015-06-14 Thread Mohamed Fawzan
Hi Srinath. I have added support for large file names in the streams [1] http://vc.mutexlk.com/dashboard.html by showing the part of the stream name in the rectangle element. When you *hover * you can see the* full stream name. *Also when the user drag the element to the canvas, he get the same

[Dev] java.lang.NullPointerException when importing data from salesforce to mysql database

2015-06-14 Thread Aaquibah Nashry
Hi, I am trying to import data from salesforce and save it in a mysql database. I have written a proxy and a dataservice for this. When there are no null values in the data to be imported, i am able to save the data in mysql. But when the data has null values, i get this: ERROR

Re: [Dev] java.lang.NullPointerException when importing data from salesforce to mysql database

2015-06-14 Thread Aaquibah Nashry
when i take off the columns with date type, i get: ERROR {org.wso2.carbon.dataservices.core.engine.DataService} - DS Fault Message: Error in 'SQLQuery.processPreNormalQuery': empty String DS Code: DATABASE_ERROR M.R.Aaquibah Nashry *Intern, Engineering* Mobile : +94 773946123 Tel : +94

Re: [Dev] [MB] Console allows the user to delete a queue when publishing

2015-06-14 Thread Ramith Jayasinghe
This is due to how we process any-inbound events ( queue add/delete, recieve messages etc). Yes, this is a edge case (- where user deletes a queue which is very active) therefore lets create a jira. regards Ramith On Mon, Jun 15, 2015 at 10:09 AM, Pamod Sylvester pa...@wso2.com wrote: Hi

Re: [Dev] AS build fails at tests-security-manager due to file permission

2015-06-14 Thread Krishantha Samaraweera
Hi Niranjan, Can you create a TA Jira to track the issue. Thanks, Krishantha. On Fri, Jun 12, 2015 at 5:18 PM, Niranjan Karunanandham niran...@wso2.com wrote: Hi, When I tried to build AS pack from Github (master branch) [1], it failed with error in [2], but this is *passing in Jenkins*.

Re: [Dev] [MB] Console allows the user to delete a queue when publishing

2015-06-14 Thread Jason De Silva
Hi Pamod / Ramith, Thank you for the explanation. I have created a jira. https://wso2.org/jira/browse/MB-1075 Regards, Jason On Mon, Jun 15, 2015 at 11:01 AM, Ramith Jayasinghe ram...@wso2.com wrote: This is due to how we process any-inbound events ( queue add/delete, recieve messages etc).

Re: [Dev] WSO2 Committers += Damith Wickramasinghe

2015-06-14 Thread Ramindu De Silva
Congratulations damith :) On Sun, Jun 14, 2015 at 4:56 PM, Kasun Bandara kas...@wso2.com wrote: Congratulations Damith ! On Sun, Jun 14, 2015 at 4:32 PM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi all, Its my pleasure to welcome Damith Wickramasinghe as a WSO2 Committer. Damith

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Saneth Dharmakeerthi
Congratulations Sam... Thanks and Best Regards, Saneth Dharmakeerthi Senior Software Engineer WSO2, Inc. Mobile: +94772325511 On Mon, Jun 15, 2015 at 8:31 AM, Nuwan Dias nuw...@wso2.com wrote: Hi, It is with great pleasure we welcome Sam Sivayogam as a WSO2 Committer. @Sam, congratulations

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Rajeevan Vimalanathan
Congrats Sam...!!! On Mon, Jun 15, 2015 at 8:44 AM, Vinuri Perera vinu...@wso2.com wrote: Congrats Sam ! On Mon, Jun 15, 2015 at 8:37 AM, Saneth Dharmakeerthi sane...@wso2.com wrote: Congratulations Sam... Thanks and Best Regards, Saneth Dharmakeerthi Senior Software Engineer

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Thilini Cooray
Congratulations, Sam ! On Mon, Jun 15, 2015 at 8:58 AM, Rajeevan Vimalanathan rajeev...@wso2.com wrote: Congrats Sam...!!! On Mon, Jun 15, 2015 at 8:44 AM, Vinuri Perera vinu...@wso2.com wrote: Congrats Sam ! On Mon, Jun 15, 2015 at 8:37 AM, Saneth Dharmakeerthi sane...@wso2.com

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Senduran Balasubramaniyam
Congratulations Sam !!! On Sun, Jun 14, 2015 at 10:34 PM, Thilini Cooray thili...@wso2.com wrote: Congratulations, Sam ! On Mon, Jun 15, 2015 at 8:58 AM, Rajeevan Vimalanathan rajeev...@wso2.com wrote: Congrats Sam...!!! On Mon, Jun 15, 2015 at 8:44 AM, Vinuri Perera vinu...@wso2.com

Re: [Dev] [AppFac] Access AppFactory REST API

2015-06-14 Thread Fathima Dilhasha
Hi Manisha, Thank you. Regards, Dilhasha Fathima Dilhasha Nazeer http://lk.linkedin.com/in/dilhasha/ (M.N.F.Dilhasha) Undergraduate | Department of Computer Science and Engineering University of Moratuwa Sri Lanka On Mon, Jun 15, 2015 at 8:19 AM, Manisha Gayathri mani...@wso2.com wrote: Hi

Re: [Dev] AS build fails at tests-security-manager due to file permission

2015-06-14 Thread Niranjan Karunanandham
Hi Nuwan, When I tried to build AS pack from Github (master branch) [1], it failed with error in [2], but this is *passing in Jenkins*. Had an offline discussion with Nuwan and found out that in my machine *sign-packs.sh* which is used to sign the jar files in the pack for testing is not

Re: [Dev] [AppFac] Access AppFactory REST API

2015-06-14 Thread Manisha Gayathri
Hi Fathima, Notified this to the team and Danushka will check on this and provide a patch. Thanks Manisha On Mon, Jun 15, 2015 at 9:40 AM, Fathima Dilhasha dilhasha@gmail.com wrote: Hi Manisha, Thank you. Regards, Dilhasha Fathima Dilhasha Nazeer http://lk.linkedin.com/in/dilhasha/

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

2015-06-14 Thread Fathima Dilhasha
Hi, *Notes from Progress Discussion* - Try using [1] https://github.com/golang-basic/go-curl for REST API access instead of go-curl [2] http://golang.org/pkg/net/http/ - Figure out requirements for a command based on [1] https://github.com/golang-basic/go-curl - Finish at least

[Dev] SSO Agent jar dependency requirements

2015-06-14 Thread Supun Malinga
Hi I'm trying to include sso.agent jar into AS build (webapp mgt feature) so that it will be available into the build. But since the agent depends on other jars it complains at p2 profile gen. Following are the two dependencies groupIdorg.openid4java.wso2/groupId

[Dev] [IS] No Established session issue at the session timeout

2015-06-14 Thread Tanya Madurapperuma
Hi IS team, As informed offline we have faced [1] in ES. We understand that once we move to Identity core 4.5.1, cache expiration period can be configured in HOME/repository/conf/tomcat/carbon/WEB-INF/web.xml. Even after the set cache expiration time or a session timeout (already set the cache

Re: [Dev] [MB] Console allows the user to delete a queue when publishing

2015-06-14 Thread Pamod Sylvester
Hi Jason et all, We restrict queue deletion if there're active subscribers for it. The messages published will not be accepted if the queue was deleted. The filtering is done on acceptance/rejection at Message Pre Processing stage. It seems that when the delete event is called some of the

[Dev] [ESB] Please review and merge

2015-06-14 Thread Maheeka Jayasuriya
Hi, $subject please for the following : 1. Integration tests for foreach mediator : https://github.com/wso2/product-esb/pull/189/ 2. Integration tests for ESBJAVA-3733 : https://github.com/wso2/product-esb/pull/178 [1] https://wso2.org/jira/browse/ESBJAVA-3733 Thanks, Maheeka

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Chamalee De Silva
Congrats Sam! On Mon, Jun 15, 2015 at 9:26 AM, Elilmatha Sivanesan elilma...@wso2.com wrote: Congratulations Sam... On Mon, Jun 15, 2015 at 9:19 AM, Kesavan Yogarajah kesav...@wso2.com wrote: Congratulations Sam ! Kesavan Yogarajah Associate Software Engineer Mobile :+94 (0) 779 758021

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Harsha Kumara
Congratulations Sam! On Mon, Jun 15, 2015 at 9:38 AM, Chamalee De Silva chama...@wso2.com wrote: Congrats Sam! On Mon, Jun 15, 2015 at 9:26 AM, Elilmatha Sivanesan elilma...@wso2.com wrote: Congratulations Sam... On Mon, Jun 15, 2015 at 9:19 AM, Kesavan Yogarajah kesav...@wso2.com

Re: [Dev] [AppFac] Access AppFactory REST API

2015-06-14 Thread Manisha Gayathri
Hi Fathima, We too are experiencing the same and I have asked Vinuri to check on this in cloud. Will update you once it is fixed. Thanks Manisha On Sun, Jun 14, 2015 at 9:06 PM, Fathima Dilhasha dilhasha@gmail.com wrote: I tried replacing '@' before organization with '..' . Still not

Re: [Dev] Inbound Endpoints Protocols

2015-06-14 Thread Sohani Weerasinghe
Thanks Malaka for the response. Regards, Sohani Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine On Sun, Jun 14, 2015 at 7:33 PM, Malaka Silva mal...@wso2.com

Re: [Dev] Accessing JSON Payload from an incoming request JAX-RS Service

2015-06-14 Thread Milan Perera
Hi Farazath, Instead of parsing the string manually, you can create a java bean class so that JAX-RS will parse it for you. For an example, let's say you have a json payload like this. { fname: Farazath, lname: Ahamed } So you can create a java bean like this. class User { private

Re: [Dev] WSO2 Committers += Damith Wickramasinghe

2015-06-14 Thread Vinuri Perera
Congrats Damith ! On Mon, Jun 15, 2015 at 8:29 AM, Ramindu De Silva ramin...@wso2.com wrote: Congratulations damith :) On Sun, Jun 14, 2015 at 4:56 PM, Kasun Bandara kas...@wso2.com wrote: Congratulations Damith ! On Sun, Jun 14, 2015 at 4:32 PM, Sriskandarajah Suhothayan

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Vinuri Perera
Congrats Sam ! On Mon, Jun 15, 2015 at 8:37 AM, Saneth Dharmakeerthi sane...@wso2.com wrote: Congratulations Sam... Thanks and Best Regards, Saneth Dharmakeerthi Senior Software Engineer WSO2, Inc. Mobile: +94772325511 On Mon, Jun 15, 2015 at 8:31 AM, Nuwan Dias nuw...@wso2.com

Re: [Dev] WSO2 Committers += Damith Wickramasinghe

2015-06-14 Thread Thilini Cooray
Congratulations, Damith! On Mon, Jun 15, 2015 at 8:45 AM, Vinuri Perera vinu...@wso2.com wrote: Congrats Damith ! On Mon, Jun 15, 2015 at 8:29 AM, Ramindu De Silva ramin...@wso2.com wrote: Congratulations damith :) On Sun, Jun 14, 2015 at 4:56 PM, Kasun Bandara kas...@wso2.com wrote:

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Kesavan Yogarajah
Congratulations Sam ! Kesavan Yogarajah Associate Software Engineer Mobile :+94 (0) 779 758021 kesav...@wso2.com WSO2, Inc. lean . enterprise . middleware On Mon, Jun 15, 2015 at 9:14 AM, Senduran Balasubramaniyam sendu...@wso2.com wrote: Congratulations Sam !!! On Sun, Jun 14, 2015 at

Re: [Dev] WSO2 Committers += Sam Sivayogam

2015-06-14 Thread Elilmatha Sivanesan
Congratulations Sam... On Mon, Jun 15, 2015 at 9:19 AM, Kesavan Yogarajah kesav...@wso2.com wrote: Congratulations Sam ! Kesavan Yogarajah Associate Software Engineer Mobile :+94 (0) 779 758021 kesav...@wso2.com WSO2, Inc. lean . enterprise . middleware On Mon, Jun 15, 2015 at 9:14 AM,

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

2015-06-14 Thread Tharindu Munasinghe
Hi Mentors, I have almost completed the implementation of syntax and semantic error highlighting mechanism. Now the errors are listed in appropriate lines while user is writing the query . Number of server calls are reduced significantly , but still more optimizations can be done on this. This