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 Praneesha Chandrasiri
Hi Shashika, I think this is related to the discussion in the mail thread with the subject [Dev] [BAM] Location of the stream definitions XML file in BAM? in @Dev group. Hope this information will be useful! Copying @Documentation in case if there are any updates to be done in the docs. On

Re: [Dev] ESB build error

2014-10-09 Thread Shiva Balachandran
Hi Chamin, Please check if that directory contains the respective pom file. Also, where are you building it from,using a IDE or using the terminal? Thank you, On Thu, Oct 9, 2014 at 11:45 AM, Chamin Nalinda cha...@wso2.com wrote: Error message says fails to collect dependencies for jars

Re: [Dev] ESB build error

2014-10-09 Thread Chamin Nalinda
yes the pom is there, I'm using terminal. I follow this link[1] and I did go through the link[2] as well where there is similar issue, but in my case it didn't work. [1] https://docs.wso2.com/display/ESB480/Building+from+Source [2] https://www.mail-archive.com/dev@wso2.org/msg32909.html On Thu,

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 Niranda Perera
Hi Shashika, AFAIK CEP in it's startup reads the CEP_HOME/repository/conf/data-bridge/streams-definition.xml file by default and store it in the registry. When you run a sample, during the start-up, it will gather the relevant files from the samples/artifacts/id directories. Try changing the

[Dev] Jaggery websocket sample not working

2014-10-09 Thread Sam Sivayogam
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 error message *ReferenceError: webSocket is not defined.* Thank You. -- *Sam Sivayogam* Software Engineer http://www.wso2.com/ *Mobile* : +94

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

2014-10-09 Thread Hemika Kodikara
Hi All, I have been following this tutorial on creating a carbon component [1]. I have created all 3 OSGI bundles and added them to the dropins folder. Once I start the carbon server, I see the component I created as student.menu. But when clicked on it, nothing happens. In the carbon console I

Re: [Dev] ESB build error

2014-10-09 Thread Chamin Nalinda
Hi Ranwala, location is : product-releases/chunk-04/products/pom.xml here's the error stack (some artifacts are missing) start [INFO] [INFO] [INFO] Building WSO2 ESB - Samples

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

2014-10-09 Thread Supun Muthutantrige
Hi Hemika, Can you attach the StudentManagerClient.java file. It seems the problem is caused from there. Regards *Supun Rasitha Muthutantrige* *supunrWSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608* ___

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

2014-10-09 Thread Shashika Karunatilaka
Hi Hemika, check the folder structure of the resources in eclipse Thank you On Thu, Oct 9, 2014 at 12:03 PM, Hemika Kodikara hem...@wso2.com wrote: Hi All, I have been following this tutorial on creating a carbon component [1]. I have created all 3 OSGI bundles and added them to the dropins

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

2014-10-09 Thread Shashika Karunatilaka
yes as chamin said check the component.xml as well, seems it couldn't find the resource.properties and map it Thank you. On Thu, Oct 9, 2014 at 12:15 PM, Chamin Nalinda cha...@wso2.com wrote: Hi Hemika, The menu should appear as Students. Check your Resources.properties and component.xml

Re: [Dev] Governance Registry: Web service executor sample

2014-10-09 Thread Himasha Guruge
Hi Shiva, This is the xml configuration of the lifecycle source in governance registry. aspect name=SampleLifeCycle class=org.wso2.carbon.governance.registry.extensions.aspects.DefaultLifeCycle configuration type=literal lifecycle scxml

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

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 hem...@wso2.com wrote: Hi

