Re: [Dev] ClassNotFoundException : org.wso2.carbon.student.mgt.GetStudents when creating carbon component.

2014-10-09 Thread Hemika Kodikara
Hi Supun, I have attached the request file. Please note that in eclipse it shows several error in 2 import lines and others. But the build gets succeeded when using Maven. Hi Chamin and Shashika, The contents are the same as it is mentioned in the tutorial. I also noticed the issue. But couldn't

Re: [Dev] CEP gives an error when adding stream-definition to a sample without using management console and re-run the sample

2014-10-09 Thread Rajeev Sampath
Hi, This happens since the stream is already stored in the registry. You can either increment the version number of the modified stream or else delete the existing stream from the registry (Manage -> Event Streams in management console). Thanks Rajeev On Thu, Oct 9, 2014 at 11:34 AM, Shashika K

Re: [Dev] ClassNotFoundException : org.wso2.carbon.student.mgt.GetStudents when creating carbon component.

2014-10-09 Thread Rajeev Sampath
Hi, Class loading problems occur if multiple osgi bundles contain the same java package (unless they are added as fragment bundles). Check whether the 3 bundles you have added contain a common package. Thanks Rajeev On Thu, Oct 9, 2014 at 12:03 PM, Hemika Kodikara wrote: > Hi All, > > I have

[Dev] How to get WSO2 Carbon Log to UI?

2014-10-09 Thread Jerad Rutnam
Hi, Do anyone know how to get wso2 carbon info log to front-end using jaggery? I want to get Startos back-end log to the UI. Regards, -- *Jerad Rutnam | **Software Engineer - UI* WSO2, Inc. www.wso2.com *Email: je...@wso2.com * ___ Dev mailing list De

Re: [Dev] Jaggery websocket sample not working

2014-10-09 Thread madhuka udantha
Hi, Try this https://github.com/wso2/jaggery/tree/master/apps/sample/chatroom On Thu, Oct 9, 2014 at 12:02 PM, Sam Sivayogam wrote: > HI All, > > I'm trying to run the following sample using wso2as 5.2.1 > http://jaggeryjs.org/documentation.jag?api=webSocket > > But it gives the following erro

Re: [Dev] ClassNotFoundException : org.wso2.carbon.student.mgt.GetStudents when creating carbon component.

