Re: [Dev] App Manager latest build pack - 29-01-2015

2015-01-28 Thread Krishantha Samaraweera
Hi Dinusha, Can you send the integration test result and coverage reports too. Thanks, Krishantha. On Thu, Jan 29, 2015 at 1:20 PM, Dinusha Senanayaka wrote: > Hi, > > Please find the $subject in [1]. > > [1]. http://builder1.us1.wso2.org/~appm/29-01-2015/ > > Regards, > Dinusha. > > -- > Dinu

[Dev] [wso2-cassandra] Please merge pull request

2015-01-28 Thread Bhathiya Jayasekara
Hi Sameera, $subject. https://github.com/wso2/wso2-cassandra/pull/1 Thanks, -- *Bhathiya Jayasekara* *Software Engineer,* *WSO2 inc., http://wso2.com * *Phone: +94715478185* *LinkedIn: http://www.linkedin.com/in/bhathiyaj * *Twitter: http

[Dev] App Manager latest build pack - 29-01-2015

2015-01-28 Thread Dinusha Senanayaka
Hi, Please find the $subject in [1]. [1]. http://builder1.us1.wso2.org/~appm/29-01-2015/ Regards, Dinusha. -- Dinusha Dilrukshi Senior Software Engineer WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/ ___ Dev

Re: [Dev] Search Customization in ES

2015-01-28 Thread Shiva Balachandran
Hi Kathees, Do you want to add your own filters for the search or customize the search functionality itself to limit it to certain fields? Thank you, Regards, Shiva Balachandran p.s. - Looping in SameeraM On Thu, Jan 29, 2015 at 12:22 PM, Kathees Rajendram wrote: > Hi, > > Now we are gettin

[Dev] Please merge pull request for IDENTITY-2789

2015-01-28 Thread Tharindu Edirisinghe
Hi, Please merge fix for [1] in PR [2]. [1] https://wso2.org/jira/browse/IDENTITY-2789 [2] https://github.com/wso2/carbon-identity/pull/44 Thank you -- Tharindu Edirisinghe Software Engineer | WSO2 Inc Identity Server Team mobile : +94 775 181586 __

Re: [Dev] [MB] 'Hazelcast Instance Not Active' Exception when gracefully shutting down mb server

2015-01-28 Thread Asanka Vithanage
Hi Pumudu, I observed same issue yesterday and reported under https://wso2.org/jira/browse/MB-914 On Thu, Jan 29, 2015 at 11:02 AM, Pumudu Ruhunage wrote: > Hi, > > I'm getting Hazelcast Instance Not Active Exception when trying to > gracefully shutdown the mb 3.0.0 server. Attached here is the

[Dev] Please review pull request #2 for carbon4-kernel

2015-01-28 Thread Gayan Gunawardana
Hi, Please review and merge [2] for [1]. [1] https://wso2.org/jira/browse/IDENTITY-2934 [2]https://github.com/wso2/carbon4-kernel/pull/134 -- Gayan Gunawardana Software Engineer; WSO2 Inc.; http://wso2.com/ Email: ga...@wso2.com Mobile: +94 (71) 8020933 _

[Dev] Search Customization in ES

2015-01-28 Thread Kathees Rajendram
Hi, Now we are getting all RXT Attributes for search functionality. I want to customize the search in Enterprise store. How can I do in the enterprise store? Thanks, Kathees -- Kathees Software Engineer, email: kath...@wso2.com mobile: +94772596173

Re: [Dev] Invalid Task Provider config in ESB

2015-01-28 Thread Malaka Silva
Fixed with [1] [1] https://github.com/wso2/product-esb/commit/86843256a6e65422d03cc95ae0236da2d3baa416 On Mon, Jan 26, 2015 at 7:36 PM, Kasun Indrasiri wrote: > $subject. The following doesn't make sense. > > > > 15000 > > > > -- > Kasun Indrasiri > Software Architect > WSO2, Inc.; h

