Re: [Dev] [Appfactory] Upgrade the jaggary version used in AF

2013-05-20 Thread Ramith Jayasinghe
Hi Manu, it seems https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/jaggery/0.9.0.ALPHA2-wso2v6 contains pom.xml with a version : 0.9.0.ALPHA3-wso2v6 that seems incorrect. regards Ramith. On Fri, May 17, 2013 at 6:44 PM, Manuranga Perera m...@wso2.com wrote: please

[Dev] Canceled Event: Code Review [Transport Adaptors] @ Mon May 20, 2013 1pm - 2pm (mo...@wso2.com)

2013-05-20 Thread Mohanadarshan Vivekanandalingam
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VEVENT DTSTART:20130520T073000Z DTEND:20130520T083000Z DTSTAMP:20130520T070918Z ORGANIZER;CN=Mohanadarshan Vivekanandalingam:mailto:mo...@wso2.com

[Dev] Code freeze for carbon 4.1.2

2013-05-20 Thread Kasun Weranga
Hi all, We are planing to do the $subject at 12 noon in May 21st for the release. Please shout if you have any concerns. Thanks, KasunW -- *Kasun Weranga* ** Member, Management Committee - Data Technologies Software Engineer *WSO2, Inc. *lean.enterprise.middleware. mobile : +94 772314602

Re: [Dev] How to manage DB vendor specific syntax

2013-05-20 Thread Tharindu Mathew
Try to use SQL that is compatible across. If this is impossible, introduce a configuration that can give different SQLs for different DBs. First of course, solve the actual problem that introducing configs and solving the meta problem. On Mon, May 20, 2013 at 11:24 AM, Venura Kahawala

Re: [Dev] How to manage DB vendor specific syntax

2013-05-20 Thread Tharindu Mathew
s/that/than On Mon, May 20, 2013 at 1:12 PM, Tharindu Mathew thari...@wso2.com wrote: Try to use SQL that is compatible across. If this is impossible, introduce a configuration that can give different SQLs for different DBs. First of course, solve the actual problem that introducing configs

Re: [Dev] Code freeze for carbon 4.1.2

2013-05-20 Thread Nandika Jayawardana
Should be fine. I committed some of the fixes to the bps components already. I will put the other important fixes in before 21st 12 noon. However, for BPS product release, we have more work to be done. Hence I think its better to release only bps components which are required for app factory with

Re: [Dev] REST Call to get the Access token from API manager

2013-05-20 Thread Senaka Fernando
Hi Nuwan, We had a chat on this today afternoon. As discussed with Sumedha, the AM team will have a look into this next week and come up with a proper solution. Thanks, Senaka. On Mon, May 20, 2013 at 10:01 AM, Nuwan Bandara nu...@wso2.com wrote: Hi Ragu, I am not sure everybody is on

[Dev] AppFactory - data source creation

2013-05-20 Thread Ashansa Perera
Hi, In AppFactory when we configure resources for a created application ( databases, data source,etc ) we allow user to create databases corresponding to the stage (dev, test, etc ). At datasource creation time he can pick one of the dbs created and currently what we are doing is by default the

Re: [Dev] AppFactory - data source creation

2013-05-20 Thread Dimuthu Leelarathne
Hi Ashansa, This is the same with EndPoints. When we are creating an endpoint we copy the same value to all the environments. So we need to come up with a strategy for End points as well. However problem does not exist for APIs because we copy over the values correctly sandbox in dev, test,

[Dev] API Manager-1.4.0 latest build pack - 20th May 2013

2013-05-20 Thread Dinusha Senanayaka
Hi, Latest build pack can be found in [1]. [1]. http://builder3.us1.wso2.org/builds/20-May-2013/ Regards, Dinusha. -- Dinusha Dilrukshi Software Engineer WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/ ___

Re: [Dev] Jaggery object logging issue

2013-05-20 Thread Ruchira Wageesha
This issue was fixed in the github master. On Mon, May 13, 2013 at 9:25 PM, Chan duli...@wso2mobile.com wrote: Hi all, I am facing a problem when logging a jaggery object. My code for logging is - log.info(obj+); As I can view - jaggery is not allowing us to perform a toString on obj.

[Dev] Deploy .epr file programatically to GREG for BPS Integration test

2013-05-20 Thread Jeewantha Dharmaparakrama
Hi all, I'm trying to write an Integration test for this issue[1] for BPS. The scenario is : a process is deployed with its deploy.xml referring to an endpoint reference stored in governance registry. I believe I can deploy the process in BPS as in [2] where the BPEL should be in

Re: [Dev] Build failure in carbon 4.1.2 branch

2013-05-20 Thread Nandika Jayawardana
Can you do an svn up and see. There was some missing config files which I committed. Regards Nandika On Mon, May 20, 2013 at 5:13 PM, Kasun Weranga kas...@wso2.com wrote: Hi, I am getting following compilation error when building carbon 4.1.2 branch. [INFO]

Re: [Dev] Deploy .epr file programatically to GREG for BPS Integration test

2013-05-20 Thread Nandika Jayawardana
Usually, the session cookie obtained by calling the AuthenticationAdmin , admin service's login method. Regards Nandika On Mon, May 20, 2013 at 5:27 PM, Jeewantha Dharmaparakrama jeewan...@wso2.com wrote: Hi all, I'm trying to write an Integration test for this issue[1] for BPS. The