[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 je...@wso2.com* ___ Dev

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 s...@wso2.com 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

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 raje...@wso2.com wrote: Hi, Class loading problems occur if multiple osgi bundles contain the same java package

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 local-platform-directory-2) Before start building particular product in the chunk make sure you have build all respective kernel patches. Refer [1] to

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 tis...@wso2.com wrote: Hi Chamin, I assume you checked out the source for chunk 04. (eg:svn

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 je...@wso2.com wrote: Hi, Do anyone know how to get wso2 carbon info log to front-end using jaggery? I want to get

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 kas...@wso2.com

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:

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:

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 mariang...@wso2.com wrote: Hi Tishan, Praneesha, has raised a JIRA [1] in this regard and we are in the process of updating the docs. [1]

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 waru...@wso2.com wrote: Hi jerad, Here is an example logviewerclient.

[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 raje...@wso2.com 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

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.

[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

[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

[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 anurud...@wso2.com 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

[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

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:

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

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 sup...@wso2.com 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

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 az...@wso2.com 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 sup...@wso2.com wrote: Hi, I'm going to set

[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. template xmlns=http://ws.apache.org/ns/synapse; name=Template_A parameter name=endpointRef

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 rush...@wso2.com wrote: In the below sample code, do I

[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

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,

[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/api/1.2/resource files these are missing nickname, basePath,

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 chami...@wso2.com 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

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 dine...@wso2.com 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

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

[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 sub...@wso2.com 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

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 sub...@wso2.com 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

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 hesh...@wso2.com wrote: Congratulations Denuwanthi! On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's our pleasure to welcome Denuwanthi De Silva as a WSO2 Committer.

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

2014-10-09 Thread Ayesha Dissanayaka
Congratulations Denuwanthi!!! -- *Ayesha Dissanayaka* Software Engineer, WSO2, Inc : http://wso2.com http://www.google.com/url?q=http%3A%2F%2Fwso2.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg 20, Palmgrove Avenue, Colombo 3 E-Mail: aye...@wso2.com ayshsa...@gmail.com

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 hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. Sameera has

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 hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. Sameera has

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 aye...@wso2.com 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 samee...@wso2.com wrote: Congratz Denuwanthi!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com wrote: Congratulations Denuwanthi! On Fri, Oct 10, 2014 at 9:36 AM, Subash Chaturanga sub...@wso2.com

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 aye...@wso2.com wrote: Congratulations Sameera!!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga sub...@wso2.com

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 aye...@wso2.com wrote: Congratulations Sameera!!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga

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 aye...@wso2.com 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 dan...@wso2.com wrote: Congrats Denuwanthi !!! On Fri, Oct 10, 2014 at 9:44 AM, Sameera Jayaratna samee...@wso2.com wrote: Congratz Denuwanthi!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Roshan Wijesena
Congratulations!! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga sub...@wso2.com 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

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 milin...@wso2.com wrote: Congratulations Sameera ...! On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka aye...@wso2.com wrote: Congratulations Sameera!!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage

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 milin...@wso2.com wrote: Congratulations Sameera ...! On Fri, Oct 10, 2014 at 9:44 AM, Ayesha Dissanayaka aye...@wso2.com wrote: Congratulations Sameera!!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com

Re: [Dev] WSO2 Committers += Sameera Kannangara

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

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 sewwa...@wso2.com wrote: Congratulations Sameera...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera milin...@wso2.com wrote: Congratulations Sameera ...! On Fri, Oct 10, 2014 at 9:44 AM, Ayesha

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 god...@wso2.com wrote: Hi, I am working on a jira[1], When we create a tenant it create

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 sewwa...@wso2.com wrote: Congratulations Denuwanthi...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Danesh Kuruppu dan...@wso2.com wrote: Congrats Denuwanthi !!! On Fri, Oct 10, 2014 at 9:44 AM, Sameera Jayaratna

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 lasi...@wso2.com wrote: Congratulations Denuwanthi ..!!! On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi Perera sewwa...@wso2.com wrote: Congratulations Denuwanthi...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Danesh

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 lasi...@wso2.com wrote: Congratulations Sameera ..!!! On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera sewwa...@wso2.com wrote: Congratulations Sameera...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera

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 lasi...@wso2.com wrote: Congratulations Sameera ..!!! On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera sewwa...@wso2.com wrote: Congratulations Sameera...!!! :) On Fri, Oct 10, 2014 at 9:45 AM, Milinda Perera

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 prasa...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith lasi...@wso2.com wrote: Congratulations Denuwanthi ..!!! On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi

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 yasas...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:53 AM, Lasindu

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 prasa...@wso2.com wrote: Congratulations Sameera On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith lasi...@wso2.com wrote: Congratulations Sameera ..!!! On Fri, Oct 10, 2014 at 9:51 AM, Sewwandi Perera

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 prasa...@wso2.com wrote: Congratulations Sameera On Fri, Oct 10, 2014

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 yasas...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10,

[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 kas...@wso2.com 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

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 anurud...@wso2.com wrote: Congratulations Sameera!! On Fri, Oct 10, 2014 at 9:56 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Sameera On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith

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 anurud...@wso2.com wrote: Congratulations Sameera!! On Fri, Oct 10, 2014 at 9:56 AM, Prasanna Dangalla prasa...@wso2.com

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 rajkum...@wso2.com wrote: Congratz Denuwanthi!! On Fri, Oct 10, 2014 at 10:00 AM, Kasun De Silva kas...@wso2.com wrote:

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 dan...@wso2.com wrote: One more question, why we do both log exception and throw it inside

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 daksh...@wso2.com wrote: Congratulations!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 10, 2014 at 10:04 AM, Rajkumar Rajaratnam

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 ino...@wso2.com wrote: Congratulations Denuwanthi!! On Fri, Oct 10, 2014 at 10:05 AM, Dakshika Jayathilaka daksh...@wso2.com wrote: Congratulations!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc.

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 prasa...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith lasi...@wso2.com wrote: Congratulations Denuwanthi ..!!! On Fri, Oct 10, 2014 at 9:50 AM, Sewwandi

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 vijit...@wso2.com wrote: Congratulations Denuwanthi !!! On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:53 AM, Lasindu Charith

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 daksh...@wso2.com wrote: Congratulations Sameera!! *Dakshika Jayathilaka* Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Fri, Oct 10, 2014 at 9:59 AM, Anuruddha Premalal

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 hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga sub...@wso2.com wrote: Hi all, It's our pleasure to welcome Sameera Kannangara as a WSO2 Committer. Sameera has

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 dine...@wso2.com wrote: Congratulations... ! On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Denuwanthi !!! On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla

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 vijit...@wso2.com wrote: Congratulations Denuwanthi !!! On Fri, Oct 10, 2014 at 9:55 AM, Prasanna Dangalla prasa...@wso2.com wrote: Congratulations Denuwanthi On Fri, Oct 10, 2014 at 9:53 AM, Lasindu

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 vijit...@wso2.com wrote: Congratulations Sameera !!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga

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 vijit...@wso2.com wrote: Congratulations Sameera !!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com wrote: Congratulations Sameera! On Fri, Oct 10, 2014 at 9:38 AM, Subash Chaturanga sub...@wso2.com

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 malit...@wso2.com wrote: Congratulations Denuwanthi ... On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Denuwanthi !!! On Fri, Oct 10, 2014 at 9:55 AM, Prasanna

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 nira...@wso2.com wrote: Congrats Denuwanthi! On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe malit...@wso2.com wrote: Congratulations Denuwanthi ... On Fri, Oct 10, 2014 at 10:27 AM, Vijitha Ekanayake

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 gayas...@wso2.com wrote: Congratulations Denuwanthi!!! On Fri, Oct 10, 2014 at 10:35 AM, Niranda Perera nira...@wso2.com wrote: Congrats Denuwanthi! On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe

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 yasas...@wso2.com wrote: Congrats Sameera!! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Sameera !!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com

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 gayas...@wso2.com wrote: Congratulations Denuwanthi!!! On Fri, Oct 10, 2014 at 10:35 AM, Niranda Perera nira...@wso2.com wrote: Congrats Denuwanthi! On Fri, Oct 10, 2014 at 10:34 AM, Malithi Edirisinghe

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Thilini Shanika
Congratulations !! On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake yasas...@wso2.com wrote: Congrats Sameera!! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake vijit...@wso2.com wrote: Congratulations Sameera !!! On Fri, Oct 10, 2014 at 9:42 AM, Heshani Gamage hesh...@wso2.com

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 shashi...@wso2.com wrote: Congrats sameera. On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake yasas...@wso2.com wrote: Congrats Sameera!! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake

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 shashi...@wso2.com wrote: Congrats sameera. On Fri, Oct 10, 2014 at 10:36 AM, Yasassri Ratnayake yasas...@wso2.com wrote: Congrats Sameera!! On Fri, Oct 10, 2014 at 10:33 AM, Vijitha Ekanayake

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 gayas...@wso2.com 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