Re: [Dev] Can we Expire Cache based on the cache size.

2015-01-28 Thread Harsha Thirimanna
Hi Danesh, It is there "setCapacity" within CacheImpl , but not published in Cache interface. @Azeez, Is there any specific reason to not publishing this method ? *Harsha Thirimanna* Senior Software Engineer; WSO2, Inc.; http://wso2.com * * *email: **hars...@wso2.com* *

[Dev] AM Publisher - API Visibility - Search API test case.

2015-01-28 Thread Suhan Dharmasuriya
Hi, Currently I'm writing test cases for API Manager: API Visibility (search behaviour). I'm referring following documentation [1]. I tried the "Get an API" section [1] curl command and it was successful. Suhans-MacBook-Pro:integration suhanr$ *curl -X POST -b cookies http://localhost:9763/publis

Re: [Dev] What is the expected behavior if the car file contains faulty proxy service?

2015-01-28 Thread Priyadarssini Kishokumar
Thank you. On Thu, Jan 29, 2015 at 11:37 AM, Malaka Silva wrote: > IMO option 2 > > On Thu, Jan 29, 2015 at 10:25 AM, Priyadarssini Kishokumar < > priyadarss...@wso2.com> wrote: > >> Hi, >> >> If the car file contains faulty proxy service, what is the expected >> behavior? >> >> I tried 2 differ

Re: [Dev] Dev studio crash with a NPE

2015-01-28 Thread Udara Liyanage
Hi, This seems to be an intermitent issue, now it is working fine after dev studio is started again. On Thu, Jan 29, 2015 at 11:44 AM, Udara Liyanage wrote: > Hi, > > I created a ESB config project and develop some sequences and proxies. > There after I created a CAR project in order to deploy

[Dev] Dev studio crash with a NPE

2015-01-28 Thread Udara Liyanage
Hi, I created a ESB config project and develop some sequences and proxies. There after I created a CAR project in order to deploy the artifacts to the ESB running on my local machine. However when I publish the project "mycar" to the server, dev studio crashes with the following error message in l

Re: [Dev] What is the expected behavior if the car file contains faulty proxy service?

2015-01-28 Thread Malaka Silva
IMO option 2 On Thu, Jan 29, 2015 at 10:25 AM, Priyadarssini Kishokumar < priyadarss...@wso2.com> wrote: > Hi, > > If the car file contains faulty proxy service, what is the expected > behavior? > > I tried 2 different scenarios, > > 1. A proxy with wrong xml validation (by just removed a tag in

[Dev] Can we Expire Cache based on the cache size.

2015-01-28 Thread Danesh Kuruppu
Hi all, As per my knowledge, In javax.cache, we have cache expiry policies based on time(AccessedExpiryPolicy, ModifiedExpiryPolicy) where we can specify time for expire the cache entry. Is there anyway of specifying cache size for cache expiration as JCache eviction [1]. 1. http://docs.hazelcas

Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-28 Thread Niranda Perera
Congrats Danesh! :-) On Thu, Jan 29, 2015 at 10:42 AM, Harsha Kumara wrote: > Congratulations Danesh! > > On Thu, Jan 29, 2015 at 10:15 AM, Pulasthi Supun > wrote: > >> Congratulations Danesh >> >> On Wed, Jan 28, 2015 at 11:30 PM, Aruna Karunarathna >> wrote: >> >>> Congratula

Re: [Dev] D3 Graph to Center-Middle

2015-01-28 Thread Jerad Rutnam
Hi, Centering graph works fine with below calculation. But it effects the *zoom.event* which works fine at the moment. So I had to revert it back to the old method. var graphBBoxClient = graph[1].getBoundingClientRect(); var x = graphBBox.x > 0 ? (graphScreen.width() - graphBBoxClient.width) - M

Re: [Dev] Issue when running two AS instances on Windows command prompt.

