Re: [Dev] Automation Test coverage of ESB 4.9.0 new features

2015-07-10 Thread Chanaka Fernando
Hi Asanthi, Updated the RM with automation test details for following. This has already been merged and available in the product-esb integration tests. - Support HTTP Patch On Fri, Jul 10, 2015 at 10:12 AM, Asanthi Kulasinghe asan...@wso2.com wrote: Hi ESB Team, We are currently in

[Dev] Please review and merge PR

2015-07-10 Thread Jagath Sisirakumara Ariyarathne
Hi, Please review and merge PR[1] for JIRA issues [2] and [3]. [1] - https://github.com/wso2/wso2-synapse/pull/251 [2] - https://wso2.org/jira/browse/ESBJAVA-3891 [3] - https://wso2.org/jira/browse/ESBJAVA-3892 Thanks. -- Jagath Ariyarathne Technical Lead WSO2 Inc. http://wso2.com/ Email:

[Dev] [ES] Please review and merge

2015-07-10 Thread Thusitha Kalugamage
Hi Team, Please merge these responsive issue fixes including - https://wso2.org/jira/browse/STORE-863 - https://wso2.org/jira/browse/STORE-856 Regards, -- Thusitha Kalugamage *Software Engineer* Mobile : +94 (0) 774 074370 Tel : +94 (0) 112 145 345 thusi...@wso2.com

Re: [Dev] Automation Test coverage of ESB 4.9.0 new features

2015-07-10 Thread Jagath Sisirakumara Ariyarathne
Hi Asanthi, Automated test cases for following feature can be found in [1]. - Dynamic SSL Profiles for sender and listener [1] - https://github.com/wso2/product-esb/pull/203 Thanks. On Fri, Jul 10, 2015 at 11:34 AM, Chanaka Fernando chana...@wso2.com wrote: Hi Asanthi, Updated the RM

Re: [Dev] [ES] Please review and merge

2015-07-10 Thread Thusitha Kalugamage
Please find the PR[1] here... [1] https://github.com/wso2/carbon-store/pull/93 https://github.com/wso2/carbon-store/pull/93 On Fri, Jul 10, 2015 at 11:40 AM, Thusitha Kalugamage thusi...@wso2.com wrote: Hi Team, Please merge these responsive issue fixes including -

Re: [Dev] Automation Test coverage of ESB 4.9.0 new features

2015-07-10 Thread Malaka Silva
1. Kafka support in ESB - Kathees will send the PR on Monday 2. MQTT Inbound transport - Elilmatha will send the PR today On Fri, Jul 10, 2015 at 11:37 AM, Ravi Undupitiya r...@wso2.com wrote: Hi Asanthi, For HTTP HEAD method we didn't have client support when this feature was done, but

Re: [Dev] Automation Test coverage of ESB 4.9.0 new features

2015-07-10 Thread Ravi Undupitiya
Hi Asanthi, For HTTP HEAD method we didn't have client support when this feature was done, but Chanaka has built a client with this support for HTTP PATCH. I'll use this to create a test case and let you know. On Fri, Jul 10, 2015 at 10:12 AM, Asanthi Kulasinghe asan...@wso2.com wrote: Hi

Re: [Dev] Error in MB 3.0.0 Alpha

2015-07-10 Thread Lahiru Sandaruwan
Hi Pumudu, Just run Sender and Receiver in the attached client. Thanks. On Fri, Jul 10, 2015 at 12:29 PM, Pumudu Ruhunage pum...@wso2.com wrote: Hi Lahiru, Can you please provide the load test scenario you used to reproduce it? Thanks, On Fri, Jul 10, 2015 at 11:50 AM, Lahiru Sandaruwan

Re: [Dev] Get values from javascript or html into jaggery

2015-07-10 Thread Sajith Ariyarathna
Hi Aaquibah, You cannot use 'document.getElementById()' function in Jaggery, because 'the document' (HTML page) is in the client-side and Jaggery runs in the server-side. If you want to access a value from a HTML page, then you have to do a form submission (POST request) or a AJAX call from

[Dev] [PPaaS] Integrating DAS with Stratos for Metering Service and Monitoring Health Statistics