2014-10-09 Thread Lahiru Chandima
Hi Hemika, Expand the deployed student management stub osgi bundle and check whether GetStudents.class class file is in it. Thanks On Thu, Oct 9, 2014 at 12:34 PM, Rajeev Sampath wrote: > Hi, > > Class loading problems occur if multiple osgi bundles contain the same > java package (unless they

Re: [Dev] ESB build error

2014-10-09 Thread Tishan Dahanayakage
Hi Chamin, I assume you checked out the source for chunk 04. (eg:svn checkout https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04 ) Before start building particular product in the chunk make sure you have build all respective kernel patches. Refer [1] to know what kernel patches ne

Re: [Dev] ESB build error

2014-10-09 Thread Tishan Dahanayakage
Hi all, Sorry. I hit enter accidentally. Appending to previous mail. [2] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/ On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage wrote: > Hi Chamin, > > I assume you checked out the source for chunk 04. (eg:svn checkout > https:

Re: [Dev] How to get WSO2 Carbon Log to UI?

2014-10-09 Thread KasunG Gajasinghe
For Carbon, you can use the LogViewer admin service to get the system logs. It uses the log4j memory appender to get the logs. On Thu, Oct 9, 2014 at 9:10 AM, Jerad Rutnam wrote: > Hi, > > Do anyone know how to get wso2 carbon info log to front-end using jaggery? > I want to get Startos back-end

Re: [Dev] How to get WSO2 Carbon Log to UI?

2014-10-09 Thread Waruna Perera
Hi jerad, Here is an example logviewerclient. [1] https://github.com/wso2-dev/carbon-platform-integration-utils/blob/master/common-admin-clients/src/main/java/org/wso2/carbon/integration/common/admin/client/LogViewerClient.java On Thu, Oct 9, 2014 at 1:10 PM, KasunG Gajasinghe wrote: > > For C

Re: [Dev] ESB build error

2014-10-09 Thread Mariangela Hills
Hi Trishan, Praneesha, has raised a JIRA [1] in this regard and we are in the process of updating the docs. [1] https://wso2.org/jira/browse/DOCUMENTATION-1104 Regards, Mariangela *--* Mariangela Hills Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. m: +94 773 500185 w: http

Re: [Dev] ESB build error

2014-10-09 Thread Mariangela Hills
Hi Tishan, Praneesha, has raised a JIRA [1] in this regard and we are in the process of updating the docs. [1] https://wso2.org/jira/browse/DOCUMENTATION-1104 Regards, Mariangela *--* Mariangela Hills Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. m: +94 773 500185 w: http:

Re: [Dev] ESB build error

2014-10-09 Thread Chamin Nalinda
Hi Tishan, Thanks for your response. I'll give it a try and see On Thu, Oct 9, 2014 at 1:35 PM, Mariangela Hills wrote: > Hi Tishan, > > Praneesha, has raised a JIRA [1] in this regard and we are in the process > of updating the docs. > > [1] https://wso2.org/jira/browse/DOCUMENTATION-1104 > >

Re: [Dev] How to get WSO2 Carbon Log to UI?

2014-10-09 Thread Jerad Rutnam
Hi, @Kasun: Thanks for the response and the tip. @Waruna: Thanks for the response and sending me the class file. Ill check if it's already there in Stratos. Regards, Jerad On Thu, Oct 9, 2014 at 1:30 PM, Waruna Perera wrote: > Hi jerad, > > Here is an example logviewerclient. > > [1] > https:

[Dev] Please merge pull request #25 for carbon-registry

2014-10-09 Thread Denuwanthi De Silva
Hi, please review & merge pull req[1], which is a fix for issue [2]. [1]https://github.com/wso2-dev/carbon-registry/pull/25 [2]https://wso2.org/jira/browse/REGISTRY-2310 Thanks, -- Denuwanthi De Silva Software Engineer; WSO2 Inc.; http://wso2.com, Email: denuwan...@wso2.com

Re: [Dev] CEP gives an error when adding stream-definition to a sample without using management console and re-run the sample

2014-10-09 Thread Shashika Karunatilaka
Thanks Niranda and Rajeev your replies answered my question On Thu, Oct 9, 2014 at 12:30 PM, Rajeev Sampath wrote: > Hi, > > This happens since the stream is already stored in the registry. You can > either increment the version number of the modified stream or else delete > the existing stream

Re: [Dev] How to restrict API Design page to allow only files of certain extension(.jpg, .png, .gif) to be uploaded for API thumbnail image in APIM

2014-10-09 Thread Anuruddha Premalal
Hi Niranda, If it's a security concern in restricting the uploadable thumbnail type, you should filter the types from the server side as well. IMO This should actually come as a fix in the next release. For now you can replace the following file with the attached file. /repository/deployment/

[Dev] Tenant creation with LDAP issue

2014-10-09 Thread Godwin Amila Shrimal
Hi, I am working on a jira[1], When we create a tenant it create the admin user in LDAP and it always disable *(userAccountControl=546)*, That's why it doesn't allow to log in with admin user. BTW I tried to update the userAccountControl property to *512 (enable user)* and it gives a LDAP error wi

[Dev] Cache apphome data to improve performance in AF

2014-10-09 Thread Samith Dassanayake
Hi all, I have started to work on $subject[1]. Currently we poll all the user home data based on a timeout to update the user home and in current implementation we are fetching all the application's data each time regardless of the *applicationCreationStatus*.This operation causes huge delay in us

Re: [Dev] Assigning two human tasks one after another

2014-10-09 Thread Amal Gunatilake
Hi Akila, The b4pOutput variable contains only one boolean parameter in the message body and b42pInput variable contains several parameters such as cus, amount, region (string), region (int) in the message body. So you cannot directly transfer the b4pOutput variable into b42pInput variable. You ca

[Dev] Please merge pull request #11 to jaggery-extensions

2014-10-09 Thread Dakshika Jayathilaka
Hi, please review and merge pull request [1], which fix jira[2] [1] https://github.com/wso2/jaggery-extensions/pull/11 [2] https://wso2.org/jira/browse/JAGGERY-397 Thank you, *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 __

Re: [Dev] Cache apphome data to improve performance in AF

2014-10-09 Thread Danushka Fernando
Hi Samith So say we create a new application. It goes to the pending list. So we are polling pending and failed lists. So this application creates successfully. Then it will disappear from pending. On what approach we are updating the UI saying the new application is successfully created? Thanks &

Re: [Dev] How to restrict API Design page to allow only files of certain extension(.jpg, .png, .gif) to be uploaded for API thumbnail image in APIM

2014-10-09 Thread Niranda Perera
Thanks Anuruddha On Thu, Oct 9, 2014 at 5:35 PM, Anuruddha Premalal wrote: > Hi Niranda, > > If it's a security concern in restricting the uploadable thumbnail type, > you should filter the types from the server side as well. > > IMO This should actually come as a fix in the next release. > >

[Dev] object array as attribute in Stream definition in CEP

2014-10-09 Thread Gelareh Abooghadareh
Hello everyone, I want to define a stream for using in CEP. It seems that the attributes can be only from these types:String, Int, Long, Double, Float, and Bool** I have an attribute of "object Array" in my event which I want to send to CEP as part of my stream definition. How can I do th

[Dev] [APIM] Problem Invoking the Publisher API

2014-10-09 Thread Dumidu Handakumbura
Hi Guys, I'm invoking the API Manager 1.7 publisher API in the following way to publish an API, the problem is the API is getting created with resource method as GET though I have specified GET,PUT,POST,DELETE,OPTIONS. Please Advice. curl -X POST -c cookies http://localhost:9763/publisher/s

Re: [Dev] Cache apphome data to improve performance in AF

2014-10-09 Thread Samith Dassanayake
What we are going to do is, when we are polling, first we'll get the app keys of the pending application list, from the cache and then we request user home data only for the those keys. For that we will implement a method to retrieve app home data for given array of appkeys: getUserHomeData(String[

Re: [Dev] object array as attribute in Stream definition in CEP

2014-10-09 Thread Tishan Dahanayakage
Hi Gelareh, Yes. You can't send object array as an attribute of event. However if your array of objects comprise of which are instances of above given types, then you can decompose your object array and send obviously. Moreover if objects in your object array are of complex/custom type then you ca

[Dev] IntelliJ Idea Configure - [for users newer to Intellij Idea]

2014-10-09 Thread Manoj Gunawardena
Hi Devs, Intellij Idea is a keyboard centric IDE and properly configure of the IDE is increased coding efficiency. Idea has provided default short cuts for most of the essential options. Users can view the default key map reference in IDE, help -> Default Key Map Reference. User can change short

[Dev] Default sessionIdLength for webapps

2014-10-09 Thread Supun Malinga
Hi, I'm going to set $subject via config from platform 4.3 onward. What should be the optimum value ?. Tomcat default value for this is 16 and seems not enough for security purposes. https://wso2.org/jira/browse/WSAS-1818 thanks, -- Supun Malinga, Senior Software Engineer, WSO2 Inc. http://ws

Re: [Dev] Default sessionIdLength for webapps

2014-10-09 Thread Afkham Azeez
Can you keep it at 16, and make it possible to configure it? On Thu, Oct 9, 2014 at 8:37 PM, Supun Malinga wrote: > Hi, > > I'm going to set $subject via config from platform 4.3 onward. What should > be the optimum value ?. > > Tomcat default value for this is 16 and seems not enough for securi

Re: [Dev] Default sessionIdLength for webapps

2014-10-09 Thread Prabath Siriwardena
Any reason why we should stick to 16..? Thanks & regards, -Prabath On Thu, Oct 9, 2014 at 8:42 PM, Afkham Azeez wrote: > Can you keep it at 16, and make it possible to configure it? > > On Thu, Oct 9, 2014 at 8:37 PM, Supun Malinga wrote: > >> Hi, >> >> I'm going to set $subject via config fro

[Dev] [ESB] Using a template parameter as the key of an endpoint in a sequence template

2014-10-09 Thread Rushmin Fernando
In the below sample code, do I have a way to use the value of the parameter "endpointRef" as the key of the endpoint. $endpointRef or $func:endpointRef doesn't get resolved to the parameter value. http://ws.apache.org/ns/synapse"; name="Template_A">

Re: [Dev] [ESB] Using a template parameter as the key of an endpoint in a sequence template

2014-10-09 Thread Rushmin Fernando
Found the answer. I have missed the "key-expression" property in the "endpoint" element [1] :-) [1] - https://docs.wso2.com/display/ESB481/Indirect+and+Resolving+Endpoints Thanks Rushmin On Thu, Oct 9, 2014 at 12:11 PM, Rushmin Fernando wrote: > > In the below sample code, do I have a way to

[Dev] Error sending rest call to jax-rs web service in wso2 cloud

2014-10-09 Thread Tharindu Dharmarathna
Hi all, I have developed jax-rs app with wso2 app cloud. when I call it services using rest client it shows me following error. How can I Solve this issue error Log *type* Exception report *message* *org.apache.cxf.interceptor.Fault: access denied ("java.lang.RuntimePermission" "modifyThreadGro

Re: [Dev] Error sending rest call to jax-rs web service in wso2 cloud

2014-10-09 Thread Danushka Fernando
This is because we have java security enabled. Can you post the following line with your pom file of the application. com.wso2.cpt.service.UserServices.getUsers(UserServices.java:33) Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Oc

[Dev] API manager Migration from AM 1.7 to 1.8 - Changes done to APIs

2014-10-09 Thread Chamila Adhikarinayake
Hi all, I'm currently working on the migration issue[1]. The resources are not shown in the store API console because some fields related to swagger are missing in the 1.7 apis in the registry. in applicationdata/api-docs//1.2/ files these are missing "nickname", "basePath", "parameters"

Re: [Dev] IntelliJ Idea Configure - [for users newer to Intellij Idea]

2014-10-09 Thread Inosh Perera
Hi all, Also this[1] is very useful. 1. https://docs.google.com/a/wso2.com/presentation/d/1lU0iIvjYqIMGpLZrgGk7Mx85wF3VuYvM0k2dC117flo/edit#slide=id.i0 Regards, Inosh On Thu, Oct 9, 2014 at 8:21 PM, Manoj Gunawardena wrote: > Hi Devs, > > Intellij Idea is a keyboard centric IDE and properly co

Re: [Dev] Error sending rest call to jax-rs web service in wso2 cloud

2014-10-09 Thread Tharindu Dharmarathna
Hi Danushka, Here I have attached the pom.xml and code snipest. @GET @Path("/users") @Produces(MediaType.APPLICATION_JSON) public Response getUsers() { CustomerproducttracDefault100Stub productTrackerStub = null; try { productTrackerStub = new CustomerproducttracDefault100St

Re: [Dev] API manager Migration from AM 1.7 to 1.8 - Changes done to APIs

2014-10-09 Thread Nuwan Dias
Adding Ruwan On Fri, Oct 10, 2014 at 9:08 AM, Chamila Adhikarinayake wrote: > Hi all, > I'm currently working on the migration issue[1]. The resources are not > shown in the store API console because some fields related to swagger are > missing in the 1.7 apis in the registry. > > in application

Re: [Dev] [APIM] Problem Invoking the Publisher API

2014-10-09 Thread Dumidu Handakumbura
Thanks Dinesh, that worked. On Fri, Oct 10, 2014 at 8:50 AM, Dinesh J Weerakkody wrote: > Hi Dumidu, > > According to the implementation, you have to send same no of comma > separated values to resourceMethodAuthType-0 and > resourceMethodThrottlingTier-0 parameters. > For example your API creat

Re: [Dev] [carbon-storage-management] HDFS Datanode carbonistion code JIRA SS-405 (#50)

2014-10-09 Thread Bhathiya Jayasekara
Hi Poshitha, You can use following methods to get Carbon Home and etc directory. CarbonUtils.getCarbonHome() CarbonUtils.getEtcCarbonConfigDirPath() Thanks, Bhathiya On Fri, Oct 10, 2014 at 9:29 AM, Prabath Abeysekara < notificati...@github.com> wrote: > In > components/hdfs/

[Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Subash Chaturanga
Hi all, It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer. Denuwanthi has contributed immensely to WSO2 Governance Registry and platform and shown great commitment. In recognition of her contribution, she has been voted as a WSO2 Commiter. Welcome aboard and keep up the good wor

[Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Subash Chaturanga
Hi all, It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. Sameera has contributed immensely to WSO2 Governance Registry and platform and shown great commitment. In recognition of his contribution, he has been voted as a WSO2 Commiter. Welcome aboard and keep up the good work. -

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Heshani Gamage
Congratulations Denuwanthi! On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga wrote: > Hi all, > It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer. > Denuwanthi has contributed immensely to WSO2 Governance Registry and > platform and shown great commitment. In recognition of

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Heshani Gamage
Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga wrote: > Hi all, > It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. > Sameera has contributed immensely to WSO2 Governance Registry and platform > and shown great commitment. In recognition of his con

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Kalpa Welivitigoda
Congratulations Denuwanthi ! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > Congratulations Denuwanthi! > > On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga > wrote: > >> Hi all, >> It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer. >> Denuwanthi has contributed i

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Ayesha Dissanayaka
Congratulations Denuwanthi!!! -- *Ayesha Dissanayaka* Software Engineer, WSO2, Inc : http://wso2.com 20, Palmgrove Avenue, Colombo 3 E-Mail: aye...@wso2.com

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Sameera Jayaratna
Congratz Denuwanthi!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > Congratulations Denuwanthi! > > On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga > wrote: > >> Hi all, >> It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer. >> Denuwanthi has contributed immensel

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Ayesha Dissanayaka
Congratulations Sameera!!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > Congratulations Sameera! > > On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga > wrote: > >> Hi all, >> It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. >> Sameera has contributed immensely

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Kalpa Welivitigoda
Congratulations Sameera ! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > Congratulations Sameera! > > On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga > wrote: > >> Hi all, >> It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. >> Sameera has contributed immensely t

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Milinda Perera
Congratulations Denuwanthi .. On Fri, Oct 10, 2014 at 9:43 AM, Ayesha Dissanayaka wrote: > Congratulations Denuwanthi!!! > > -- > *Ayesha Dissanayaka* > Software Engineer, > WSO2, Inc : http://wso2.com >

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Danesh Kuruppu
Congrats Denuwanthi !!! On Fri, Oct 10, 2014 at 9:44 AM, Sameera Jayaratna wrote: > Congratz Denuwanthi!! > > On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > >> Congratulations Denuwanthi! >> >> On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga >> wrote: >> >>> Hi all, >>> It's our p

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Sameera Jayaratna
Congratz Sameera!!! On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka wrote: > Congratulations Sameera!!! > > On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > >> Congratulations Sameera! >> >> On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga >> wrote: >> >>> Hi all, >>> It's our pl

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Milinda Perera
Congratulations Sameera ...! On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka wrote: > Congratulations Sameera!!! > > On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > >> Congratulations Sameera! >> >> On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga >> wrote: >> >>> Hi all, >>> It

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Roshan Wijesena
Congratulations!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > Congratulations Denuwanthi! > > On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga > wrote: > >> Hi all, >> It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer. >> Denuwanthi has contributed immensely to

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Sachini Jayasekara
Congratulations Denuwanthi!!! On Fri, Oct 10, 2014 at 9:43 AM, Ayesha Dissanayaka wrote: > Congratulations Denuwanthi!!! > > -- > *Ayesha Dissanayaka* > Software Engineer, > WSO2, Inc : http://wso2.com >

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Sewwandi Perera
Congratulations Denuwanthi...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Danesh Kuruppu wrote: > Congrats Denuwanthi !!! > > On Fri, Oct 10, 2014 at 9:44 AM, Sameera Jayaratna > wrote: > >> Congratz Denuwanthi!! >> >> On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: >> >>> Congratulations De

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Roshan Wijesena
Congratulations!! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga wrote: > Hi all, > It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. > Sameera has contributed immensely to WSO2 Governance Registry and platform > and shown great commitment. In recognition of his contributi

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Sewwandi Perera
Congratulations Sameera...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera wrote: > Congratulations Sameera ...! > > On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka > wrote: > >> Congratulations Sameera!!! >> >> On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: >> >>> Congratula

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Dunith Dhanushka
Congrats Sameera! On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera wrote: > Congratulations Sameera ...! > > On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka > wrote: > >> Congratulations Sameera!!! >> >> On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: >> >>> Congratulations Sameera!

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Sachini Jayasekara
Congratulations!!! On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera wrote: > Congratulations Sameera...!!! :) > > On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera wrote: > >> Congratulations Sameera ...! >> >> On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka >> wrote: >> >>> Congratulations

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Lasindu Charith
Congratulations Sameera ..!!! On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera wrote: > Congratulations Sameera...!!! :) > > On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera wrote: > >> Congratulations Sameera ...! >> >> On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka >> wrote: >> >>> Congr

Re: [Dev] Tenant creation with LDAP issue

2014-10-09 Thread Godwin Amila Shrimal
Hi, Found the reason, LDAP has password policy. password we are entering from carbon product should compatible with those policies. Thanks Godwin On Thu, Oct 9, 2014 at 5:45 PM, Godwin Amila Shrimal wrote: > Hi, > > I am working on a jira[1], When we create a tenant it create the admin > us

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Lasindu Charith
Congratulations Denuwanthi ..!!! On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi Perera wrote: > > Congratulations Denuwanthi...!!! :) > > On Fri, Oct 10, 2014 at 9:45 AM, Danesh Kuruppu wrote: > >> Congrats Denuwanthi !!! >> >> On Fri, Oct 10, 2014 at 9:44 AM, Sameera Jayaratna >> wrote: >> >>> Con

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Prasanna Dangalla
Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith wrote: > Congratulations Denuwanthi ..!!! > > On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi Perera > wrote: > >> >> Congratulations Denuwanthi...!!! :) >> >> On Fri, Oct 10, 2014 at 9:45 AM, Danesh Kuruppu wrote: >> >

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Prasanna Dangalla
Congratulations Sameera On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith wrote: > Congratulations Sameera ..!!! > > On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera > wrote: > >> Congratulations Sameera...!!! :) >> >> On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera >> wrote: >> >>> Congra

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Danesh Kuruppu
Congrats Sameera!!! On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith wrote: > Congratulations Sameera ..!!! > > On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera > wrote: > >> Congratulations Sameera...!!! :) >> >> On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera >> wrote: >> >>> Congratulations

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Yasassri Ratnayake
Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla wrote: > Congratulations Denuwanthi > > On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith wrote: > >> Congratulations Denuwanthi ..!!! >> >> On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi Perera >> wrote: >> >>> >

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Anuruddha Premalal
Congratulations Denuwanthi!! On Fri, Oct 10, 2014 at 9:56 AM, Yasassri Ratnayake wrote: > Congratulations Denuwanthi > > On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla > wrote: > >> Congratulations Denuwanthi >> >> On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith >> wrote: >> >>>

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Anuruddha Premalal
Congratulations Sameera!! On Fri, Oct 10, 2014 at 9:56 AM, Prasanna Dangalla wrote: > Congratulations Sameera > > On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith wrote: > >> Congratulations Sameera ..!!! >> >> On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera >> wrote: >> >>> Congratulati

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Kasun De Silva
Congratz Sameera.. *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Fri, Oct 10, 2014 at 9:56 AM, Prasanna Dangalla wrote: > Congratulations Sameera > > On Fri, Oct 10, 2014 at 9:53 AM, Lasi

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Kasun De Silva
Congratz Denuwanthi... *Kasun de Silva* Software Engineer | *WSO2 Inc.*; http://wso2.com lean.enterprise.middleware email : kas...@wso2.com mobile : +94 77 794 4260 On Fri, Oct 10, 2014 at 9:56 AM, Yasassri Ratnayake wrote: > Congratulations Denuwanthi > > On Fri, Oct 10, 2014 at 9:55 A

[Dev] How to run a product with different configurations in Test Suit

2014-10-09 Thread Darshana Akalanka Pagoda Arachchi
Hi all, In the Message Broker test suit we have test cases which automatically run the products and then runs tests on it. I however do not have a clear idea on how the products gets deployed. All we have is a base test class which is extended by other test classes which is as follows. -

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Rajkumar Rajaratnam
Congratz Denuwanthi!! On Fri, Oct 10, 2014 at 10:00 AM, Kasun De Silva wrote: > Congratz Denuwanthi... > > *Kasun de Silva* > Software Engineer | *WSO2 Inc.*; http://wso2.com > lean.enterprise.middleware > > email : kas...@wso2.com > mobile : +94 77 794 4260 > > > On Fri, Oct 10, 2014 at 9:56

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Rajkumar Rajaratnam
Congrats Sameera!!! On Fri, Oct 10, 2014 at 9:59 AM, Anuruddha Premalal wrote: > Congratulations Sameera!! > > On Fri, Oct 10, 2014 at 9:56 AM, Prasanna Dangalla > wrote: > >> Congratulations Sameera >> >> On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith >> wrote: >> >>> Congratulations S

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Dakshika Jayathilaka
Congratulations Sameera!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 10, 2014 at 9:59 AM, Anuruddha Premalal wrote: > Congratulations Sameera!! > > On Fri, Oct 10, 2014 at 9:56 AM, Prasanna Dangalla > wrote: > >> Congratulations Sa

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Dakshika Jayathilaka
Congratulations!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 10, 2014 at 10:04 AM, Rajkumar Rajaratnam wrote: > Congratz Denuwanthi!! > > On Fri, Oct 10, 2014 at 10:00 AM, Kasun De Silva wrote: > >> Congratz Denuwanthi... >> >> *Ka

Re: [Dev] What is the standard way of handling exceptions

2014-10-09 Thread Waruna Perera
Hi Danesh, In integration tests we used to log the exception and throw it. The reason is the result will be included in the testng reports. Thanks On Wed, Oct 8, 2014 at 9:24 AM, Danesh Kuruppu wrote: > One more question, why we do both log exception and throw it inside > handleException?. It

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Inosh Perera
Congratulations Denuwanthi!! On Fri, Oct 10, 2014 at 10:05 AM, Dakshika Jayathilaka wrote: > Congratulations!! > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > On Fri, Oct 10, 2014 at 10:04 AM, Rajkumar Rajaratnam > wrote: > >> Cong

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Nipuni Perera
Congratulations Denuwanthi!!! On Fri, Oct 10, 2014 at 10:21 AM, Inosh Perera wrote: > Congratulations Denuwanthi!! > > > > On Fri, Oct 10, 2014 at 10:05 AM, Dakshika Jayathilaka > wrote: > >> Congratulations!! >> >> *Dakshika Jayathilaka* >> Software Engineer >> WSO2, Inc. >> lean.enterpr

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Vijitha Ekanayake
Congratulations Denuwanthi !!! On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla wrote: > Congratulations Denuwanthi > > On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith wrote: > >> Congratulations Denuwanthi ..!!! >> >> On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi Perera >> wrote: >> >>> >

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Dinesh J Weerakkody
Congratulations... ! On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake wrote: > Congratulations Denuwanthi !!! > > On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla > wrote: > >> Congratulations Denuwanthi >> >> On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith >> wrote: >> >>> Congratu

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Dinesh J Weerakkody
Congratulations Sameera... On Fri, Oct 10, 2014 at 10:05 AM, Dakshika Jayathilaka wrote: > Congratulations Sameera!! > > *Dakshika Jayathilaka* > Software Engineer > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > On Fri, Oct 10, 2014 at 9:59 AM, Anuruddha Premalal > wrote: > >> Co

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Vijitha Ekanayake
Congratulations Sameera !!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > Congratulations Sameera! > > On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga > wrote: > >> Hi all, >> It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. >> Sameera has contributed immensely

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Harsha Kumara
Congratulations Denuwanthi! On Fri, Oct 10, 2014 at 10:30 AM, Dinesh J Weerakkody wrote: > Congratulations... ! > > On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake > wrote: > >> Congratulations Denuwanthi !!! >> >> On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla >> wrote: >> >>> Congrat

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Malithi Edirisinghe
Congratulations Denuwanthi ... On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake wrote: > Congratulations Denuwanthi !!! > > On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla > wrote: > >> Congratulations Denuwanthi >> >> On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith >> wrote: >> >>

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Harsha Kumara
Congratulations Sameera! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake wrote: > Congratulations Sameera !!! > > On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > >> Congratulations Sameera! >> >> On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga >> wrote: >> >>> Hi all, >>> It's

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Yasassri Ratnayake
Congrats Sameera!! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake wrote: > Congratulations Sameera !!! > > On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > >> Congratulations Sameera! >> >> On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga >> wrote: >> >>> Hi all, >>> It's our pl

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Niranda Perera
Congrats Denuwanthi! On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe wrote: > Congratulations Denuwanthi ... > > On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake > wrote: > >> Congratulations Denuwanthi !!! >> >> On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla >> wrote: >> >>> Cong

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Niranda Perera
Congrats Sameera! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake wrote: > Congratulations Sameera !!! > > On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: > >> Congratulations Sameera! >> >> On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga >> wrote: >> >>> Hi all, >>> It's our ple

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Gayashan Amarasinghe
Congratulations Denuwanthi!!! On Fri, Oct 10, 2014 at 10:35 AM, Niranda Perera wrote: > Congrats Denuwanthi! > > On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe > wrote: > >> Congratulations Denuwanthi ... >> >> On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake >> wrote: >> >>> Congrat

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Gimantha Bandara
Congratulations Denuwanthi! On Fri, Oct 10, 2014 at 11:00 AM, Gayashan Amarasinghe wrote: > Congratulations Denuwanthi!!! > > On Fri, Oct 10, 2014 at 10:35 AM, Niranda Perera wrote: > >> Congrats Denuwanthi! >> >> On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe >> wrote: >> >>> Congratul

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Shashika Karunatilaka
Congrats sameera. On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake wrote: > Congrats Sameera!! > > On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake > wrote: > >> Congratulations Sameera !!! >> >> On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: >> >>> Congratulations Sameera!

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Thilini Shanika
Congratulations Denuwanthi !! On Fri, Oct 10, 2014 at 11:00 AM, Gayashan Amarasinghe wrote: > Congratulations Denuwanthi!!! > > On Fri, Oct 10, 2014 at 10:35 AM, Niranda Perera wrote: > >> Congrats Denuwanthi! >> >> On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe >> wrote: >> >>> Congrat

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Thilini Shanika
Congratulations !! On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake wrote: > Congrats Sameera!! > > On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake > wrote: > >> Congratulations Sameera !!! >> >> On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage wrote: >> >>> Congratulations Sameera! >>>

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Gimantha Bandara
Congratulations Sameera! On Fri, Oct 10, 2014 at 11:04 AM, Shashika Karunatilaka wrote: > Congrats sameera. > > On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake > wrote: > >> Congrats Sameera!! >> >> On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake >> wrote: >> >>> Congratulations S

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Gayashan Amarasinghe
Congratulations Kannangara!!! On Fri, Oct 10, 2014 at 11:04 AM, Shashika Karunatilaka wrote: > Congrats sameera. > > On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake > wrote: > >> Congrats Sameera!! >> >> On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake >> wrote: >> >>> Congratulati

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Malintha Adikari
Congratulations Sameera! On Fri, Oct 10, 2014 at 11:07 AM, Gayashan Amarasinghe wrote: > Congratulations Kannangara!!! > > On Fri, Oct 10, 2014 at 11:04 AM, Shashika Karunatilaka < > shashi...@wso2.com> wrote: > >> Congrats sameera. >> >> On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake

[Dev] App cloud DSS service XML response contains addition namespaces

2014-10-09 Thread Inshaf Mahath
Hi all, Currently we are developing a DSS service in the app cloud. After invoking a rest operation the received XML response contains additional namespaces in few child elements. This error occurs when there are multiple child elements in the XML response. Please refer the structure of the recei

Re: [Dev] ESB build error

2014-10-09 Thread Lahiru Chandima
Hi Tishan, I followed the instructions given in CEP documentation[1] to build the kernel patches. Documentation specifies to run mvn clean install in each patch directory. But, the pom of each patch contains a submodule specification like

  1   2   >