2015-01-28 Thread Shashika Karunatilaka
Hi Irham, I Tried your scenario on windows 7 mac VM, two instance on same command prompt(START /B CMD /C CALL wso2server.bat and wso2server.bat -DportOffset=8 ). I used AS 6.0.0 SNAPSHOT pack and it works. On Thu, Jan 29, 2015 at 10:43 AM, Aruna Karunarathna wrote: > > > On Thu, Jan 29, 2015 at

Re: [Dev] Issue when running two AS instances on Windows command prompt.

2015-01-28 Thread Aruna Karunarathna
On Thu, Jan 29, 2015 at 10:40 AM, Shani Ranasinghe wrote: > Hi, > > This could be because the embedded H2 cannot create two instance at the > same time. Please make sure that there are no two instances running which > bind to the same WSO2CARBON_DB. > This is because the same carbon_home is set

Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-28 Thread Harsha Kumara
Congratulations Danesh! On Thu, Jan 29, 2015 at 10:15 AM, Pulasthi Supun wrote: > Congratulations Danesh > > On Wed, Jan 28, 2015 at 11:30 PM, Aruna Karunarathna > wrote: > >> Congratulations Danesh...!!! >> >> On Thu, Jan 29, 2015 at 9:47 AM, Inosh Perera wrote: >> >>> Congrat

Re: [Dev] Issue when running two AS instances on Windows command prompt.

2015-01-28 Thread Shani Ranasinghe
Hi, This could be because the embedded H2 cannot create two instance at the same time. Please make sure that there are no two instances running which bind to the same WSO2CARBON_DB. On Thu, Jan 29, 2015 at 10:11 AM, Irham Iqbal wrote: > Hi, > > When i am trying to run two AS instance using one

[Dev] What is the expected behavior if the car file contains faulty proxy service?

2015-01-28 Thread Priyadarssini Kishokumar
Hi, If the car file contains faulty proxy service, what is the expected behavior? I tried 2 different scenarios, 1. A proxy with wrong xml validation (by just removed a tag in the xml file) & correct endpoints The cApp is marked as faulty & non of the proxy or endpoints are deployed. 2. A p

Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-28 Thread Pulasthi Supun
Congratulations Danesh On Wed, Jan 28, 2015 at 11:30 PM, Aruna Karunarathna wrote: > Congratulations Danesh...!!! > > On Thu, Jan 29, 2015 at 9:47 AM, Inosh Perera wrote: > >> Congrats Danesh!! >> >> On Thu, Jan 29, 2015 at 9:28 AM, Jerad Rutnam wrote: >> >>> Congratulations Da

Re: [Dev] Issue on running wso2sever.bat --start on Windows.

2015-01-28 Thread Aruna Karunarathna
Hi Irham, Check this link [1]. Regards, Aruna [1]. https://docs.wso2.com/display/Carbon420/Installing+as+a+Windows+Service On Thu, Jan 29, 2015 at 9:42 AM, Irham Iqbal wrote: > Hi Vijayaratha > > Can u please elaborate how to configure? > > Thanks, > > > > On Thu, Jan 29, 2015 at 9:03 AM, Vij

[Dev] Issue when running two AS instances on Windows command prompt.

2015-01-28 Thread Irham Iqbal
Hi, When i am trying to run two AS instance using one command prompt i am getting some exceptions. I have started the first instance(pack wso2as-1) using START /B CMD /C CALL wso2server.bat command to run this as background process then after when the server has started up ,i went to a different

Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-28 Thread Aruna Karunarathna
Congratulations Danesh...!!! On Thu, Jan 29, 2015 at 9:47 AM, Inosh Perera wrote: > Congrats Danesh!! > > On Thu, Jan 29, 2015 at 9:28 AM, Jerad Rutnam wrote: > >> Congratulations Danesh! :) >> >> On Tue, Jan 27, 2015 at 1:51 PM, Gayashan Amarasinghe >> wrote: >> >>> Congratulations Danesh!!!

