Re: [Dev] [AF] Using setTimeout in a jiggery page

2015-06-12 Thread Ruchira Wageesha
setTimeout can be used, but it will be executed in the background and you don't have control over when it is done. Also, if you trigger that from a specific request, then you can't get the results before that request ends. Further, it will have probably hold cleaning up the scopes associated with

Re: [Dev] [AF][Jaggery] Error while calling java method from jaggery

2015-06-12 Thread danushkaf
Hi Mahesh When we register an osgi service to a bundle, Any component can retrieve it. Usually we do it in Service Component where we write the scr references. And we keep reference to an object of the service and we use only inside the given component. If we need it in another component we

[Dev] [BPS] Please review and merge the pull request

2015-06-12 Thread Vinod Kavinda
Hi, Please $subject [1] for [2]. [1] - https://github.com/wso2/carbon-business-process/pull/75 [2] - https://wso2.org/jira/browse/BPS-363 Regards, Vinod -- Vinod Kavinda Software Engineer *WSO2 Inc. - lean . enterprise . middleware http://www.wso2.com.* Mobile : +94 (0) 712 415544 Blog :

[Dev] [AM1.9.0] Long running test for 10000 token scenario

2015-06-12 Thread Lakshani Gamage
Hi all, I setup a distributed setup for $subject with following nodes. - 2 key managers - 2 gateways - publisher - store Setting up jmeter needs to be done. While setting up I found an issue and reported here[1] . [1] https://wso2.org/jira/browse/APIMANAGER-3864 Thanks, --

Re: [Dev] Invitation: Introduction to BPS @ Fri Jun 12, 2015 10:30am - 11:30am (am...@wso2.com)

2015-06-12 Thread Amal Gunatilake
Some of the samples used in the slides can be found at : https://svn.wso2.org/repos/wso2/scratch/amalg/BPS_Samples/ On Fri, Jun 12, 2015 at 12:02 PM, Amal Gunatilake am...@wso2.com wrote: Presentation slides can be found at :

Re: [Dev] carbon-identity-4.5.1 released to staging

2015-06-12 Thread Jayanga Dissanayake
Hi Prasad,, repo is released. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On Thu, Jun 11, 2015 at 11:48 PM, Prasad Tissera pras...@wso2.com wrote: Hi Jayanga,

Re: [Dev] Error when trying to run proxy service

2015-06-12 Thread Aaquibah Nashry
Hi malaka, yes that was the problem. thanks. M.R.Aaquibah Nashry *Intern, Engineering* Mobile : +94 773946123 Tel : +94 112662541 nas...@wso2.com On Fri, Jun 12, 2015 at 12:10 PM, Malaka Silva mal...@wso2.com wrote: you need to append secutitytoken with the password. from doc,

Re: [Dev] [PPaaS][Configurator] WSO2-IS template for Configurator

2015-06-12 Thread Pubudu Gunatilaka
Hi Imesh, I added a README.md file and it includes the following details. - Configurations it supports - Configuration parameters and their usage - Files used by the configuration parameters I also modified the WSO2-IS 5.0.0 template to setup an external database. PR can be found in [1]. Please

Re: [Dev] APIM 1.9.0 nightly build pack - 12-06-2015

2015-06-12 Thread Sewmini Jayaweera
Hi, Please note that API creation is blocked when mssql databases are used [1]. https://wso2.org/jira/browse/APIMANAGER-3867 Thanks and regards, Sewmini Sewmini Jayaweera *Software Engineer - QA Team* Mobile: +94 (0) 773 381 250 sewm...@wso2.com On Fri, Jun 12, 2015 at 2:16 PM, Nuwan Dias

Re: [Dev] Error when trying to run proxy service