2015-07-10 Thread Thanuja Uruththirakodeeswaran
Hi Devs, Stratos is integrated with DAS for Metering service and Monitoring Health Statistics. In order to implement this requirement, following idea is used: ​​ - Here for the Metering service, Instance details (cluster level instance count with time and member level instance details

Re: [Dev] [PPaaS] Integrating DAS with Stratos for Metering Service and Monitoring Health Statistics

2015-07-10 Thread Iranga Muthuthanthri
On Fri, Jul 10, 2015 at 2:08 PM, Thanuja Uruththirakodeeswaran thanu...@wso2.com wrote: Hi Devs, Stratos is integrated with DAS for Metering service and Monitoring Health Statistics. In order to implement this requirement, following idea is used: ​​ - Here for the Metering service,

Re: [Dev] carbondump.sh doesn't creating the dump file

2015-07-10 Thread Irham Iqbal
Hi, Found the problem carbondump.sh need zip command to create carbon dump file. Thanks, Iqbal On Fri, Jul 10, 2015 at 11:00 AM, Irham Iqbal iq...@wso2.com wrote: Sorry it's working fine in mac not working in ubuntu. On Fri, Jul 10, 2015 at 10:59 AM, Irham Iqbal iq...@wso2.com wrote: Hi,

Re: [Dev] [ES] Please review and merge

2015-07-10 Thread Udara Rathnayake
PR merged. On Fri, Jul 10, 2015 at 11:44 AM, Thusitha Kalugamage thusi...@wso2.com wrote: Please find the PR[1] here... [1] https://github.com/wso2/carbon-store/pull/93 https://github.com/wso2/carbon-store/pull/93 On Fri, Jul 10, 2015 at 11:40 AM, Thusitha Kalugamage thusi...@wso2.com

[Dev] Get values from javascript or html into jaggery

2015-07-10 Thread Aaquibah Nashry
Hi, I need to get the values of javascript variables or values of html elements into jaggery code. What i am doing is, i am getting values from html elements and i need to send them inside the query in jaggery. That is, in html i have a dropdown as *Year*, i want to pass the value selected.

Re: [Dev] Get values from javascript or html into jaggery

2015-07-10 Thread Lakshani Gamage
Hi Aaquibah, Please follow the link[1]. It'll help to solve your problem. [1] http://blog.lasindu.com/2014/05/how-to-write-wso2-jaggery-application.html Thanks, Lakshani On Fri, Jul 10, 2015 at 1:09 PM, Aaquibah Nashry nas...@wso2.com wrote: Hi, I need to get the values of javascript

Re: [Dev] Error in MB 3.0.0 Alpha

2015-07-10 Thread Pumudu Ruhunage
Hi Lahiru, Can you please provide the load test scenario you used to reproduce it? Thanks, On Fri, Jul 10, 2015 at 11:50 AM, Lahiru Sandaruwan lahi...@wso2.com wrote: Hi Hemika, Attached the Java client. Thanks. On Fri, Jul 10, 2015 at 11:20 AM, Hemika Kodikara hem...@wso2.com wrote:

Re: [Dev] [Registry] Sql Exception: Timeout trying to lock table REG_RESOURCE while upgrading to C 4.4.0

2015-07-10 Thread Ruwan Abeykoon
Hi Malaka, I was advised by Chandana @Registry team that my error is due to frequency of the indexer job. my registry.xml contains indexingConfiguration startingDelayInSeconds60/startingDelayInSeconds indexingFrequencyInSeconds2/indexingFrequencyInSeconds indexingFrequencyInSeconds is

Re: [Dev] Get values from javascript or html into jaggery

2015-07-10 Thread Chamalee De Silva
Hi Nashry, You can use the variables you create in JavaScript same in Jaggery code. Becuase Jaggery is all about Javascript. *As a pure Javascript server-side scripting engine, Jaggery combines all the strengths of Javascript with flexibility and freedom at both the development and deployment

Re: [Dev] Get values from javascript or html into jaggery

2015-07-10 Thread Aaquibah Nashry
//my code is: where YEAR(Date__c)=*+year+ *AND ... i get the following error: *message* *org.mozilla.javascript.EcmaError: ReferenceError: year is not defined. (/ProductJaggery//PipelineGraph.jag#64)* Regards, M.R.Aaquibah Nashry *Intern, Engineering**| **WSO2, Inc.* Mobile : +94 773946123 Tel

[Dev] Please Review and Merge

2015-07-10 Thread Chamin Dias
Hi, This is the PR [1] to include API Import/Export into product-apim-1.9.x. Please review and merge. [1] https://github.com/wso2/product-apim/pull/279/ [2] Documentation https://docs.wso2.com/display/AM190/Migrating+the+APIs+to+a+Different+Environment Thanks. -- Chamin Dias *Software

Re: [Dev] Please Review and Merge

2015-07-10 Thread Nuwan Dias
Done. On Fri, Jul 10, 2015 at 2:54 PM, Chamin Dias cham...@wso2.com wrote: Hi, This is the PR [1] to include API Import/Export into product-apim-1.9.x. Please review and merge. [1] https://github.com/wso2/product-apim/pull/279/ [2] Documentation

[Dev] how to overcome page reload after postback?

2015-07-10 Thread Aaquibah Nashry
Hi, i am calling a post method in a form. When submitted, a graph should be displayed. When i run the page in a browser, the graph appears and then disappears within seconds. I think after postback the page reloads. How can i overcome this? I am using javascript and jaggery. Thanks in advance

[Dev] [AF] [CAR apptype] Proxy versioning

2015-07-10 Thread Danushka Fernando
Hi All I am currently working on AF car apptype. While working on that I found an issue of versioning the proxy services. Proxy services doesn't support versioning. So what we can do is append version to the file. But the problem is in CAR developers can add thieir own proxy services apart from

Re: [Dev] how to overcome page reload after postback?

2015-07-10 Thread Lakshani Gamage
Hi Nashry, How did you send form details to server side? Did you use AJAX or something else? Thanks, Lakshani. On Fri, Jul 10, 2015 at 3:14 PM, Aaquibah Nashry nas...@wso2.com wrote: Hi, i am calling a post method in a form. When submitted, a graph should be displayed. When i run the page

[Dev] Dead Lock encountered when deleting a hybrid role

2015-07-10 Thread Sasikala Kottegoda
Hi all, The following error was reported when trying to delete a role while running the MB server (The complete issue can be found at [1]) TID: [-1234] [] [2015-06-29 14:46:08,002] ERROR {org.wso2.carbon.user.core.util.DatabaseUtil} - Error! Deadlock found when trying to get lock; try

Re: [Dev] how to overcome page reload after postback?

2015-07-10 Thread Irham Iqbal
Hi Nashry, I think you might be sending the data using jquery post or ajax. After that you might be submitting the form again because of that page is getting refreshed and you're loosing the graph. Thanks, Iqbal On Fri, Jul 10, 2015 at 3:40 PM, Lakshani Gamage laksh...@wso2.com wrote: Hi

Re: [Dev] how to overcome page reload after postback?

2015-07-10 Thread Irham Iqbal
Hi Nashry, I think since you have input type=submit the form is getting submitted change it to input type=button and see whether it's working. Thanks, Iqbal On Fri, Jul 10, 2015 at 4:01 PM, Aaquibah Nashry nas...@wso2.com wrote: well... i used the following code: form id=yearForm

Re: [Dev] report from search in Governance Registry

2015-07-10 Thread Rajith Roshan
Hi John, Thanks for creating the redmine issue. We will look into this. Thanks, Rajith On Fri, Jul 10, 2015 at 4:12 PM, John Hawkins jo...@wso2.com wrote: HI Rajith, I've created a new feature request in redmine #4081 I hope that's the right way to do this ?? many thanks John. John

Re: [Dev] how to overcome page reload after postback?

2015-07-10 Thread Aaquibah Nashry
well... i used the following code: form id=yearForm method=POST input type=checkbox name=FullYear id=FullYear value=FullYear onclick=DisableDropdown()Display Full year br Enter Year: input type=text name=Year id=Year value=2015 tab align=right

Re: [Dev] report from search in Governance Registry

2015-07-10 Thread John Hawkins
HI Rajith, I've created a new feature request in redmine #4081 I hope that's the right way to do this ?? many thanks John. John Hawkins Director: Solutions Architecture On Fri, Jul 10, 2015 at 4:55 AM, Rajith Roshan raji...@wso2.com wrote: Hi John, This behavior is due to storing only

Re: [Dev] Verifying product db scripts : Difference between oracle.sql and oracle_rac.sql : ESBJAVA-3692

2015-07-10 Thread Yasassri Ratnayake
Hi All, I did a smoke test on the Scripts with ESB 4.9 and It seems to work fine with ESB. I came across this issue earlier and opened a JIRA for this at [1]. I will continue testing on ESB 4.9 further and will update if I come across any issues. [1] - https://wso2.org/jira/browse/CARBON-15301

Re: [Dev] ESB 4.9.0 Release Testing Update

2015-07-10 Thread Jagath Sisirakumara Ariyarathne
Hi QA Team, Please find latest ESB 4.9.0 pack in location[1]. It has fix for below mentioned critical issue and several other L2 issues. - ESBJAVA-3888 https://wso2.org/jira/browse/ESBJAVA-3888 [1] - https://svn.wso2.org/repos/wso2/scratch/ESB/packs/10072015/wso2esb-4.9.0-ALPHA4.zip 1.

Re: [Dev] how to overcome page reload after postback?

2015-07-10 Thread Aaquibah Nashry
Hi Irham, Now it doesnt disappear. but i dont get the value of the variable im retrieving. Any suggestions how i can retrieve form elements into jaggery? Regards, M.R.Aaquibah Nashry *Intern, Engineering**| **WSO2, Inc.* Mobile : +94 773946123 Tel : +94 112662541 Email : nas...@wso2.com

Re: [Dev] report from search in Governance Registry

2015-07-10 Thread John Hawkins
No Worries - Thanks for your help ! John Hawkins Director: Solutions Architecture On Fri, Jul 10, 2015 at 1:29 PM, Rajith Roshan raji...@wso2.com wrote: Hi John, Thanks for creating the redmine issue. We will look into this. Thanks, Rajith On Fri, Jul 10, 2015 at 4:12 PM, John Hawkins

[Dev] Error when configuring travis build for repo

2015-07-10 Thread Fathima Dilhasha
Hi, I'm trying to configure travis build[1] https://travis-ci.org/ for my github repository at [2] https://github.com/Dilhasha/AppFacCLI. To build this project, the script bin/build-all needs to be run. But when I specify it as follows in the .travis.yml file, language: go go: - 1.3 script: go

Re: [Dev] [PPaaS] Integrating DAS with Stratos for Metering Service and Monitoring Health Statistics

2015-07-10 Thread Pubudu Gunatilaka
Hi Iranga, Actually Stratos uses separate CEP to analyse health statistics that are published from cartridges and services. Those analysed data are sent to the Autoscaler to take autoscaling decisions. You can find more information in [1]. In this DAS integration with Stratos, for the

Re: [Dev] [Architecture] WSO2 Data Analytics Server 3.0.0 Beta Released!

2015-07-10 Thread Manoj Kumara
Hi Gokul, I tried create a gadget but it dose not show the available datasouces. Reported a issue [2]. [1] https://docs.wso2.com/display/DAS300/Adding+Gadgets+to+a+Layout#AddingGadgetstoaLayout-Selectingadatasource [2] https://wso2.org/jira/browse/BAM-2094 Regards, Manoj *Manoj Kumara |*

Re: [Dev] [Architecture] WSO2 Data Analytics Server 3.0.0 Beta Released!

2015-07-10 Thread Manoj Kumara
Hi Gimantha, Previously I thought its related to the datasouces we are define instead of the streams we create. Anyway I think the 'datasource' term is bit misleading WDYT ? Thanks for the support. Regards, Manoj *Manoj Kumara |* Senior Software Engineer Inc. *| **lean. enterprise.

Re: [Dev] [Architecture] WSO2 Data Analytics Server 3.0.0 Beta Released!

2015-07-10 Thread Gimantha Bandara
[Adding Dunith] On Sat, Jul 11, 2015 at 2:44 AM, Manoj Kumara ma...@wso2.com wrote: Hi Gimantha, Previously I thought its related to the datasouces we are define instead of the streams we create. Anyway I think the 'datasource' term is bit misleading WDYT ? Thanks for the support.