Re: [Dev] How to set tenant idle time in writing integration test for AS 5.2.1

2015-01-28 Thread Kalpa Welivitigoda
Hi Saneth/Dharshana, Thanks for the support. As per the offline chat we had yesterday, I managed to start a server with CarbonTestServerManager with an offset and tenant idle time set. As suggested I hard coded the backend url and proceeded with the test logic. On a side note, since AS 5.2.1 is u

Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-28 Thread Inosh Perera
Congrats Danesh!! On Thu, Jan 29, 2015 at 9:28 AM, Jerad Rutnam wrote: > Congratulations Danesh! :) > > On Tue, Jan 27, 2015 at 1:51 PM, Gayashan Amarasinghe > wrote: > >> Congratulations Danesh!!! >> >> On Tue, Jan 27, 2015 at 8:47 AM, Sagara Gunathunga >> wrote: >> >>> >>> Its my pleasure to

Re: [Dev] Issue on running wso2sever.bat --start on Windows.

2015-01-28 Thread Irham Iqbal
Hi Vijayaratha Can u please elaborate how to configure? Thanks, On Thu, Jan 29, 2015 at 9:03 AM, Vijayaratha Vijayasingam wrote: > You have to configure wrapper. > > > On 29 January 2015 at 11:21, Irham Iqbal wrote: > >> Hi, >> >> When we start carbon using wso2sever.bat --start in windows

[Dev] [G-Reg ] Resource MediaType null scenarios

2015-01-28 Thread Sithumini Senevirathne
Hi, I am working on Solr based search feature for current SQL based advance search in G-Reg. Currently we are checking the media type when indexing a resource and only a small set of resources get indexed. For the proposed feature I need to index all type of resources in the registry. Can somebo

Re: [Dev] WSO2 Committers += Abimaran Kugathasan

2015-01-28 Thread Jerad Rutnam
Congratulations Abimaran! :) On Mon, Jan 26, 2015 at 10:50 PM, Niranjan Karunanandham wrote: > Congratz Abimaran!! > > On Sun, Jan 25, 2015 at 9:55 PM, Inosh Perera wrote: > >> Congrats Abimaran!! >> >> On Mon, Jan 26, 2015 at 11:12 AM, Samith Dassanayake >> wrote: >> >>> Congratulations Abima

Re: [Dev] WSO2 Committers += Danesh Kuruppu

2015-01-28 Thread Jerad Rutnam
Congratulations Danesh! :) On Tue, Jan 27, 2015 at 1:51 PM, Gayashan Amarasinghe wrote: > Congratulations Danesh!!! > > On Tue, Jan 27, 2015 at 8:47 AM, Sagara Gunathunga > wrote: > >> >> Its my pleasure to welcome Danesh Kuruppu as a WSO2 committer. Danesh, >> welcome aboard and keep up the g

[Dev] Fwd: App Manager moved to Git

2015-01-28 Thread Dinusha Senanayaka
Hi All, Product builds successfully. will build a pack and give for QA to verify. *DO NOT commit to svn* this on-wards. Last revision is 211214. App Manager team need to checkout following two repositories. And note that store/publisher jaggery apps are kept in product level. will work on perman

[Dev] Creating a tool to take memory dumps and analyze memory info

2015-01-28 Thread Buddhi Senarathna
hi all, currently i'm working on creating a test framework utility tool to get memory dump of a remote VM and analyze. i'm thinking of using JMX APIs to get memory dump and jhat API to analyze it.i'm able to use OQL(object query language) to retrieve information from the dump file. getting memor

Re: [Dev] Issue on running wso2sever.bat --start on Windows.

2015-01-28 Thread Vijayaratha Vijayasingam
You have to configure wrapper. On 29 January 2015 at 11:21, Irham Iqbal wrote: > Hi, > > When we start carbon using wso2sever.bat --start in windows the process is > not going to background it's running on the command prompt. Any one knows > why this is happening ? > > Thanks, > Iqbal > -- > Ir