2015-06-12 Thread Aaquibah Nashry
Hi Kavith, the data is not written to the database at all... when i save my data service, i get this on the esb log, [2015-06-12 11:28:38,441] WARN {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - Failed Administrator login attempt 'admin[-1234]' at [2015-06-12

Re: [Dev] carbon-identity-4.5.1 released to staging

2015-06-12 Thread Prasad Tissera
Thanks.. On Fri, Jun 12, 2015 at 11:44 AM, Jayanga Dissanayake jaya...@wso2.com wrote: Hi Prasad,, repo is released. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile:

Re: [Dev] Please Review and Merge

2015-06-12 Thread Chamin Dias
Hi, Pull request [1] was closed due to a change in the upstream. (to resolve conflicts due a change of a folder name : Default to Responsive) This is the Fix [2] (updated PR) for JIRA issue [3]. Please review and merge. [1] https://github.com/wso2/carbon-apimgt/pull/689 [2]

[Dev] carbon-store-2.1.0 released to staging

2015-06-12 Thread Sameera Medagammaddegedara
Hi Jayanga, The carbon-store-2.1.0 component has been released to staging.Could you please provide assistance in closing and releasing the said repo. Thank You, Sameera -- Sameera Medagammaddegedara Software Engineer Contact: Email: samee...@wso2.com Mobile: + 94 077 255 3005

Re: [Dev] [AF] Using setTimeout in a jiggery page

2015-06-12 Thread danushkaf
Hi Ruchira, Thanks for the detailed explanation. Few explanations about our implementation. We use java caches and this caching is about caching stuff related to the user in the session. So it has to be in the jaggery level. Then it’s ok that this runs later and that what we want to happen

Re: [Dev] APIM 1.9.0 nightly build pack - 12-06-2015

2015-06-12 Thread Sewmini Jayaweera
Hi, Please note that new feature introduced in API Manager 1.9.0 (Pluggable version context) is broken and cannot test it in the latest pack given (API manager 1.9.0 nightly build pack 12-06-2015). Please refer to the Jira below https://wso2.org/jira/browse/APIMANAGER-3866 Thanks Regards

Re: [Dev] APIM 1.9.0 nightly build pack - 12-06-2015

2015-06-12 Thread Nuwan Dias
Sorry about that, wrong UI validation done to fix [1]. Will issue a fix to continue testing. [1] - https://wso2.org/jira/browse/APIMANAGER-3720 Thanks, NuwanD. On Fri, Jun 12, 2015 at 2:12 PM, Sewmini Jayaweera sewm...@wso2.com wrote: Hi, Please note that new feature introduced in API

Re: [Dev] Puppet setup script showing Error: Could not request certificate

2015-06-12 Thread Aiyadurai Rajeevan
Hi Sajith/Pubudu, Thanks for your inputs, Will check this two and keep you posted. Thanks Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636 On Thu, Jun 11, 2015 at 7:14 PM, Pubudu Gunatilaka pubu...@wso2.com wrote: Hi Aiyadurai, Check

Re: [Dev] Error when trying to run proxy service

2015-06-12 Thread Aaquibah Nashry
Hi, the problem was with the authentication to salesforce. Thanks, M.R.Aaquibah Nashry *Intern, Engineering* Mobile : +94 773946123 Tel : +94 112662541 nas...@wso2.com On Fri, Jun 12, 2015 at 11:36 AM, Aaquibah Nashry nas...@wso2.com wrote: Hi Kavith, the data is not written to the

[Dev] APIM 1.9.0 nightly build pack - 12-06-2015

2015-06-12 Thread Lakmali Baminiwatta
Hi, Please find $subject from [1] [1]http://builder1.us1.wso2.org/~apim/12-06-2015/ Thanks, Lakmali -- Lakmali Baminiwatta Senior Software Engineer WSO2, Inc.: http://wso2.com lean.enterprise.middleware mobile: +94 71 2335936 blog : lakmali.com

[Dev] Please Review and Merge the PR

2015-06-12 Thread Thusitha Thilina Dayaratne
Hi, Please review and merge the PR[1] for JIRA[2] [1] - https://github.com/wso2/carbon4-kernel/pull/238 [2] - https://wso2.org/jira/browse/CARBON-15267 Thanks -- Thusitha Dayaratne Software Engineer WSO2 Inc. - lean . enterprise . middleware | wso2.com Mobile +94712756809 Blog

Re: [Dev] APIM 1.9.0 nightly build pack - 12-06-2015

2015-06-12 Thread Nuwan Dias
They've been fixed now. Please follow instructions on the JiRA to continue testing. Thanks, NuwanD. On Fri, Jun 12, 2015 at 2:35 PM, Sewmini Jayaweera sewm...@wso2.com wrote: Hi, Please note that API creation is blocked when mssql databases are used [1].

[Dev] Developer Studio 3.8.0 M4 Released!

2015-06-12 Thread Sohani Weerasinghe
Hi All, We have WSO2 Developer Studio 3.8.0 M4 ready to be downloaded at [1]. This release includes following features, tasks and bug fixes. Features: - [TOOLS-2847 https://wso2.org/jira/browse/TOOLS-2847] - DevS support for ForEach mediator - [TOOLS-2862

Re: [Dev] Error when trying to run proxy service

2015-06-12 Thread Malaka Silva
you need to append secutitytoken with the password. from doc, Connecting to Salesforce To use the Salesforce connector, add the salesforce.init element in your configuration before any other Salesforce connector operations. This configuration authenticates with Salesforce by configuring the

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

2015-06-12 Thread Srinath Perera
yes that is OK. On Fri, Jun 12, 2015 at 4:25 PM, Mohamed Fawzan fawz...@gmail.com wrote: Yes. It is a good time. I can take the 6.00AM Train from kandy. Can reach colombo by 10.00 i guess. Is it o? On Friday, June 12, 2015, Mohamed Fawzan fawz...@gmail.com wrote: Understood. Thanks

Re: [Dev] Issue with HTTP event publisher when using PoolingHttpClientConnectionManager

2015-06-12 Thread Ramindu De Silva
Hi all, I resolved the issue. Previously, it happened since i configured the connection manager only once for all the receivers. For every creation of an adapter a connection manager should be configured. Thanks, Best Regards On Thu, Jun 11, 2015 at 10:32 PM, Ramindu De Silva ramin...@wso2.com

Re: [Dev] carbon-store-2.1.0 released to staging

2015-06-12 Thread Sameera Medagammaddegedara
Thank You Jayanga On Fri, Jun 12, 2015 at 5:21 PM, Jayanga Dissanayake jaya...@wso2.com wrote: Hi Sameera, Repo is released. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile:

Re: [Dev] carbon-store-2.1.0 released to staging

2015-06-12 Thread Shazni Nazeer
Hi Sameera, We performed the build with the above repo and build seems to be successful. Shazni Nazeer Mob : +94 37331 LinkedIn : http://lk.linkedin.com/in/shazninazeer Blog : http://shazninazeer.blogspot.com On Fri, Jun 12, 2015 at 3:35 PM, Sameera Medagammaddegedara samee...@wso2.com

Re: [Dev] [PPaaS][Configurator] WSO2-IS template for Configurator

2015-06-12 Thread Imesh Gunaratne
Thanks Pubudu! I just merged the pull request to master branch. On Fri, Jun 12, 2015 at 2:05 PM, Pubudu Gunatilaka pubu...@wso2.com wrote: Hi Imesh, I added a README.md file and it includes the following details. - Configurations it supports - Configuration parameters and their usage -

Re: [Dev] carbon-store-2.1.0 released to staging

2015-06-12 Thread Jayanga Dissanayake
Hi Sameera, Repo is released. Thanks, Jayanga. *Jayanga Dissanayake* Senior Software Engineer WSO2 Inc. - http://wso2.com/ lean . enterprise . middleware email: jaya...@wso2.com mobile: +94772207259 On Fri, Jun 12, 2015 at 5:18 PM, Sameera Medagammaddegedara samee...@wso2.com wrote: Hi

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

2015-06-12 Thread Mohamed Fawzan
Yes. It is a good time. I can take the 6.00AM Train from kandy. Can reach colombo by 10.00 i guess. Is it o? On Friday, June 12, 2015, Mohamed Fawzan fawz...@gmail.com wrote: Understood. Thanks Srinath. On Friday, June 12, 2015, Srinath Perera srin...@wso2.com

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

2015-06-12 Thread Niranjan Karunanandham
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*. 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 executed as it

Re: [Dev] carbon-store-2.1.0 released to staging

2015-06-12 Thread Sameera Medagammaddegedara
Hi Jayanga, Could you please release the components. On Fri, Jun 12, 2015 at 5:16 PM, Shazni Nazeer sha...@wso2.com wrote: Hi Sameera, We performed the build with the above repo and build seems to be successful. Shazni Nazeer Mob : +94 37331 LinkedIn :

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

2015-06-12 Thread Srinath Perera
Input and output streams are the same thing. Sometimes, a stream can be both inputs and outputs E.g. Stream 2. [image: Inline image 1] On Thu, Jun 11, 2015 at 1:53 PM, Mohamed Fawzan fawz...@gmail.com wrote: Hi Srinath, Can you please help me to understand the streams? I mean the

Re: [Dev] Review and merge for ESBJAVA-3766 and ESBJAVA-3733

2015-06-12 Thread Maheeka Jayasuriya
Correction : ESBJAVA-3766 and ESBJAVA-3773 Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Fri, Jun 12, 2015 at 4:51 PM, Maheeka Jayasuriya mahe...@wso2.com wrote: Hi, $subject please. [2] also contains serialization tests. [1]

[Dev] Warning log printed when ML server start-up

2015-06-12 Thread Nirmal Fernando
We can see following highlighted warning logs at the server start-up. Any thoughts on this? JAVA_HOME environment variable is set to /Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home CARBON_HOME environment variable is set to

Re: [Dev] [MB] Revamping MB Test Framework to cut down time.

2015-06-12 Thread Akalanka Pagoda Arachchi
Hi Hemika, Also I think we can use a subset of all the available test cases in the in-memory mode rather than running them all again in the in-memory mode. Since in-memory mode does not guarantee the delivery and was suggested to be used as a developer testing mode rather than a production

[Dev] APIM 1.9.0 nightly build pack - 13-06-2015

2015-06-12 Thread Roshan Wijesena
Hi, Please find $subject from [1] [1]http://builder1.us1.wso2.org/~apim/13-06-2015/ Thanks, Roshan -- Roshan Wijesena. Senior Software Engineer-WSO2 Inc. Mobile: *+94719154640* Email: ros...@wso2.com *WSO2, Inc. :** wso2.com http://wso2.com/* lean.enterprise.middleware.

Re: [Dev] [MB] Revamping MB Test Framework to cut down time.

2015-06-12 Thread Ramith Jayasinghe
+1 On Sat, Jun 13, 2015 at 1:59 AM, Akalanka Pagoda Arachchi darsha...@wso2.com wrote: Hi Hemika, Also I think we can use a subset of all the available test cases in the in-memory mode rather than running them all again in the in-memory mode. Since in-memory mode does not guarantee the

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

2015-06-12 Thread Prasad Tissera
We recreated issu with carbon-identity 4.4.0. Will update you with the progress. Thanks. Sent from my mobile On Jun 11, 2015 2:14 PM, Prabath Abeysekera praba...@wso2.com wrote: Guys, I appreciate if we can get some help on this. Cheers, Prabath On Wed, Jun 10, 2015 at 3:02 PM, Dulitha

Re: [Dev] carbon-store-2.1.0 released to staging

2015-06-12 Thread Sameera Medagammaddegedara
Hi GREG team, Could you please verify the product-greg build with the following repo: http://maven.wso2.org/nexus/content/repositories/orgwso2carbonstore-045/

[Dev] Review and merge for ESBJAVA-3766 and ESBJAVA-3733

2015-06-12 Thread Maheeka Jayasuriya
Hi, $subject please. [2] also contains serialization tests. [1] https://github.com/wso2/carbon-mediation/pull/214 [2] https://github.com/wso2/wso2-synapse/pull/228 Thanks, Maheeka Jayasuriya Software Engineer Mobile : +9450661 ___ Dev mailing

Re: [Dev] [DEV][ESB] Use of REST_URL_POSTFIX

2015-06-12 Thread Chamila De Alwis
Hi Malaka, Thanks for response! Does this property only work for REST endpoints? I know it's named REST_URL_POSTFIX, however if I want to append some params to a SOAP endpoint do I have another option? Regards, Chamila de Alwis Committer and PMC Member - Apache Stratos Software Engineer | WSO2

Re: [Dev] Puppet setup script showing Error: Could not request certificate

2015-06-12 Thread Chamila De Alwis
Hi Rajeevan, While you're rechecking the configs, please check the autosign.conf in the Puppet master[1], remove old SSL certificate if this is an old Puppet agent [2]. Furthermore, this [3] seems to be on the same error flow as yours, so check if the time is synced between the Master and the

[Dev] WSO2 ML 1.0.0 Beta-1 Released

2015-06-12 Thread CD Athuraliya
WSO2 ML 1.0.0 Beta-1 Released! WSO2 ML team is pleased to announce the Beta-1 release of WSO2 ML 1.0.0. The distribution is available at [1]. This release includes following bug fixes, improvements. Bug - [ML-8 https://wso2.org/jira/browse/ML-8] - [UI] Make dataset versions non-clickable

Re: [Dev] [AF][Jaggery] Error while calling java method from jaggery

2015-06-12 Thread Mahesh Chinthaka
Hi danushka, Thanks for the info. I did a normal java call, not a osgi service call. This has happened because jar was not it the server repository location. bundle was not copied to repository/components/dropins folder. Once I copied it, it worked. On Fri, Jun 12, 2015 at 2:29 PM,