Re: [Dev] javax.naming.NameNotFoundException: Name [jdbc/WSO2UM1] is not bound in this Context. Unable to find [jdbc]

2013-05-20 Thread Vijayaratha Vijayasingam
Hi all; I have found some more info regarding this issue; In the CarbonContextdataHolder class; We try to create an initialContext, which returns the SelectorContext, which doesn't have the binding info for the jdbc prefix. (This happens when i come via, APIStore app) But in the tenant creation

Re: [Dev] javax.naming.NameNotFoundException: Name [jdbc/WSO2UM1] is not bound in this Context. Unable to find [jdbc]

2013-05-20 Thread Vijayaratha Vijayasingam
Exception related to CarbonContextDataHolder; Caused by: javax.naming.NameNotFoundException: Name [jdbc/WSO2UM1] is not bound in this Context. Unable to find [jdbc]. at org.apache.naming.NamingContext.lookup(NamingContext.java:820) at

[Dev] App Factory test automation and test feedback

2013-05-20 Thread Chris Haddad
We need to define use cases for automated test support For example, 1) 'test-dev' , 'test-stage', and 'test-production' targets that can be optionally included/excluded from a build --- include targets in maven archetypes 2) clear documentation on how to add tests to the repository (e.g.

Re: [Dev] REST Call to get the Access token from API manager

2013-05-20 Thread Sriragu Arudsothy
Hai All, Thanks for AM team again looking into this..! The following paragraph will explain what I am doing and how am I doing. @Nuwan dias as I talked to you before , You will be aware of my requirement. I hope I dont want to repeat it. Once the API has been published at the

[Dev] Use global data sources when creating a data service

2013-05-20 Thread Kasun Gajasinghe
Hi, Say I have created a data-source via the management console. Now, I would like to use that data source when creating a data service. But apparently, those are not listed as available data sources. We always have to add a new data source. It's available if I use the 'Generate' feature though.

Re: [Dev] Use global data sources when creating a data service

2013-05-20 Thread Anjana Fernando
Hi Kasun, Those are available in data services creation, you just have to use Carbon Data Sources when creating the data services data source, and you can select the existing one. Cheers, Anjana. On Tue, May 21, 2013 at 2:29 AM, Kasun Gajasinghe kas...@wso2.com wrote: Hi, Say I have

Re: [Dev] [Appfactory] Upgrade the jaggary version used in AF

2013-05-20 Thread Ramith Jayasinghe
Corrected the folder structure. On Mon, May 20, 2013 at 11:37 AM, Ramith Jayasinghe ram...@wso2.com wrote: Hi Manu, it seems https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/jaggery/0.9.0.ALPHA2-wso2v6 contains pom.xml with a version : 0.9.0.ALPHA3-wso2v6 that

[Dev] WSO2 Committers += Gihan Anuruddha

2013-05-20 Thread Kasun Weranga
Hi all, Its my pleasure to welcome Gihan Anuruddha as a WSO2 Committer. Gihan has made some great contributions to BAM during the last few months and in recognition of his commitment and contributions the All-MC has voted Gihan as a committer. Gihan, welcome aboard and keep up the good work.

Re: [Dev] WSO2 Committers += Gihan Anuruddha

2013-05-20 Thread Malith Dhanushka
Congratulations Gihan...!!! On Tue, May 21, 2013 at 10:56 AM, Kasun Weranga kas...@wso2.com wrote: Hi all, Its my pleasure to welcome Gihan Anuruddha as a WSO2 Committer. Gihan has made some great contributions to BAM during the last few months and in recognition of his commitment and

Re: [Dev] WSO2 Committers += Gihan Anuruddha

2013-05-20 Thread Balakrishnan Gokulakrishnan
Congratulations Gihan!! On 21 May 2013 10:56, Kasun Weranga kas...@wso2.com wrote: Hi all, Its my pleasure to welcome Gihan Anuruddha as a WSO2 Committer. Gihan has made some great contributions to BAM during the last few months and in recognition of his commitment and contributions the

Re: [Dev] WSO2 Committers += Gihan Anuruddha

2013-05-20 Thread Shameera Rathnayaka
Congratulation Gihan !!! On Tue, May 21, 2013 at 11:05 AM, Balakrishnan Gokulakrishnan go...@wso2.com wrote: Congratulations Gihan!! On 21 May 2013 10:56, Kasun Weranga kas...@wso2.com wrote: Hi all, Its my pleasure to welcome Gihan Anuruddha as a WSO2 Committer. Gihan has made some

Re: [Dev] WSO2 Committers += Gihan Anuruddha

2013-05-20 Thread Sinthuja Ragendran
Congratz gihan!!! On Tue, May 21, 2013 at 11:15 AM, Shameera Rathnayaka shame...@wso2.comwrote: Congratulation Gihan !!! On Tue, May 21, 2013 at 11:05 AM, Balakrishnan Gokulakrishnan go...@wso2.com wrote: Congratulations Gihan!! On 21 May 2013 10:56, Kasun Weranga kas...@wso2.com