[Dev] Issue on running wso2sever.bat --start on Windows.

2015-01-28 Thread Irham Iqbal
Hi, When we start carbon using wso2sever.bat --start in windows the process is not going to background it's running on the command prompt. Any one knows why this is happening ? Thanks, Iqbal -- Irham Iqbal Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middlew

Re: [Dev] Product CEP build fail

2015-01-28 Thread Bhathiya Jayasekara
Hi all, I added slf4j-1.7.2 dependency to Cassandra server feature. Now build is fine. But Cassandra in CEP is not starting properly due to another OSGi dependency issue. That is apache-cassandra is not active due to some missing imports. But those are exported by slf4j. Here are information. Can

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Dakshika Jayathilaka
Congratulations Manoj...! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Wed, Jan 28, 2015 at 9:34 PM, Prasanna Dangalla wrote: > Congratulations Manoj > > On Wed, Jan 28, 2015 at 5:43 PM, Denuwanthi De Silva > wrote: > >> Congrats Manoj!! >> >> On

Re: [Dev] Product CEP build fail

2015-01-28 Thread Bhathiya Jayasekara
HI Suho, I'm working on it. Thanks, Bhathiya On Wed, Jan 28, 2015 at 9:49 PM, Sriskandarajah Suhothayan wrote: > If Cassandra Server Feature require org.slf4j [1.7.2,1.7.3) specifically > why aren't you not including that in the feature? > Please fix this ASAP > > Thanks > Suho > > On Wed, J

Re: [Dev] Product CEP build fail

2015-01-28 Thread Sriskandarajah Suhothayan
If Cassandra Server Feature require org.slf4j [1.7.2,1.7.3) specifically why aren't you not including that in the feature? Please fix this ASAP Thanks Suho On Wed, Jan 28, 2015 at 9:09 PM, Harsha Kumara wrote: > Apparently it seems that slf4j 1.7.2 dependency not ship with the > Cassandra ser

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Prasanna Dangalla
Congratulations Manoj On Wed, Jan 28, 2015 at 5:43 PM, Denuwanthi De Silva wrote: > Congrats Manoj!! > > On Wed, Jan 28, 2015 at 4:37 PM, Harsha Kumara wrote: > >> Congratulations Manoj! >> >> On Wed, Jan 28, 2015 at 3:19 PM, Isuruwan Herath >> wrote: >> >>> Congrats ManojG!!! >>> >>> On Wed,

Re: [Dev] Product CEP build fail

2015-01-28 Thread Harsha Kumara
Apparently it seems that slf4j 1.7.2 dependency not ship with the Cassandra server feature. SS build was successful because of it comes from data reader feature. [1] - https://github.com/wso2/orbit/blob/master/cassandra/1.2.13.wso2v6/pom.xml On Wed, Jan 28, 2015 at 8:25 PM, Tishan Dahanayakage w

[Dev] Product CEP build fail

2015-01-28 Thread Tishan Dahanayakage
HI, P2 generation of product CEP is failing[1] when installing Cassandra Server Feature 4.3.0.SNAPSHOT since it cannot satisfy dependency org.slf4j [1.7.2,1.7.3). After an offline chat with Harsha it was figured out that in carbon-storage-management repository that dependency is satisfied throug

Re: [Dev] How to set tenant idle time in writing integration test for AS 5.2.1

2015-01-28 Thread Saneth Dharmakeerthi
HI Kalpa, If you using CarbonTestServerManager and start the server with tenant.idle.time and with a port offset, it will start a new server. asServer is the default AutomationContext used by the test cases. After you start the second server with CarbonTestServerManager, With asServer you ca

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Denuwanthi De Silva
Congrats Manoj!! On Wed, Jan 28, 2015 at 4:37 PM, Harsha Kumara wrote: > Congratulations Manoj! > > On Wed, Jan 28, 2015 at 3:19 PM, Isuruwan Herath > wrote: > >> Congrats ManojG!!! >> >> On Wed, Jan 28, 2015 at 2:18 PM, Milinda Perera >> wrote: >> >>> Congratulations Manoj .. >>> >>> On Wed,

Re: [Dev] Contributing to Data Services

2015-01-28 Thread Rajith Vitharana
Hi Pradeep, We have done some fixes and committed to the carbon-data master. Now it should fix your build faillier. you may have to wait until jenkins builds the latest commits and push those artifacts to nexus maven repo. Or else clone carbon-data git repository from [1] and build it locally firs

Re: [Dev] Contributing to Data Services

2015-01-28 Thread Shiva Balachandran
Hi Pradeep, Basically all the dependencies of the product are listed in the pom file and downloaded to the local m2 repo from nexus. Looks like there is a build break in the DSS source. This should be fixed soon. We recently released a new version of platform, therefore please bear with us until t

Re: [Dev] Contributing to Data Services

2015-01-28 Thread Pradeep Murugesan
Hi Shiva, Thanks for the prompt reply. I cloned the repo from github and I tried to build it using mvn install. I got the following error. the error says artifact org.wso2.carbon:org.wso2.carbon.dataservices.core:jar:4.3.0-SNAPSHOT. when I tried to search the same in wso2 nexus . I could se

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Harsha Kumara
Congratulations Manoj! On Wed, Jan 28, 2015 at 3:19 PM, Isuruwan Herath wrote: > Congrats ManojG!!! > > On Wed, Jan 28, 2015 at 2:18 PM, Milinda Perera wrote: > >> Congratulations Manoj .. >> >> On Wed, Jan 28, 2015 at 8:47 AM, Inosh Perera wrote: >> >>> Congrats Manoj!! >>> >>> On Wed, Jan 28

Re: [Dev] How to handle svn externals with git migration

2015-01-28 Thread Supun Malinga
Hi Dinusha, Few suggestions. On Wed, Jan 28, 2015 at 10:06 AM, Dinusha Senanayaka wrote: > In App Manager we have these set of svn externals in feature/product > level. Appreciate someone already migrated could give some insight on how > to migrate those. > > Features: > svn propget -R svn:ext

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Isuruwan Herath
Congrats ManojG!!! On Wed, Jan 28, 2015 at 2:18 PM, Milinda Perera wrote: > Congratulations Manoj .. > > On Wed, Jan 28, 2015 at 8:47 AM, Inosh Perera wrote: > >> Congrats Manoj!! >> >> On Wed, Jan 28, 2015 at 2:01 PM, Lasantha Fernando >> wrote: >> >>> Congratz Manoj..!! >>> >>> On 28 January

Re: [Dev] Convert XML to JSON and vice versa using Jaggery

2015-01-28 Thread Sabra Ossen
Hi Lakshman, Okay. Thanks. On Wed, Jan 28, 2015 at 3:05 PM, Lakshman Udayakantha wrote: > Hi Sabra, > > Seems there is a bug in Jaggery server 0.9.0-ALPHA version when work with > XML objects. you can use a later version as pointed out [1] mail thread. > > [1]ECMA script does not support in jag

Re: [Dev] Convert XML to JSON and vice versa using Jaggery

2015-01-28 Thread Lakshman Udayakantha
Hi Sabra, Seems there is a bug in Jaggery server 0.9.0-ALPHA version when work with XML objects. you can use a later version as pointed out [1] mail thread. [1]ECMA script does not support in jaggery 0.9.0-ALPHA server Thanks On Wed, Jan 28, 2015 at 2:57 PM, Sabra Ossen wrote: > Hi, > > I dep

Re: [Dev] Convert XML to JSON and vice versa using Jaggery

2015-01-28 Thread Sabra Ossen
Hi, I deployed the jaggery app in the wso2 cep. It works as expected. "utility.js" is not supported when the jaggery app is deployed in the jaggery server. Thank you everybody for the help. On Tue, Jan 27, 2015 at 11:49 PM, Lakshman Udayakantha wrote: > Hi, > > I saw in EMM code this have don

Re: [Dev] [Urgent] [Greg] - Greg 5.0.0 server start up delays for several minutes

2015-01-28 Thread Roshan Wijesena
Hi all, This issue is fixed now. Please merge the pull request [1]. I have tested locally with greg latest built seems working fine. Please let us know if there any issue over this. [1] https://github.com/wso2/carbon-apimgt/pull/11 Regards Roshan On Thu, Jan 22, 2015 at 7:11 PM, Sagara Gunathun

Re: [Dev] ECMA script does not support in jaggery 0.9.0-ALPHA server

2015-01-28 Thread Lakshman Udayakantha
Thanks Manuranga. It is working now. On Wed, Jan 28, 2015 at 2:42 PM, Manuranga Perera wrote: > I tried this in later version build locally and it works. can you try in a > later version from > http://maven.wso2.org/nexus/content/groups/wso2-public/org/jaggeryjs/jaggery/0.9.0.ALPHA4.wso2v6/ > >

Re: [Dev] [CDM] getAllPaginatedPublishedAPIs not parsing properly

2015-01-28 Thread Dilshan Edirisuriya
Thanks Sanjeewa. Sure will do. Regards, Dilshan On Wed, Jan 28, 2015 at 2:37 PM, Sanjeewa Malalgoda wrote: > Hi Dilshan, > Today we updated all APIM components with latest code in svn. Can you > please check this now. > > Thanks, > sanjeewa. > > > On Wed, Jan 28, 2015 at 12:15 AM, Dilshan Edir

Re: [Dev] ECMA script does not support in jaggery 0.9.0-ALPHA server

2015-01-28 Thread Manuranga Perera
I tried this in later version build locally and it works. can you try in a later version from http://maven.wso2.org/nexus/content/groups/wso2-public/org/jaggeryjs/jaggery/0.9.0.ALPHA4.wso2v6/ On Wed, Jan 28, 2015 at 9:52 PM, Lakshman Udayakantha wrote: > Hi All, > > I am referring [1] to manipul

Re: [Dev] [CDM] getAllPaginatedPublishedAPIs not parsing properly

2015-01-28 Thread Sanjeewa Malalgoda
Hi Dilshan, Today we updated all APIM components with latest code in svn. Can you please check this now. Thanks, sanjeewa. On Wed, Jan 28, 2015 at 12:15 AM, Dilshan Edirisuriya wrote: > Hi, > > We have integrated API manager 4.3 snapshot features into CDM with store > and publisher apps. When

[Dev] ECMA script does not support in jaggery 0.9.0-ALPHA server

2015-01-28 Thread Lakshman Udayakantha
Hi All, I am referring [1] to manipulate xml using jaggery. I used below code in try it as tutorial points out. var employees= new XML("Tove32Jani26"); print("Toves age is - " + employees.person.(name == "Tove").age); It prints the result to "Toves age is - 32" to try it window. But when I execu

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Milinda Perera
Congratulations Manoj .. On Wed, Jan 28, 2015 at 8:47 AM, Inosh Perera wrote: > Congrats Manoj!! > > On Wed, Jan 28, 2015 at 2:01 PM, Lasantha Fernando > wrote: > >> Congratz Manoj..!! >> >> On 28 January 2015 at 01:29, Roshan Deniyage wrote: >> >>> Congrats Manoj!! >>> >>> Roshan Deniyage >>>

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Inosh Perera
Congrats Manoj!! On Wed, Jan 28, 2015 at 2:01 PM, Lasantha Fernando wrote: > Congratz Manoj..!! > > On 28 January 2015 at 01:29, Roshan Deniyage wrote: > >> Congrats Manoj!! >> >> Roshan Deniyage >> Associate Technical Lead >> WSO2, Inc: http://wso2.com >> >> Mobile: +94 777636406 >> Twitt

Re: [Dev] Adding a custom API Handler to existing APIs

2015-01-28 Thread Gayashan Amarasinghe
Hi Vinuri, If this is a synapse handler you can follow the same approach at [1] or [2]. Hope this helps. [1] https://docs.wso2.com/display/AM170/Writing+Custom+Authentication+Handlers [2] https://docs.wso2.com/display/ESB470/Securing+REST+APIs#SecuringRESTAPIs-BasicAuthUsingaBasicAuthHandler Th

Re: [Dev] Adding a custom API Handler to existing APIs

2015-01-28 Thread Chamila Adhikarinayake
Hi Vinuri You can add it to the api xml file in the synapse config folder (/repository/deployment/server/synapse-configs/default/api) On Wed, Jan 28, 2015 at 2:02 PM, Vinuri Perera wrote: > Hi All, > I'm working on a Custom API Handler which should invoke when a api request > is sent. > I was ab

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Lasantha Fernando
Congratz Manoj..!! On 28 January 2015 at 01:29, Roshan Deniyage wrote: > Congrats Manoj!! > > Roshan Deniyage > Associate Technical Lead > WSO2, Inc: http://wso2.com > > Mobile: +94 777636406 > Twitter: *https://twitter.com/roshku * > LinkedIn : https://www

[Dev] Adding a custom API Handler to existing APIs

2015-01-28 Thread Vinuri Perera
Hi All, I'm working on a Custom API Handler which should invoke when a api request is sent. I was able to add the Api handler to the newly created API's by changing the *wso2am-1.7.0/repository/resources/api_templates/velocity_template.xml* file http://ws.apache.org/ns/synapse";> #foreach

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Danesh Kuruppu
Congrats Manoj!!! On Wed, Jan 28, 2015 at 1:31 PM, Kasun De Silva wrote: > Congratz Manoj > > *Kasun de Silva* > Software Engineer | *WSO2 Inc.*; http://wso2.com > lean.enterprise.middleware > > email : kas...@wso2.com > mobile : +94 77 794 4260 > > > On Wed, Jan 28, 2015 at 1:25 PM, Srisunmug

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Roshan Deniyage
Congrats Manoj!! Roshan Deniyage Associate Technical Lead WSO2, Inc: http://wso2.com Mobile: +94 777636406 Twitter: *https://twitter.com/roshku * LinkedIn : https://www.linkedin.com/in/roshandeniyage On Wed, Jan 28, 2015 at 1:31 PM, Kasun De Silva wrote:

Re: [Dev] Contributing to Data Services

2015-01-28 Thread Shiva Balachandran
Hi Pradeep, To be specific to your request, check the getting started guide[1]. The getting started document contains all the necessary information on downloading the source and building it. Also, Instead of using the svn location, checkout from the git hub location of the product, git hub locatio

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Kasun De Silva
Congratz Manoj *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Wed, Jan 28, 2015 at 1:25 PM, Srisunmugaraja Paraparan < parapa...@wso2.com> wrote: > Congratulations Manoj . > > On Wed, Jan 28, 20

Re: [Dev] WSO2 Commiters += Manoj Gunawardena

2015-01-28 Thread Senduran Balasubramaniyam
Congratulations Manoj !!! On Wed, Jan 28, 2015 at 1:25 PM, Srisunmugaraja Paraparan < parapa...@wso2.com> wrote: > Congratulations Manoj . > > On Wed, Jan 28, 2015 at 1:12 PM, Sajini De Silva wrote: > >> Congratulations Manoj !!! >> >> On Wed, Jan 28, 2015 at 1:07 PM, Kalpa Welivitigoda >> wrot