Re: [Dev] Latency in Deployment Synchronizer

2016-10-11 Thread Fathima Dilhasha
Hi All,

I had a chat with KasunG and following are the facts I got to know which
explains the latency I was experiencing.

1. There is a scheduled task which is running in the DepSync enabled
manager nodes to commit new artifacts.
(The *DeploymentUpdateInterval* in carbon.xml defines how often the
task is run).

 But this task is run only if the tenant is loaded at the specific node.
 When there are new artifacts, the manager node sends a cluster message
to the other node indicating that there are new artifacts.

2. To compensate for any lost cluster messages there is a mandatory sync
mechanism run at each node irrespective of tenant loading.
 This task is run every 5-10 mins.

So, if tenant is not loaded at Node 1 and a file is changed at
"APIM/repository/tenants//..,
There is a latency of up to *15mins* until the changes are committed to SVN.

@KasunG, Please correct me if I've understood anything wrong.

Thanks and Regards,
Dilhasha



On Thu, Oct 6, 2016 at 10:15 AM, Fathima Dilhasha  wrote:

> Thanks Thilini. I will go through the webinar.
>
> On Thu, Oct 6, 2016 at 10:13 AM, Thilini Cooray  wrote:
>
>> Hi Fathima,
>>
>> The delay in committing to svn can be caused by network latency.
>> Have you specifically defined a checkout time period in your worker nodes?
>>
>> [1] is the webinar which clearly explains about the Dep-Sync mechanism.
>>
>> Hope it will give you an idea about the dep-sync behvior.
>>
>> [1] http://wso2.com/library/webinars/2012/10/enterprise-use-
>> case-webinar-wso2-depsync-data-synchronization-between-nodes-cluster/
>>
>> Thanks.
>>
>> On Thu, Oct 6, 2016 at 10:02 AM, Fathima Dilhasha 
>> wrote:
>>
>>> I have a cluster with two nodes of WSO2 API Manager 1.10.0 with the
>>> following configurations for DeploymentSynchronizer.
>>> (Note that both the nodes are capable of committing.)
>>>
>>>  120
>>> 
>>>   
>>>   true
>>>   true
>>>   true
>>>  ...
>>>   
>>>
>>> I had the following observations when changing files at the path
>>> "APIM/repository/tenants//.."
>>>
>>> When I change a file within a folder in above path at 1 node,
>>> there is a latency of about 8mins until the change is committed to svn
>>> repo. (Note that update interval is only 2mins)
>>>
>>> I am not very clear about why there is a latency more than expected? Can
>>> this be due to added network latency?
>>>
>>> I would appreciate if you can point me to any documentation with details
>>> about the internals of depSync.
>>>
>>> I have referred to [1]
>>>
>>> [1] https://docs.wso2.com/display/CLUSTER420/Introduction+to
>>> +Deployment+Synchronizer
>>>
>>> Thanks & Regards,
>>> Dilhasha
>>>
>>> --
>>> Fathima Dilhasha
>>> *Software Engineer*
>>> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
>>> <%2B94%20%280%29%20773%20451194>
>>> dilha...@wso2.com 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Best Regards,
>>
>> *Thilini Cooray*
>> Software Engineer
>> Mobile : +94 (0) 774 570 112 <%2B94%20%280%29%20774%20570112>
>> E-mail : thili...@wso2.com
>>
>> WSO2 Inc. www.wso2.com
>> lean.enterprise.middleware
>>
>
>
>
> --
> Fathima Dilhasha
> *Software Engineer*
> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
> <%2B94%20%280%29%20773%20451194>
> dilha...@wso2.com 
>



-- 
Fathima Dilhasha
*Software Engineer*
Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
<%2B94%20%280%29%20773%20451194>
dilha...@wso2.com 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Megala Uthayakumar
Create a jira [1] to track this.

[1] https://wso2.org/jira/browse/CAPPMGT-2

Thanks.

On Wed, Oct 12, 2016 at 9:29 AM, Dinusha Senanayaka 
wrote:

>
>
> On Wed, Oct 12, 2016 at 9:02 AM, Megala Uthayakumar 
> wrote:
>
>> Hi Dinusha,
>>
>> Thanks for the response. For the time being, we will include the webapp
>> related permissions as well in the EMM console.
>>
> +1. Please create a JIRA as improvement to track this.
>
>>
>> Thanks.
>>
>> Regards,
>> Megala
>>
>> On Wed, Oct 12, 2016 at 6:42 AM, Dinusha Senanayaka 
>> wrote:
>>
>>> Hi Megala,
>>>
>>> Ideally there should be a permission called Mobile App/Subscribe, but
>>> currently it has only Web App/Subscribe. This is something we should
>>> improve later.
>>>
>>> Regards,
>>> Dinusha.
>>>
>>> On Tue, Oct 11, 2016 at 9:23 PM, Megala Uthayakumar 
>>> wrote:
>>>
 Hi All,

 I am working on a jira regarding adding app-store related permissions
 to EMM console [1]. In EMM we use app-store for installing and handling
 mobile apps. So I thought of adding the permissions that are only related
 with mobile-apps. But in carbon-appmgt, when the user logins, it checks for
 the subscriber role for the web-apps [2][3], even though it has a separate
 set of permissions for mobile-apps [4]. So in that case, even though the
 user is only concerned about mobile-apps, he/she should have subscriber
 role for web apps to login to app-store. Is this the correct behavior?

 [1] https://wso2.org/jira/browse/EMM-1333
 [2] https://github.com/wso2/carbon-appmgt/blob/master/featur
 es/org.wso2.carbon.appmgt.store.feature/src/main/resources/s
 tore/controllers/acs.jag#L116
 [3] https://github.com/wso2/carbon-appmgt/blob/master/compon
 ents/org.wso2.carbon.appmgt.hostobjects/src/main/java/org/ws
 o2/carbon/appmgt/hostobjects/APIStoreHostObject.java#L2682
 [4] https://github.com/wso2/carbon-appmgt/blob/master/compon
 ents/org.wso2.carbon.appmgt.impl/src/main/resources/META-INF
 /component.xml

 Thanks

 Regards,
 Megala
 --
 Megala Uthayakumar

 Software Engineer
 Mobile : 0779967122

>>>
>>>
>>>
>>> --
>>> Dinusha Dilrukshi
>>> Associate Technical Lead
>>> WSO2 Inc.: http://wso2.com/
>>> Mobile: +94725255071
>>> Blog: http://dinushasblog.blogspot.com/
>>>
>>
>>
>>
>> --
>> Megala Uthayakumar
>>
>> Software Engineer
>> Mobile : 0779967122
>>
>
>
>
> --
> Dinusha Dilrukshi
> Associate Technical Lead
> WSO2 Inc.: http://wso2.com/
> Mobile: +94725255071
> Blog: http://dinushasblog.blogspot.com/
>



-- 
Megala Uthayakumar

Software Engineer
Mobile : 0779967122
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Dinusha Senanayaka
On Wed, Oct 12, 2016 at 9:02 AM, Megala Uthayakumar  wrote:

> Hi Dinusha,
>
> Thanks for the response. For the time being, we will include the webapp
> related permissions as well in the EMM console.
>
+1. Please create a JIRA as improvement to track this.

>
> Thanks.
>
> Regards,
> Megala
>
> On Wed, Oct 12, 2016 at 6:42 AM, Dinusha Senanayaka 
> wrote:
>
>> Hi Megala,
>>
>> Ideally there should be a permission called Mobile App/Subscribe, but
>> currently it has only Web App/Subscribe. This is something we should
>> improve later.
>>
>> Regards,
>> Dinusha.
>>
>> On Tue, Oct 11, 2016 at 9:23 PM, Megala Uthayakumar 
>> wrote:
>>
>>> Hi All,
>>>
>>> I am working on a jira regarding adding app-store related permissions to
>>> EMM console [1]. In EMM we use app-store for installing and handling mobile
>>> apps. So I thought of adding the permissions that are only related with
>>> mobile-apps. But in carbon-appmgt, when the user logins, it checks for the
>>> subscriber role for the web-apps [2][3], even though it has a separate set
>>> of permissions for mobile-apps [4]. So in that case, even though the user
>>> is only concerned about mobile-apps, he/she should have subscriber role for
>>> web apps to login to app-store. Is this the correct behavior?
>>>
>>> [1] https://wso2.org/jira/browse/EMM-1333
>>> [2] https://github.com/wso2/carbon-appmgt/blob/master/featur
>>> es/org.wso2.carbon.appmgt.store.feature/src/main/resources/
>>> store/controllers/acs.jag#L116
>>> [3] https://github.com/wso2/carbon-appmgt/blob/master/compon
>>> ents/org.wso2.carbon.appmgt.hostobjects/src/main/java/org/ws
>>> o2/carbon/appmgt/hostobjects/APIStoreHostObject.java#L2682
>>> [4] https://github.com/wso2/carbon-appmgt/blob/master/compon
>>> ents/org.wso2.carbon.appmgt.impl/src/main/resources/META-INF
>>> /component.xml
>>>
>>> Thanks
>>>
>>> Regards,
>>> Megala
>>> --
>>> Megala Uthayakumar
>>>
>>> Software Engineer
>>> Mobile : 0779967122
>>>
>>
>>
>>
>> --
>> Dinusha Dilrukshi
>> Associate Technical Lead
>> WSO2 Inc.: http://wso2.com/
>> Mobile: +94725255071
>> Blog: http://dinushasblog.blogspot.com/
>>
>
>
>
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



-- 
Dinusha Dilrukshi
Associate Technical Lead
WSO2 Inc.: http://wso2.com/
Mobile: +94725255071
Blog: http://dinushasblog.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Megala Uthayakumar
Hi Dinusha,

Thanks for the response. For the time being, we will include the webapp
related permissions as well in the EMM console.

Thanks.

Regards,
Megala

On Wed, Oct 12, 2016 at 6:42 AM, Dinusha Senanayaka 
wrote:

> Hi Megala,
>
> Ideally there should be a permission called Mobile App/Subscribe, but
> currently it has only Web App/Subscribe. This is something we should
> improve later.
>
> Regards,
> Dinusha.
>
> On Tue, Oct 11, 2016 at 9:23 PM, Megala Uthayakumar 
> wrote:
>
>> Hi All,
>>
>> I am working on a jira regarding adding app-store related permissions to
>> EMM console [1]. In EMM we use app-store for installing and handling mobile
>> apps. So I thought of adding the permissions that are only related with
>> mobile-apps. But in carbon-appmgt, when the user logins, it checks for the
>> subscriber role for the web-apps [2][3], even though it has a separate set
>> of permissions for mobile-apps [4]. So in that case, even though the user
>> is only concerned about mobile-apps, he/she should have subscriber role for
>> web apps to login to app-store. Is this the correct behavior?
>>
>> [1] https://wso2.org/jira/browse/EMM-1333
>> [2] https://github.com/wso2/carbon-appmgt/blob/master/featur
>> es/org.wso2.carbon.appmgt.store.feature/src/main/resourc
>> es/store/controllers/acs.jag#L116
>> [3] https://github.com/wso2/carbon-appmgt/blob/master/compon
>> ents/org.wso2.carbon.appmgt.hostobjects/src/main/java/org/
>> wso2/carbon/appmgt/hostobjects/APIStoreHostObject.java#L2682
>> [4] https://github.com/wso2/carbon-appmgt/blob/master/compon
>> ents/org.wso2.carbon.appmgt.impl/src/main/resources/META-
>> INF/component.xml
>>
>> Thanks
>>
>> Regards,
>> Megala
>> --
>> Megala Uthayakumar
>>
>> Software Engineer
>> Mobile : 0779967122
>>
>
>
>
> --
> Dinusha Dilrukshi
> Associate Technical Lead
> WSO2 Inc.: http://wso2.com/
> Mobile: +94725255071
> Blog: http://dinushasblog.blogspot.com/
>



-- 
Megala Uthayakumar

Software Engineer
Mobile : 0779967122
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Hi Lakshani and Godwin,


Sorry for the carelessness, those tables were added by our colleagues year ago. 
Please ignore my words.


Thanks, Wenxing 


-- Original --
From:  "Lakshani Gamage";;
Send time: Wednesday, Oct 12, 2016 0:08 AM
To: "wenxzhen"; 
Cc: "Godwin Shrimal"; "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Hi Wenxzhen,


Could you please tell us from which sql file you found UM_GROUP definition? I 
couldn't find it anywhere in AS 5.3.0.


Thanks,

Lakshani.


On Tue, Oct 11, 2016 at 5:45 PM, wenxzhen  wrote:


Sorry. For the Group tables, I can find the UM_GROUP definition in the sql 
files from AS 5.3.0. Is there anything wrong?


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "Godwin Shrimal"; 
Cc:  "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi Godwin,


OK, I see. If I wanna use the Group tables, what's the best way to do the 
support?


Thanks for the support.
Regards, Wenxing


-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:34 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Pls check the database model in /dbscripts/mysql.sql and you find the 
source for JDBCUserStoreManager in 
https://github.com/wso2/carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/jdbc/JDBCUserStoreManager.java



Thanks

Godwin



On Tue, Oct 11, 2016 at 5:22 PM, wenxzhen  wrote:
I got it from product-as\modules\distribution\src\resources\sql\mysql.sql.


By the way, I can't find the source codes for the 
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager either?




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:19 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi Wenxing,


I can't find the tables called UM_GROUP and UM_USER_GROUP in the wso2as-5.3.0, 
can you point me exactly where do you refer those tables ?



Thanks

Godwin




On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:
Hi Godwin,


For the 2 APIs below, I think it's for the Roles, but not the Groups.


There are tables for UM_GROUP and UM_ROLE. I think there are different


Thanks, Wenxing




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 7:24 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi wenxing,


You can use https://localhost:9443/services/UserAdmin?wsdl for this and see 
below for operation information.


Get groups : getAllRolesNames

Get User groups : getRolesOfUsers


Let us know if you need further information on this.



Thanks

Godwin






On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
Dear experts,


Please advice as it's really important to our implementation.


Thanks, Wenxing


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "wenxzhen"; "dev"; 

Subject:  Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing





___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev
 




-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 





___
 

Re: [Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Dinusha Senanayaka
Hi Megala,

Ideally there should be a permission called Mobile App/Subscribe, but
currently it has only Web App/Subscribe. This is something we should
improve later.

Regards,
Dinusha.

On Tue, Oct 11, 2016 at 9:23 PM, Megala Uthayakumar  wrote:

> Hi All,
>
> I am working on a jira regarding adding app-store related permissions to
> EMM console [1]. In EMM we use app-store for installing and handling mobile
> apps. So I thought of adding the permissions that are only related with
> mobile-apps. But in carbon-appmgt, when the user logins, it checks for the
> subscriber role for the web-apps [2][3], even though it has a separate set
> of permissions for mobile-apps [4]. So in that case, even though the user
> is only concerned about mobile-apps, he/she should have subscriber role for
> web apps to login to app-store. Is this the correct behavior?
>
> [1] https://wso2.org/jira/browse/EMM-1333
> [2] https://github.com/wso2/carbon-appmgt/blob/master/
> features/org.wso2.carbon.appmgt.store.feature/src/main/
> resources/store/controllers/acs.jag#L116
> [3] https://github.com/wso2/carbon-appmgt/blob/master/
> components/org.wso2.carbon.appmgt.hostobjects/src/main/
> java/org/wso2/carbon/appmgt/hostobjects/APIStoreHostObject.java#L2682
> [4] https://github.com/wso2/carbon-appmgt/blob/master/
> components/org.wso2.carbon.appmgt.impl/src/main/
> resources/META-INF/component.xml
>
> Thanks
>
> Regards,
> Megala
> --
> Megala Uthayakumar
>
> Software Engineer
> Mobile : 0779967122
>



-- 
Dinusha Dilrukshi
Associate Technical Lead
WSO2 Inc.: http://wso2.com/
Mobile: +94725255071
Blog: http://dinushasblog.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Clarification regarding carbon-appmgt permissions

2016-10-11 Thread Megala Uthayakumar
Hi All,

I am working on a jira regarding adding app-store related permissions to
EMM console [1]. In EMM we use app-store for installing and handling mobile
apps. So I thought of adding the permissions that are only related with
mobile-apps. But in carbon-appmgt, when the user logins, it checks for the
subscriber role for the web-apps [2][3], even though it has a separate set
of permissions for mobile-apps [4]. So in that case, even though the user
is only concerned about mobile-apps, he/she should have subscriber role for
web apps to login to app-store. Is this the correct behavior?

[1] https://wso2.org/jira/browse/EMM-1333
[2]
https://github.com/wso2/carbon-appmgt/blob/master/features/org.wso2.carbon.appmgt.store.feature/src/main/resources/store/controllers/acs.jag#L116
[3]
https://github.com/wso2/carbon-appmgt/blob/master/components/org.wso2.carbon.appmgt.hostobjects/src/main/java/org/wso2/carbon/appmgt/hostobjects/APIStoreHostObject.java#L2682
[4]
https://github.com/wso2/carbon-appmgt/blob/master/components/org.wso2.carbon.appmgt.impl/src/main/resources/META-INF/component.xml

Thanks

Regards,
Megala
-- 
Megala Uthayakumar

Software Engineer
Mobile : 0779967122
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread Lakshani Gamage
Hi Wenxzhen,

Could you please tell us from which sql file you found UM_GROUP definition?
I couldn't find it anywhere in AS 5.3.0.

Thanks,
Lakshani.

On Tue, Oct 11, 2016 at 5:45 PM, wenxzhen  wrote:

>
> Sorry. For the Group tables, I can find the UM_GROUP definition in the sql
> files from AS 5.3.0. Is there anything wrong?
>
> -- Original --
> *From: * "wenxzhen";;
> *Date: * Oct 11, 2016
> *To: * "Godwin Shrimal";
> *Cc: * "dev";
> *Subject: * Re: [Dev] Where can I find the APIs for
> UM_GROUP/UM_USER_GROUP?
>
> Hi Godwin,
>
> OK, I see. If I wanna use the Group tables, what's the best way to do the
> support?
>
> Thanks for the support.
> Regards, Wenxing
>
> -- Original --
> *From: * "Godwin Shrimal";;
> *Send time:* Tuesday, Oct 11, 2016 8:34 PM
> *To:* "wenxzhen";
> *Cc:* "dev";
> *Subject: * Re: [Dev] Where can I find the APIs for
> UM_GROUP/UM_USER_GROUP?
>
> Pls check the database model in /dbscripts/mysql.sql and you find
> the source for JDBCUserStoreManager in https://github.com/wso2/
> carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/
> main/java/org/wso2/carbon/user/core/jdbc/JDBCUserStoreManager.java
>
>
> Thanks
> Godwin
>
>
> On Tue, Oct 11, 2016 at 5:22 PM, wenxzhen  wrote:
>
>> I got it from product-as\modules\distributio
>> n\src\resources\sql\mysql.sql.
>>
>> By the way, I can't find the source codes for the
>> org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager either?
>>
>>
>> -- Original --
>> *From: * "Godwin Shrimal";;
>> *Send time:* Tuesday, Oct 11, 2016 8:19 PM
>> *To:* "wenxzhen";
>> *Cc:* "dev";
>> *Subject: * Re: [Dev] Where can I find the APIs for
>> UM_GROUP/UM_USER_GROUP?
>>
>> Hi Wenxing,
>>
>> I can't find the tables called UM_*GROUP *and UM_USER_*GROUP *in the
>> wso2as-5.3.0, can you point me exactly where do you refer those tables ?
>>
>>
>> Thanks
>> Godwin
>>
>>
>>
>> On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:
>>
>>> Hi Godwin,
>>>
>>> For the 2 APIs below, I think it's for the Roles, but not the Groups.
>>>
>>> There are tables for UM_GROUP and UM_ROLE. I think there are different
>>>
>>> Thanks, Wenxing
>>>
>>>
>>> -- Original --
>>> *From: * "Godwin Shrimal";;
>>> *Send time:* Tuesday, Oct 11, 2016 7:24 PM
>>> *To:* "wenxzhen";
>>> *Cc:* "dev";
>>> *Subject: * Re: [Dev] Where can I find the APIs for
>>> UM_GROUP/UM_USER_GROUP?
>>>
>>> Hi wenxing,
>>>
>>> You can use https://localhost:9443/services/UserAdmin?wsdl for this and
>>> see below for operation information.
>>>
>>> Get groups : getAllRolesNames
>>> Get User groups : getRolesOfUsers
>>>
>>> Let us know if you need further information on this.
>>>
>>> Thanks
>>> Godwin
>>>
>>>
>>> On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
>>>
 Dear experts,

 Please advice as it's really important to our implementation.

 Thanks, Wenxing

 -- Original --
 *From: * "wenxzhen";;
 *Date: * Oct 11, 2016
 *To: * "wenxzhen"; "dev";
 *Subject: * Re:[Dev] Where can I find the APIs for
 UM_GROUP/UM_USER_GROUP?

 Appreciated if anyone can advice.

 -- Original --
 *From: * "wenxzhen";;
 *Date: * Oct 11, 2016
 *To: * "dev";
 *Subject: * [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

 Dear all,

 From the database model shipped with AS 5.3.0, I can see that a User
 can be in a Group. How about the APIs? where can I find it and where it's
 the source codes?

 Please advice.
 Thanks, Wenxing

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *
>>> twitter: https://twitter.com/godwinamila
>>> 
>>>
>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: 

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Sorry. For the Group tables, I can find the UM_GROUP definition in the sql 
files from AS 5.3.0. Is there anything wrong?


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "Godwin Shrimal"; 
Cc:  "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Hi Godwin,


OK, I see. If I wanna use the Group tables, what's the best way to do the 
support?


Thanks for the support.
Regards, Wenxing


-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:34 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Pls check the database model in /dbscripts/mysql.sql and you find the 
source for JDBCUserStoreManager in 
https://github.com/wso2/carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/jdbc/JDBCUserStoreManager.java



Thanks

Godwin



On Tue, Oct 11, 2016 at 5:22 PM, wenxzhen  wrote:
I got it from product-as\modules\distribution\src\resources\sql\mysql.sql.


By the way, I can't find the source codes for the 
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager either?




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:19 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi Wenxing,


I can't find the tables called UM_GROUP and UM_USER_GROUP in the wso2as-5.3.0, 
can you point me exactly where do you refer those tables ?



Thanks

Godwin




On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:
Hi Godwin,


For the 2 APIs below, I think it's for the Roles, but not the Groups.


There are tables for UM_GROUP and UM_ROLE. I think there are different


Thanks, Wenxing




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 7:24 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi wenxing,


You can use https://localhost:9443/services/UserAdmin?wsdl for this and see 
below for operation information.


Get groups : getAllRolesNames

Get User groups : getRolesOfUsers


Let us know if you need further information on this.



Thanks

Godwin






On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
Dear experts,


Please advice as it's really important to our implementation.


Thanks, Wenxing


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "wenxzhen"; "dev"; 

Subject:  Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing





___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev
 




-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Hi Godwin,


OK, I see. If I wanna use the Group tables, what's the best way to do the 
support?


Thanks for the support.
Regards, Wenxing


-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:34 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Pls check the database model in /dbscripts/mysql.sql and you find the 
source for JDBCUserStoreManager in 
https://github.com/wso2/carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/jdbc/JDBCUserStoreManager.java



Thanks

Godwin



On Tue, Oct 11, 2016 at 5:22 PM, wenxzhen  wrote:
I got it from product-as\modules\distribution\src\resources\sql\mysql.sql.


By the way, I can't find the source codes for the 
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager either?




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:19 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi Wenxing,


I can't find the tables called UM_GROUP and UM_USER_GROUP in the wso2as-5.3.0, 
can you point me exactly where do you refer those tables ?



Thanks

Godwin




On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:
Hi Godwin,


For the 2 APIs below, I think it's for the Roles, but not the Groups.


There are tables for UM_GROUP and UM_ROLE. I think there are different


Thanks, Wenxing




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 7:24 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi wenxing,


You can use https://localhost:9443/services/UserAdmin?wsdl for this and see 
below for operation information.


Get groups : getAllRolesNames

Get User groups : getRolesOfUsers


Let us know if you need further information on this.



Thanks

Godwin






On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
Dear experts,


Please advice as it's really important to our implementation.


Thanks, Wenxing


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "wenxzhen"; "dev"; 

Subject:  Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing





___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev
 




-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread Godwin Shrimal
Pls check the database model in /dbscripts/mysql.sql and you find
the source for JDBCUserStoreManager in
https://github.com/wso2/carbon-kernel/blob/4.4.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/jdbc/JDBCUserStoreManager.java


Thanks
Godwin


On Tue, Oct 11, 2016 at 5:22 PM, wenxzhen  wrote:

> I got it from product-as\modules\distribution\src\resources\sql\mysql.sql.
>
> By the way, I can't find the source codes for the
> org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager either?
>
>
> -- Original --
> *From: * "Godwin Shrimal";;
> *Send time:* Tuesday, Oct 11, 2016 8:19 PM
> *To:* "wenxzhen";
> *Cc:* "dev";
> *Subject: * Re: [Dev] Where can I find the APIs for
> UM_GROUP/UM_USER_GROUP?
>
> Hi Wenxing,
>
> I can't find the tables called UM_*GROUP *and UM_USER_*GROUP *in the
> wso2as-5.3.0, can you point me exactly where do you refer those tables ?
>
>
> Thanks
> Godwin
>
>
>
> On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:
>
>> Hi Godwin,
>>
>> For the 2 APIs below, I think it's for the Roles, but not the Groups.
>>
>> There are tables for UM_GROUP and UM_ROLE. I think there are different
>>
>> Thanks, Wenxing
>>
>>
>> -- Original --
>> *From: * "Godwin Shrimal";;
>> *Send time:* Tuesday, Oct 11, 2016 7:24 PM
>> *To:* "wenxzhen";
>> *Cc:* "dev";
>> *Subject: * Re: [Dev] Where can I find the APIs for
>> UM_GROUP/UM_USER_GROUP?
>>
>> Hi wenxing,
>>
>> You can use https://localhost:9443/services/UserAdmin?wsdl for this and
>> see below for operation information.
>>
>> Get groups : getAllRolesNames
>> Get User groups : getRolesOfUsers
>>
>> Let us know if you need further information on this.
>>
>> Thanks
>> Godwin
>>
>>
>> On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
>>
>>> Dear experts,
>>>
>>> Please advice as it's really important to our implementation.
>>>
>>> Thanks, Wenxing
>>>
>>> -- Original --
>>> *From: * "wenxzhen";;
>>> *Date: * Oct 11, 2016
>>> *To: * "wenxzhen"; "dev";
>>> *Subject: * Re:[Dev] Where can I find the APIs for
>>> UM_GROUP/UM_USER_GROUP?
>>>
>>> Appreciated if anyone can advice.
>>>
>>> -- Original --
>>> *From: * "wenxzhen";;
>>> *Date: * Oct 11, 2016
>>> *To: * "dev";
>>> *Subject: * [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?
>>>
>>> Dear all,
>>>
>>> From the database model shipped with AS 5.3.0, I can see that a User can
>>> be in a Group. How about the APIs? where can I find it and where it's the
>>> source codes?
>>>
>>> Please advice.
>>> Thanks, Wenxing
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
> 
>



-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
I got it from product-as\modules\distribution\src\resources\sql\mysql.sql.


By the way, I can't find the source codes for the 
org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager either?




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 8:19 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Hi Wenxing,


I can't find the tables called UM_GROUP and UM_USER_GROUP in the wso2as-5.3.0, 
can you point me exactly where do you refer those tables ?



Thanks

Godwin




On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:
Hi Godwin,


For the 2 APIs below, I think it's for the Roles, but not the Groups.


There are tables for UM_GROUP and UM_ROLE. I think there are different


Thanks, Wenxing




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 7:24 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?





Hi wenxing,


You can use https://localhost:9443/services/UserAdmin?wsdl for this and see 
below for operation information.


Get groups : getAllRolesNames

Get User groups : getRolesOfUsers


Let us know if you need further information on this.



Thanks

Godwin






On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
Dear experts,


Please advice as it's really important to our implementation.


Thanks, Wenxing


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "wenxzhen"; "dev"; 

Subject:  Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing





___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev
 




-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila












 







-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread Godwin Shrimal
Hi Wenxing,

I can't find the tables called UM_*GROUP *and UM_USER_*GROUP *in the
wso2as-5.3.0, can you point me exactly where do you refer those tables ?


Thanks
Godwin



On Tue, Oct 11, 2016 at 5:03 PM, wenxzhen  wrote:

> Hi Godwin,
>
> For the 2 APIs below, I think it's for the Roles, but not the Groups.
>
> There are tables for UM_GROUP and UM_ROLE. I think there are different
>
> Thanks, Wenxing
>
>
> -- Original --
> *From: * "Godwin Shrimal";;
> *Send time:* Tuesday, Oct 11, 2016 7:24 PM
> *To:* "wenxzhen";
> *Cc:* "dev";
> *Subject: * Re: [Dev] Where can I find the APIs for
> UM_GROUP/UM_USER_GROUP?
>
> Hi wenxing,
>
> You can use https://localhost:9443/services/UserAdmin?wsdl for this and
> see below for operation information.
>
> Get groups : getAllRolesNames
> Get User groups : getRolesOfUsers
>
> Let us know if you need further information on this.
>
> Thanks
> Godwin
>
>
> On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
>
>> Dear experts,
>>
>> Please advice as it's really important to our implementation.
>>
>> Thanks, Wenxing
>>
>> -- Original --
>> *From: * "wenxzhen";;
>> *Date: * Oct 11, 2016
>> *To: * "wenxzhen"; "dev";
>> *Subject: * Re:[Dev] Where can I find the APIs for
>> UM_GROUP/UM_USER_GROUP?
>>
>> Appreciated if anyone can advice.
>>
>> -- Original --
>> *From: * "wenxzhen";;
>> *Date: * Oct 11, 2016
>> *To: * "dev";
>> *Subject: * [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?
>>
>> Dear all,
>>
>> From the database model shipped with AS 5.3.0, I can see that a User can
>> be in a Group. How about the APIs? where can I find it and where it's the
>> source codes?
>>
>> Please advice.
>> Thanks, Wenxing
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
> 
>



-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Hi Godwin,


For the 2 APIs below, I think it's for the Roles, but not the Groups.


There are tables for UM_GROUP and UM_ROLE. I think there are different


Thanks, Wenxing




-- Original --
From:  "Godwin Shrimal";;
Send time: Tuesday, Oct 11, 2016 7:24 PM
To: "wenxzhen"; 
Cc: "dev"; 
Subject:  Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Hi wenxing,


You can use https://localhost:9443/services/UserAdmin?wsdl for this and see 
below for operation information.


Get groups : getAllRolesNames

Get User groups : getRolesOfUsers


Let us know if you need further information on this.



Thanks

Godwin






On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:
Dear experts,


Please advice as it's really important to our implementation.


Thanks, Wenxing


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "wenxzhen"; "dev"; 

Subject:  Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing





___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev
 




-- 
Godwin Amila Shrimal
 Senior Software Engineer
WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

mobile: +94772264165linkedin: http://lnkd.in/KUum6D
twitter: https://twitter.com/godwinamila___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Kasun Thennakoon
Congrats Madawa!

On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa has
> made some great contributions to WSO2 Governance Registry and WSO2
> Enterprise Store products during the last few months and in recognition of
> his commitment and contributions, he has been voted as a Committer for WSO2.
>
> Madawa, welcome aboard and keep up the good work.
>
> Best Regards,
> Chandana
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <%2B94718169299>*
>
> *Blog  :http://cnapagoda.blogspot.com 
> | http://chandana.napagoda.com *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Thennakoon*
Software Engineer
WSO2, Inc.
Mobile:+94 711661919
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Sameera Medagammaddegedara
Congrats Madawa!

On Tue, Oct 11, 2016 at 4:01 PM, Mushthaq Rumy  wrote:

> Congrats Madawa :)
>
> On Tue, Oct 11, 2016 at 2:25 PM, Sameera Gunarathne 
> wrote:
>
>> Congrats madawa !! :)
>>
>> On Tue, Oct 11, 2016 at 1:31 PM, Lahiru J Ekanayake 
>> wrote:
>>
>>> Congrats Madawa :)
>>>
>>> On Tue, Oct 11, 2016 at 1:28 PM, Eranda Rajapakshe 
>>> wrote:
>>>
 Congrats Madawa!! :)

 On Tue, Oct 11, 2016 at 12:52 PM, Malintha Fernando <
 malinth...@wso2.com> wrote:

> Congrats Madawa! :)
>
> On Tue, Oct 11, 2016 at 12:15 PM, Fathima Dilhasha 
> wrote:
>
>> Congratz Madawa!! :)
>>
>> On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray 
>> wrote:
>>
>>> Congratz Madawa !!!
>>>
>>> On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar <
>>> prakh...@wso2.com> wrote:
>>>
 Congratz Madawa.. ! :D

 On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen 
 wrote:

> Congratz Madawa.. !!! :D
>
> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara <
> nis...@wso2.com> wrote:
>
>> Congratz Madawa ! :D
>>
>> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda <
>> chand...@wso2.com> wrote:
>>
>>> Hi Devs,
>>>
>>> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer.
>>> Madawa has made some great contributions to WSO2 Governance 
>>> Registry and
>>> WSO2 Enterprise Store products during the last few months and in
>>> recognition of his commitment and contributions, he has been voted 
>>> as a
>>> Committer for WSO2.
>>>
>>> Madawa, welcome aboard and keep up the good work.
>>>
>>> Best Regards,
>>> Chandana
>>>
>>> --
>>> *Chandana Napagoda*
>>> Associate Technical Lead
>>> WSO2 Inc. - http://wso2.org
>>>
>>> *Email  :  chand...@wso2.com **Mobile :
>>> +94718169299 <%2B94718169299>*
>>>
>>> *Blog  :http://cnapagoda.blogspot.com
>>>  | http://chandana.napagoda.com
>>> *
>>>
>>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>>> *
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Nisala Niroshana Nanayakkara,*
>> Software Engineer
>> Mobile:(+94)717600022
>> WSO2 Inc., http://wso2.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Sabra Ossen*
> *Software Engineer*
> Email: sa...@wso2.com
> Mobile: +94 767 837356
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Prakhash Sivakumar
 Software Engineer | WSO2 Inc
 Platform Security Team
 Mobile : +94771510080
 Blog : https://medium.com/@PrakhashS

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Chanaka Cooray
>>> Software Engineer, WSO2 Inc. http://wso2.com
>>> Email: chana...@wso2.com
>>> Mobile: +94713149860
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Fathima Dilhasha
>> *Software Engineer*
>> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
>> <%2B94%20%280%29%20773%20451194>
>> dilha...@wso2.com 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Malintha Fernando
> Software Engineer
> WSO2 Inc. | http://wso2.com
> Mobile : +94 718874922
> Blog : http://blog.malintha.org
>
> Lean . Enterprise . Middleware
>
>
>
>
>
>
>
> 

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread Godwin Shrimal
Hi wenxing,

You can use https://localhost:9443/services/UserAdmin?wsdl for this and see
below for operation information.

Get groups : getAllRolesNames
Get User groups : getRolesOfUsers

Let us know if you need further information on this.

Thanks
Godwin


On Tue, Oct 11, 2016 at 3:40 PM, wenxzhen  wrote:

> Dear experts,
>
> Please advice as it's really important to our implementation.
>
> Thanks, Wenxing
>
> -- Original --
> *From: * "wenxzhen";;
> *Date: * Oct 11, 2016
> *To: * "wenxzhen"; "dev";
> *Subject: * Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?
>
> Appreciated if anyone can advice.
>
> -- Original --
> *From: * "wenxzhen";;
> *Date: * Oct 11, 2016
> *To: * "dev";
> *Subject: * [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?
>
> Dear all,
>
> From the database model shipped with AS 5.3.0, I can see that a User can
> be in a Group. How about the APIs? where can I find it and where it's the
> source codes?
>
> Please advice.
> Thanks, Wenxing
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Mushthaq Rumy
Congrats Madawa :)

On Tue, Oct 11, 2016 at 2:25 PM, Sameera Gunarathne 
wrote:

> Congrats madawa !! :)
>
> On Tue, Oct 11, 2016 at 1:31 PM, Lahiru J Ekanayake 
> wrote:
>
>> Congrats Madawa :)
>>
>> On Tue, Oct 11, 2016 at 1:28 PM, Eranda Rajapakshe 
>> wrote:
>>
>>> Congrats Madawa!! :)
>>>
>>> On Tue, Oct 11, 2016 at 12:52 PM, Malintha Fernando >> > wrote:
>>>
 Congrats Madawa! :)

 On Tue, Oct 11, 2016 at 12:15 PM, Fathima Dilhasha 
 wrote:

> Congratz Madawa!! :)
>
> On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray 
> wrote:
>
>> Congratz Madawa !!!
>>
>> On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar <
>> prakh...@wso2.com> wrote:
>>
>>> Congratz Madawa.. ! :D
>>>
>>> On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen 
>>> wrote:
>>>
 Congratz Madawa.. !!! :D

 On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara <
 nis...@wso2.com> wrote:

> Congratz Madawa ! :D
>
> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda <
> chand...@wso2.com> wrote:
>
>> Hi Devs,
>>
>> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer.
>> Madawa has made some great contributions to WSO2 Governance Registry 
>> and
>> WSO2 Enterprise Store products during the last few months and in
>> recognition of his commitment and contributions, he has been voted 
>> as a
>> Committer for WSO2.
>>
>> Madawa, welcome aboard and keep up the good work.
>>
>> Best Regards,
>> Chandana
>>
>> --
>> *Chandana Napagoda*
>> Associate Technical Lead
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile :
>> +94718169299 <%2B94718169299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com
>>  | http://chandana.napagoda.com
>> *
>>
>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>> *
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Nisala Niroshana Nanayakkara,*
> Software Engineer
> Mobile:(+94)717600022
> WSO2 Inc., http://wso2.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Sabra Ossen*
 *Software Engineer*
 Email: sa...@wso2.com
 Mobile: +94 767 837356

 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Prakhash Sivakumar
>>> Software Engineer | WSO2 Inc
>>> Platform Security Team
>>> Mobile : +94771510080
>>> Blog : https://medium.com/@PrakhashS
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Chanaka Cooray
>> Software Engineer, WSO2 Inc. http://wso2.com
>> Email: chana...@wso2.com
>> Mobile: +94713149860
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Fathima Dilhasha
> *Software Engineer*
> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
> <%2B94%20%280%29%20773%20451194>
> dilha...@wso2.com 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Malintha Fernando
 Software Engineer
 WSO2 Inc. | http://wso2.com
 Mobile : +94 718874922
 Blog : http://blog.malintha.org

 Lean . Enterprise . Middleware







 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Eranda Rajapakshe*
>>> Software Engineer
>>> WSO2 Inc.
>>> Mobile : +94784822608
>>>
>>> ___
>>> Dev 

Re: [Dev] Error in sending a notification through Email Publisher; Unknown SMTP host: smtp.gmail.com

2016-10-11 Thread Lakshman Udayakantha
One of answers of this question[1] might solve your question.

[1] http://stackoverflow.com/questions/10085856/java-mail-exception-error

Thanks

On Tue, Oct 11, 2016 at 3:28 PM, Aneela Safdar  wrote:

> Hi,
>
> I am trying to send notification using Email adapter of Event Publisher.
> This is my output-event-adapter.xml's Email configurations
>
> 
> 
> safdar.anee...@gmail.com
> Aneela Safdar
> */property>
> smtp.gmail.com
> 587
> true
> true
> 
> 8
> 100
> 2
> 1
> 
>
> I receive following error upon publishing events.I am behind a proxy, is
> this an issue behind this error or something else?
>
> [2016-10-11 14:57:35,024] ERROR {org.wso2.carbon.event.output.
> adapter.email.Emai
> lEventAdapter} -  Event dropped at Output Adapter 'AlertEmailPublisher'
> for tena
> nt id '-1234', Error in message format, Unknown SMTP host: smtp.gmail.com
> javax.mail.MessagingException: *Unknown SMTP host: smtp.gmail.com
> *;
>   nested exception is:
> java.net.UnknownHostException: smtp.gmail.com
> at com.sun.mail.smtp.SMTPTransport.openServer(
> SMTPTransport.java:1280)
> at com.sun.mail.smtp.SMTPTransport.protocolConnect(
> SMTPTransport.java:37
> 0)
> at javax.mail.Service.connect(Service.java:297)
> at javax.mail.Service.connect(Service.java:156)
> at javax.mail.Service.connect(Service.java:105)
> at javax.mail.Transport.send0(Transport.java:168)
> at javax.mail.Transport.send(Transport.java:98)
> at org.wso2.carbon.event.output.adapter.email.
> EmailEventAdapter$EmailSen
> der.run(EmailEventAdapter.java:306)
> at java.util.concurrent.Executors$RunnableAdapter.
> call(Executors.java:47
> 1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.
> java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor
> .java:615)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.net.UnknownHostException: smtp.gmail.com
> at java.net.AbstractPlainSocketImpl.connect(
> AbstractPlainSocketImpl.java
> :178)
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
> at java.net.Socket.connect(Socket.java:579)
> at java.net.Socket.connect(Socket.java:528)
> at com.sun.mail.util.SocketFetcher.createSocket(
> SocketFetcher.java:232)
> at com.sun.mail.util.SocketFetcher.getSocket(
> SocketFetcher.java:189)
> at com.sun.mail.smtp.SMTPTransport.openServer(
> SMTPTransport.java:1250)
> ... 12 more
>
> Regards,
> Aneela Safdar
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Lakshman Udayakantha
WSO2 Inc. www.wso2.com
lean.enterprise.middleware
Mobile: *0717429601*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Dear experts,


Please advice as it's really important to our implementation.


Thanks, Wenxing


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "wenxzhen"; "dev"; 

Subject:  Re:[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Error in sending a notification through Email Publisher; Unknown SMTP host: smtp.gmail.com

2016-10-11 Thread Aneela Safdar
Hi,
I am trying to send notification using Email adapter of Event Publisher. This 
is my output-event-adapter.xml's Email configurations
    
    
    safdar.anee...@gmail.com
    Aneela Safdar
    */property>
    smtp.gmail.com
    587
    true
    true
    
    8
    100
    2
    1
     I receive following error upon publishing events.I am 
behind a proxy, is this an issue behind this error or something else?

[2016-10-11 14:57:35,024] ERROR {org.wso2.carbon.event.output.adapter.email.Emai
lEventAdapter} -  Event dropped at Output Adapter 'AlertEmailPublisher' for tena
nt id '-1234', Error in message format, Unknown SMTP host: smtp.gmail.com
javax.mail.MessagingException: Unknown SMTP host: smtp.gmail.com;
  nested exception is:
    java.net.UnknownHostException: smtp.gmail.com
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1280)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:37
0)
    at javax.mail.Service.connect(Service.java:297)
    at javax.mail.Service.connect(Service.java:156)
    at javax.mail.Service.connect(Service.java:105)
    at javax.mail.Transport.send0(Transport.java:168)
    at javax.mail.Transport.send(Transport.java:98)
    at org.wso2.carbon.event.output.adapter.email.EmailEventAdapter$EmailSen
der.run(EmailEventAdapter.java:306)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
1)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.UnknownHostException: smtp.gmail.com
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java
:178)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:579)
    at java.net.Socket.connect(Socket.java:528)
    at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
    ... 12 more

Regards, 
Aneela Safdar___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Identity Server 5.3.0 Milestone 5 Released..!!

2016-10-11 Thread Pulasthi Mahawithana
The WSO2 Identity Server team is pleased to announce the 5th Milestone of
WSO2 Identity Server 5.3.0. You can download this distribution from
following locations

Runtime : https://github.com/wso2/product-is/releases/tag/v5.3.0-m5
Analytics : https://github.com/wso2/analytics-is/releases/tag/v5.3.0-m5

Following list contains all the features, improvements and bug fixes
available with this milestone.


*Runtime*

Bug

   - [IDENTITY-4772 ] - No UI
   validation when adding a workflow profile with long host name
   - [IDENTITY-4814 ] - Remove
   the 'Schema' parameter validation in OIDC
   - [IDENTITY-4822 ] - OIDC ID
   Token does not contain kid value
   - [IDENTITY-4823 ] -
   Providing support for acr_values parameter in OIDC
   - [IDENTITY-4854 ] - The
   error message returned in OIDC Login Failure is not according to the spec
   - [IDENTITY-5000 ] - "Could
   not evaluate criteria, credential contained no usage specifier. Could not
   evaluate criteria, credential contained no entity ID" message is logged
   when logging into the travelocity app
   - [IDENTITY-5061 ] -
   Selective notification sending for account enabling/disabling does not work
   - [IDENTITY-5062 ] - Null
   value in the permission tree
   - [IDENTITY-5123 ] - [IWA
   authentication] NoClassDefFoundError when authenticate user with IE browser
   - [IDENTITY-5188 ] - Email
   templates with "text/html" content types are sent as "text/plain"
   - [IDENTITY-5195 ] -
   AuthorizationAction parameter is locked at the top level and cannot be
   overridden
   - [IDENTITY-5212 ] - Class
   Cast Exception in Identity Authentication framework

Improvement

   - [IDENTITY-4811 ] -
   Providing support for OIDC Scope parameters
   - [IDENTITY-4824 ] -
   UserInfo endpoint access with Post and bearer body
   - [IDENTITY-4825 ] -
   UserInfo endpoint access with Post and bearer header
   - [IDENTITY-4847 ] -
   Supporting Essential Claims with OIDC Scopes
   - [IDENTITY-5088 ] - Token
   interceptors should be called to introspection as well.
   - [IDENTITY-5174 ] - Email
   template language list needs to be sorted when adding new template
   - [IDENTITY-5191 ] - Add
   cancel button in Email template add page

New Feature

   - [IDENTITY-4282 ] - OpenID
   Connect Discovery (endpoint)
   - [IDENTITY-4738 ] - [OIDC]
   Exposing the Public Certificate via jwks.json ('jwks_uri')
   - [IDENTITY-4828 ] - Create
   jwks endpoint for OIDC
   - [IDENTITY-4985 ] -
   Entitlement Service REST Impelmentation
   - [IDENTITY-5166 ] - Admin
   forces password reset for user
   - [IDENTITY-5201 ] - Account
   suspension notification need to be sent after configurable time duration

Patch

   - [IDENTITY-5107 ] -
   Supporting configurable NameID type in SAML authentication request
   - [IDENTITY-5168 ] - PDP
   Cache gets invalidated when IdentityMgtListener is enabled

Task

   - [IDENTITY-2866 ] - Improve
   Granularity of Permission Tree for Identity Features
   - [IDENTITY-4787 ] - Need to
   remove applying hash function for common auth session ID when publishing
   session data
   - [IDENTITY-4885 ] - Need to
   remove commonauthId hashing from data publisher




Analytics

Bug

   - [ANLYIS-164 ] - Percentiles
   values for higher percentile is not calculated properly in access token
   refresh scneario

Improvement

   - [ANLYIS-160 ] - Oauth Data
   publishers should be able to take a parameter map as inputs

New Feature

   - [ANLYIS-162 ] - Alerts on
   Abnormal Token Renew

Task

   - [ANLYIS-161 

Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Sameera Gunarathne
Congrats madawa !! :)

On Tue, Oct 11, 2016 at 1:31 PM, Lahiru J Ekanayake 
wrote:

> Congrats Madawa :)
>
> On Tue, Oct 11, 2016 at 1:28 PM, Eranda Rajapakshe 
> wrote:
>
>> Congrats Madawa!! :)
>>
>> On Tue, Oct 11, 2016 at 12:52 PM, Malintha Fernando 
>> wrote:
>>
>>> Congrats Madawa! :)
>>>
>>> On Tue, Oct 11, 2016 at 12:15 PM, Fathima Dilhasha 
>>> wrote:
>>>
 Congratz Madawa!! :)

 On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray 
 wrote:

> Congratz Madawa !!!
>
> On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar <
> prakh...@wso2.com> wrote:
>
>> Congratz Madawa.. ! :D
>>
>> On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:
>>
>>> Congratz Madawa.. !!! :D
>>>
>>> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara <
>>> nis...@wso2.com> wrote:
>>>
 Congratz Madawa ! :D

 On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda <
 chand...@wso2.com> wrote:

> Hi Devs,
>
> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer.
> Madawa has made some great contributions to WSO2 Governance Registry 
> and
> WSO2 Enterprise Store products during the last few months and in
> recognition of his commitment and contributions, he has been voted as 
> a
> Committer for WSO2.
>
> Madawa, welcome aboard and keep up the good work.
>
> Best Regards,
> Chandana
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile :
> +94718169299 <%2B94718169299>*
>
> *Blog  :http://cnapagoda.blogspot.com
>  | http://chandana.napagoda.com
> *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Nisala Niroshana Nanayakkara,*
 Software Engineer
 Mobile:(+94)717600022
 WSO2 Inc., http://wso2.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Sabra Ossen*
>>> *Software Engineer*
>>> Email: sa...@wso2.com
>>> Mobile: +94 767 837356
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Prakhash Sivakumar
>> Software Engineer | WSO2 Inc
>> Platform Security Team
>> Mobile : +94771510080
>> Blog : https://medium.com/@PrakhashS
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chanaka Cooray
> Software Engineer, WSO2 Inc. http://wso2.com
> Email: chana...@wso2.com
> Mobile: +94713149860
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Fathima Dilhasha
 *Software Engineer*
 Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
 <%2B94%20%280%29%20773%20451194>
 dilha...@wso2.com 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Malintha Fernando
>>> Software Engineer
>>> WSO2 Inc. | http://wso2.com
>>> Mobile : +94 718874922
>>> Blog : http://blog.malintha.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Eranda Rajapakshe*
>> Software Engineer
>> WSO2 Inc.
>> Mobile : +94784822608
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
>
>
> *Lahiru J Ekanayake**Software Engineer*
> Mobile : +9471 8812629 / +94778509547
> Email : lahi...@wso2.com
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middleware.
>
>
> 

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Appreciated if anyone can advice.


-- Original --
From:  "wenxzhen";;
Date:  Oct 11, 2016
To:  "dev"; 

Subject:  [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?



Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Eranda Rajapaksha

2016-10-11 Thread Sabra Ossen
Congratz Eranda  :D

On Tue, Oct 11, 2016 at 12:21 PM, Heshitha Hettihewa 
wrote:

> Congratz Eranda.!!! :)
>
> On Tue, Oct 11, 2016 at 12:18 PM, Rajith Vitharana 
> wrote:
>
>> Congratz Eranda ... :) :)
>>
>> On 10 October 2016 at 18:14, Senduran Balasubramaniyam > > wrote:
>>
>>> Congratulations Eranda !!
>>>
>>> On Mon, Oct 10, 2016 at 6:11 PM, Nadeeshaan Gunasinghe <
>>> nadeesh...@wso2.com> wrote:
>>>
 Congrats Eranda !!


 *Nadeeshaan Gunasinghe*
 Software Engineer, WSO2 Inc. http://wso2.com
 +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
 <#m_2956937829065869800_m_-8946741877371509318_m_3716317020870817988_m_-4715409582830934341_>
 
   
   
 Get a signature like this: Click here!
 

 On Mon, Oct 10, 2016 at 6:09 PM, prabath  wrote:

> Congratulation Eranda !!
>
> On Mon, Oct 10, 2016 at 6:07 PM, Sameera Gunarathne  > wrote:
>
>> Congrats Eranda !!!
>>
>> On Mon, Oct 10, 2016 at 6:03 PM, Prakhash Sivakumar <
>> prakh...@wso2.com> wrote:
>>
>>> Congratulation Eranda !
>>>
>>> On Mon, Oct 10, 2016 at 5:41 PM, Chanaka Fernando >> > wrote:
>>>
 Hi Devs,

 It is with great pleasure I welcome Eranda Rajapaksha as a WSO2
 committer. Eranda has been contributing to the WSO2 ESB 5.0 release 
 during
 past few months and showed great passion and commitment to work. In
 recognition of his work on ESB and Integration related development he 
 has
 been voted as a committer.

 Eranda, welcome aboard and keep up the good work.

 Cheers,
 Chanaka

 --
 Thank you and Best Regards,
 Chanaka Fernando
 Senior Technical Lead
 m: +94 773337238
 https://wso2.com 







 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Prakhash Sivakumar
>>> Software Engineer | WSO2 Inc
>>> Platform Security Team
>>> Mobile : +94771510080
>>> Blog : https://medium.com/@PrakhashS
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sameera Gunarathne
>> Software Engineer, WSO2 Inc. http://wso2.com
>> 
>> Email: samee...@wso2.com
>> Mobile: +94714155561
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prabath Ariyarathna.
> 
> --
> Talk is cheap. Show me the code.
> (Torvalds, Linus (2000-08-25))
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Senduran *
>>> Senior Software Engineer,
>>> WSO2, Inc.;  http://wso2.com/ 
>>> Mobile: +94 77 952 6548
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Rajith Vitharana
>>
>> Senior Software Engineer,
>> WSO2 Inc. : wso2.com
>> Mobile : +94715883223
>> Blog : http://lankavitharana.blogspot.com/
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Heshitha Hettihewa
> *Software Engineer*
> Mobile : +94716866386
> <%2B94%20%280%29%20773%20451194>
> heshit...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Sabra Ossen*
*Software Engineer*
Email: 

Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Lahiru J Ekanayake
Congrats Madawa :)

On Tue, Oct 11, 2016 at 1:28 PM, Eranda Rajapakshe  wrote:

> Congrats Madawa!! :)
>
> On Tue, Oct 11, 2016 at 12:52 PM, Malintha Fernando 
> wrote:
>
>> Congrats Madawa! :)
>>
>> On Tue, Oct 11, 2016 at 12:15 PM, Fathima Dilhasha 
>> wrote:
>>
>>> Congratz Madawa!! :)
>>>
>>> On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray 
>>> wrote:
>>>
 Congratz Madawa !!!

 On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar  wrote:

> Congratz Madawa.. ! :D
>
> On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:
>
>> Congratz Madawa.. !!! :D
>>
>> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara > > wrote:
>>
>>> Congratz Madawa ! :D
>>>
>>> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda <
>>> chand...@wso2.com> wrote:
>>>
 Hi Devs,

 It is my pleasure to welcome Madawa Soysa as a WSO2 Committer.
 Madawa has made some great contributions to WSO2 Governance Registry 
 and
 WSO2 Enterprise Store products during the last few months and in
 recognition of his commitment and contributions, he has been voted as a
 Committer for WSO2.

 Madawa, welcome aboard and keep up the good work.

 Best Regards,
 Chandana

 --
 *Chandana Napagoda*
 Associate Technical Lead
 WSO2 Inc. - http://wso2.org

 *Email  :  chand...@wso2.com **Mobile :
 +94718169299 <%2B94718169299>*

 *Blog  :http://cnapagoda.blogspot.com
  | http://chandana.napagoda.com
 *

 *Linkedin : http://www.linkedin.com/in/chandananapagoda
 *


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Nisala Niroshana Nanayakkara,*
>>> Software Engineer
>>> Mobile:(+94)717600022
>>> WSO2 Inc., http://wso2.com/
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Sabra Ossen*
>> *Software Engineer*
>> Email: sa...@wso2.com
>> Mobile: +94 767 837356
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prakhash Sivakumar
> Software Engineer | WSO2 Inc
> Platform Security Team
> Mobile : +94771510080
> Blog : https://medium.com/@PrakhashS
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Chanaka Cooray
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: chana...@wso2.com
 Mobile: +94713149860
 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Fathima Dilhasha
>>> *Software Engineer*
>>> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
>>> <%2B94%20%280%29%20773%20451194>
>>> dilha...@wso2.com 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Malintha Fernando
>> Software Engineer
>> WSO2 Inc. | http://wso2.com
>> Mobile : +94 718874922
>> Blog : http://blog.malintha.org
>>
>> Lean . Enterprise . Middleware
>>
>>
>>
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Eranda Rajapakshe*
> Software Engineer
> WSO2 Inc.
> Mobile : +94784822608
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 



*Lahiru J Ekanayake**Software Engineer*
Mobile : +9471 8812629 / +94778509547
Email : lahi...@wso2.com
WSO2, Inc.; http://wso2.com/
lean . enterprise . middleware.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Eranda Rajapakshe
Congrats Madawa!! :)

On Tue, Oct 11, 2016 at 12:52 PM, Malintha Fernando 
wrote:

> Congrats Madawa! :)
>
> On Tue, Oct 11, 2016 at 12:15 PM, Fathima Dilhasha 
> wrote:
>
>> Congratz Madawa!! :)
>>
>> On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray 
>> wrote:
>>
>>> Congratz Madawa !!!
>>>
>>> On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar 
>>> wrote:
>>>
 Congratz Madawa.. ! :D

 On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:

> Congratz Madawa.. !!! :D
>
> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara 
> wrote:
>
>> Congratz Madawa ! :D
>>
>> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda <
>> chand...@wso2.com> wrote:
>>
>>> Hi Devs,
>>>
>>> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer.
>>> Madawa has made some great contributions to WSO2 Governance Registry and
>>> WSO2 Enterprise Store products during the last few months and in
>>> recognition of his commitment and contributions, he has been voted as a
>>> Committer for WSO2.
>>>
>>> Madawa, welcome aboard and keep up the good work.
>>>
>>> Best Regards,
>>> Chandana
>>>
>>> --
>>> *Chandana Napagoda*
>>> Associate Technical Lead
>>> WSO2 Inc. - http://wso2.org
>>>
>>> *Email  :  chand...@wso2.com **Mobile :
>>> +94718169299 <%2B94718169299>*
>>>
>>> *Blog  :http://cnapagoda.blogspot.com
>>>  | http://chandana.napagoda.com
>>> *
>>>
>>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>>> *
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Nisala Niroshana Nanayakkara,*
>> Software Engineer
>> Mobile:(+94)717600022
>> WSO2 Inc., http://wso2.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Sabra Ossen*
> *Software Engineer*
> Email: sa...@wso2.com
> Mobile: +94 767 837356
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Prakhash Sivakumar
 Software Engineer | WSO2 Inc
 Platform Security Team
 Mobile : +94771510080
 Blog : https://medium.com/@PrakhashS

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Chanaka Cooray
>>> Software Engineer, WSO2 Inc. http://wso2.com
>>> Email: chana...@wso2.com
>>> Mobile: +94713149860
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Fathima Dilhasha
>> *Software Engineer*
>> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
>> <%2B94%20%280%29%20773%20451194>
>> dilha...@wso2.com 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Malintha Fernando
> Software Engineer
> WSO2 Inc. | http://wso2.com
> Mobile : +94 718874922
> Blog : http://blog.malintha.org
>
> Lean . Enterprise . Middleware
>
>
>
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Eranda Rajapakshe*
Software Engineer
WSO2 Inc.
Mobile : +94784822608
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Dear all,


From the database model shipped with AS 5.3.0, I can see that a User can be in 
a Group. How about the APIs? where can I find it and where it's the source 
codes?


Please advice.
Thanks, Wenxing___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Malintha Fernando
Congrats Madawa! :)

On Tue, Oct 11, 2016 at 12:15 PM, Fathima Dilhasha 
wrote:

> Congratz Madawa!! :)
>
> On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray 
> wrote:
>
>> Congratz Madawa !!!
>>
>> On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar 
>> wrote:
>>
>>> Congratz Madawa.. ! :D
>>>
>>> On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:
>>>
 Congratz Madawa.. !!! :D

 On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara 
 wrote:

> Congratz Madawa ! :D
>
> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda  > wrote:
>
>> Hi Devs,
>>
>> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa
>> has made some great contributions to WSO2 Governance Registry and WSO2
>> Enterprise Store products during the last few months and in recognition 
>> of
>> his commitment and contributions, he has been voted as a Committer for 
>> WSO2.
>>
>> Madawa, welcome aboard and keep up the good work.
>>
>> Best Regards,
>> Chandana
>>
>> --
>> *Chandana Napagoda*
>> Associate Technical Lead
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile :
>> +94718169299 <%2B94718169299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com
>>  | http://chandana.napagoda.com
>> *
>>
>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>> *
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Nisala Niroshana Nanayakkara,*
> Software Engineer
> Mobile:(+94)717600022
> WSO2 Inc., http://wso2.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Sabra Ossen*
 *Software Engineer*
 Email: sa...@wso2.com
 Mobile: +94 767 837356

 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Prakhash Sivakumar
>>> Software Engineer | WSO2 Inc
>>> Platform Security Team
>>> Mobile : +94771510080
>>> Blog : https://medium.com/@PrakhashS
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Chanaka Cooray
>> Software Engineer, WSO2 Inc. http://wso2.com
>> Email: chana...@wso2.com
>> Mobile: +94713149860
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Fathima Dilhasha
> *Software Engineer*
> Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
> <%2B94%20%280%29%20773%20451194>
> dilha...@wso2.com 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Malintha Fernando
Software Engineer
WSO2 Inc. | http://wso2.com
Mobile : +94 718874922
Blog : http://blog.malintha.org

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Eranda Rajapaksha

2016-10-11 Thread Heshitha Hettihewa
Congratz Eranda.!!! :)

On Tue, Oct 11, 2016 at 12:18 PM, Rajith Vitharana  wrote:

> Congratz Eranda ... :) :)
>
> On 10 October 2016 at 18:14, Senduran Balasubramaniyam 
> wrote:
>
>> Congratulations Eranda !!
>>
>> On Mon, Oct 10, 2016 at 6:11 PM, Nadeeshaan Gunasinghe <
>> nadeesh...@wso2.com> wrote:
>>
>>> Congrats Eranda !!
>>>
>>>
>>> *Nadeeshaan Gunasinghe*
>>> Software Engineer, WSO2 Inc. http://wso2.com
>>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>>> <#m_-8946741877371509318_m_3716317020870817988_m_-4715409582830934341_>
>>> 
>>>   
>>> 
>>> Get a signature like this: Click here!
>>> 
>>>
>>> On Mon, Oct 10, 2016 at 6:09 PM, prabath  wrote:
>>>
 Congratulation Eranda !!

 On Mon, Oct 10, 2016 at 6:07 PM, Sameera Gunarathne 
 wrote:

> Congrats Eranda !!!
>
> On Mon, Oct 10, 2016 at 6:03 PM, Prakhash Sivakumar  > wrote:
>
>> Congratulation Eranda !
>>
>> On Mon, Oct 10, 2016 at 5:41 PM, Chanaka Fernando 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> It is with great pleasure I welcome Eranda Rajapaksha as a WSO2
>>> committer. Eranda has been contributing to the WSO2 ESB 5.0 release 
>>> during
>>> past few months and showed great passion and commitment to work. In
>>> recognition of his work on ESB and Integration related development he 
>>> has
>>> been voted as a committer.
>>>
>>> Eranda, welcome aboard and keep up the good work.
>>>
>>> Cheers,
>>> Chanaka
>>>
>>> --
>>> Thank you and Best Regards,
>>> Chanaka Fernando
>>> Senior Technical Lead
>>> m: +94 773337238
>>> https://wso2.com 
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Prakhash Sivakumar
>> Software Engineer | WSO2 Inc
>> Platform Security Team
>> Mobile : +94771510080
>> Blog : https://medium.com/@PrakhashS
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sameera Gunarathne
> Software Engineer, WSO2 Inc. http://wso2.com
> 
> Email: samee...@wso2.com
> Mobile: +94714155561
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Prabath Ariyarathna.
 
 --
 Talk is cheap. Show me the code.
 (Torvalds, Linus (2000-08-25))


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Senduran *
>> Senior Software Engineer,
>> WSO2, Inc.;  http://wso2.com/ 
>> Mobile: +94 77 952 6548
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Rajith Vitharana
>
> Senior Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Heshitha Hettihewa
*Software Engineer*
Mobile : +94716866386
<%2B94%20%280%29%20773%20451194>
heshit...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Eranda Rajapaksha

2016-10-11 Thread Rajith Vitharana
Congratz Eranda ... :) :)

On 10 October 2016 at 18:14, Senduran Balasubramaniyam 
wrote:

> Congratulations Eranda !!
>
> On Mon, Oct 10, 2016 at 6:11 PM, Nadeeshaan Gunasinghe <
> nadeesh...@wso2.com> wrote:
>
>> Congrats Eranda !!
>>
>>
>> *Nadeeshaan Gunasinghe*
>> Software Engineer, WSO2 Inc. http://wso2.com
>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>> <#m_3716317020870817988_m_-4715409582830934341_>
>> 
>>   
>> 
>> Get a signature like this: Click here!
>> 
>>
>> On Mon, Oct 10, 2016 at 6:09 PM, prabath  wrote:
>>
>>> Congratulation Eranda !!
>>>
>>> On Mon, Oct 10, 2016 at 6:07 PM, Sameera Gunarathne 
>>> wrote:
>>>
 Congrats Eranda !!!

 On Mon, Oct 10, 2016 at 6:03 PM, Prakhash Sivakumar 
 wrote:

> Congratulation Eranda !
>
> On Mon, Oct 10, 2016 at 5:41 PM, Chanaka Fernando 
> wrote:
>
>> Hi Devs,
>>
>> It is with great pleasure I welcome Eranda Rajapaksha as a WSO2
>> committer. Eranda has been contributing to the WSO2 ESB 5.0 release 
>> during
>> past few months and showed great passion and commitment to work. In
>> recognition of his work on ESB and Integration related development he has
>> been voted as a committer.
>>
>> Eranda, welcome aboard and keep up the good work.
>>
>> Cheers,
>> Chanaka
>>
>> --
>> Thank you and Best Regards,
>> Chanaka Fernando
>> Senior Technical Lead
>> m: +94 773337238
>> https://wso2.com 
>>
>>
>>
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prakhash Sivakumar
> Software Engineer | WSO2 Inc
> Platform Security Team
> Mobile : +94771510080
> Blog : https://medium.com/@PrakhashS
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Sameera Gunarathne
 Software Engineer, WSO2 Inc. http://wso2.com
 
 Email: samee...@wso2.com
 Mobile: +94714155561

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Prabath Ariyarathna.
>>> 
>>> --
>>> Talk is cheap. Show me the code.
>>> (Torvalds, Linus (2000-08-25))
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Senduran *
> Senior Software Engineer,
> WSO2, Inc.;  http://wso2.com/ 
> Mobile: +94 77 952 6548
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Vitharana

Senior Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Eranda Rajapaksha

2016-10-11 Thread Fathima Dilhasha
Congratz Eranda!! :)

On Mon, Oct 10, 2016 at 6:36 PM, Dilshani Subasinghe 
wrote:

> Congrats Eranda :)
>
> On Mon, Oct 10, 2016 at 6:24 PM, Chanaka Cooray  wrote:
>
>> Congratz Eranda !!!
>>
>> On Mon, Oct 10, 2016 at 6:14 PM, Senduran Balasubramaniyam <
>> sendu...@wso2.com> wrote:
>>
>>> Congratulations Eranda !!
>>>
>>> On Mon, Oct 10, 2016 at 6:11 PM, Nadeeshaan Gunasinghe <
>>> nadeesh...@wso2.com> wrote:
>>>
 Congrats Eranda !!


 *Nadeeshaan Gunasinghe*
 Software Engineer, WSO2 Inc. http://wso2.com
 +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
 <#m_1093245744818842687_m_-3850375786891945420_m_-7870931990120826241_m_-4715409582830934341_>
 
   
   
 Get a signature like this: Click here!
 

 On Mon, Oct 10, 2016 at 6:09 PM, prabath  wrote:

> Congratulation Eranda !!
>
> On Mon, Oct 10, 2016 at 6:07 PM, Sameera Gunarathne  > wrote:
>
>> Congrats Eranda !!!
>>
>> On Mon, Oct 10, 2016 at 6:03 PM, Prakhash Sivakumar <
>> prakh...@wso2.com> wrote:
>>
>>> Congratulation Eranda !
>>>
>>> On Mon, Oct 10, 2016 at 5:41 PM, Chanaka Fernando >> > wrote:
>>>
 Hi Devs,

 It is with great pleasure I welcome Eranda Rajapaksha as a WSO2
 committer. Eranda has been contributing to the WSO2 ESB 5.0 release 
 during
 past few months and showed great passion and commitment to work. In
 recognition of his work on ESB and Integration related development he 
 has
 been voted as a committer.

 Eranda, welcome aboard and keep up the good work.

 Cheers,
 Chanaka

 --
 Thank you and Best Regards,
 Chanaka Fernando
 Senior Technical Lead
 m: +94 773337238
 https://wso2.com 







 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Prakhash Sivakumar
>>> Software Engineer | WSO2 Inc
>>> Platform Security Team
>>> Mobile : +94771510080
>>> Blog : https://medium.com/@PrakhashS
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Sameera Gunarathne
>> Software Engineer, WSO2 Inc. http://wso2.com
>> 
>> Email: samee...@wso2.com
>> Mobile: +94714155561
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prabath Ariyarathna.
> 
> --
> Talk is cheap. Show me the code.
> (Torvalds, Linus (2000-08-25))
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Senduran *
>>> Senior Software Engineer,
>>> WSO2, Inc.;  http://wso2.com/ 
>>> Mobile: +94 77 952 6548
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Chanaka Cooray
>> Software Engineer, WSO2 Inc. http://wso2.com
>> Email: chana...@wso2.com
>> Mobile: +94713149860
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Best Regards,
>
> Dilshani Subasinghe
> Software Engineer - QA *|* WSO2
> lean *|* enterprise *|* middleware
>
> Mobile : +94773375185
> Blog: dilshanilive.blogspot.com
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Fathima Dilhasha
Congratz Madawa!! :)

On Tue, Oct 11, 2016 at 12:14 PM, Chanaka Cooray  wrote:

> Congratz Madawa !!!
>
> On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar 
> wrote:
>
>> Congratz Madawa.. ! :D
>>
>> On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:
>>
>>> Congratz Madawa.. !!! :D
>>>
>>> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara 
>>> wrote:
>>>
 Congratz Madawa ! :D

 On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
 wrote:

> Hi Devs,
>
> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa
> has made some great contributions to WSO2 Governance Registry and WSO2
> Enterprise Store products during the last few months and in recognition of
> his commitment and contributions, he has been voted as a Committer for 
> WSO2.
>
> Madawa, welcome aboard and keep up the good work.
>
> Best Regards,
> Chandana
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile :
> +94718169299 <%2B94718169299>*
>
> *Blog  :http://cnapagoda.blogspot.com
>  | http://chandana.napagoda.com
> *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Nisala Niroshana Nanayakkara,*
 Software Engineer
 Mobile:(+94)717600022
 WSO2 Inc., http://wso2.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Sabra Ossen*
>>> *Software Engineer*
>>> Email: sa...@wso2.com
>>> Mobile: +94 767 837356
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Prakhash Sivakumar
>> Software Engineer | WSO2 Inc
>> Platform Security Team
>> Mobile : +94771510080
>> Blog : https://medium.com/@PrakhashS
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chanaka Cooray
> Software Engineer, WSO2 Inc. http://wso2.com
> Email: chana...@wso2.com
> Mobile: +94713149860
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Fathima Dilhasha
*Software Engineer*
Mobile : +94 (0) 771663314 <%2B94%20%280%29%20773655496>
<%2B94%20%280%29%20773%20451194>
dilha...@wso2.com 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Chanaka Cooray
Congratz Madawa !!!

On Tue, Oct 11, 2016 at 12:12 PM, Prakhash Sivakumar 
wrote:

> Congratz Madawa.. ! :D
>
> On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:
>
>> Congratz Madawa.. !!! :D
>>
>> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara 
>> wrote:
>>
>>> Congratz Madawa ! :D
>>>
>>> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
>>> wrote:
>>>
 Hi Devs,

 It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa
 has made some great contributions to WSO2 Governance Registry and WSO2
 Enterprise Store products during the last few months and in recognition of
 his commitment and contributions, he has been voted as a Committer for 
 WSO2.

 Madawa, welcome aboard and keep up the good work.

 Best Regards,
 Chandana

 --
 *Chandana Napagoda*
 Associate Technical Lead
 WSO2 Inc. - http://wso2.org

 *Email  :  chand...@wso2.com **Mobile :
 +94718169299 <%2B94718169299>*

 *Blog  :http://cnapagoda.blogspot.com
  | http://chandana.napagoda.com
 *

 *Linkedin : http://www.linkedin.com/in/chandananapagoda
 *


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Nisala Niroshana Nanayakkara,*
>>> Software Engineer
>>> Mobile:(+94)717600022
>>> WSO2 Inc., http://wso2.com/
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Sabra Ossen*
>> *Software Engineer*
>> Email: sa...@wso2.com
>> Mobile: +94 767 837356
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Prakhash Sivakumar
> Software Engineer | WSO2 Inc
> Platform Security Team
> Mobile : +94771510080
> Blog : https://medium.com/@PrakhashS
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chanaka Cooray
Software Engineer, WSO2 Inc. http://wso2.com
Email: chana...@wso2.com
Mobile: +94713149860

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Prakhash Sivakumar
Congratz Madawa.. ! :D

On Tue, Oct 11, 2016 at 12:09 PM, Sabra Ossen  wrote:

> Congratz Madawa.. !!! :D
>
> On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara 
> wrote:
>
>> Congratz Madawa ! :D
>>
>> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa
>>> has made some great contributions to WSO2 Governance Registry and WSO2
>>> Enterprise Store products during the last few months and in recognition of
>>> his commitment and contributions, he has been voted as a Committer for WSO2.
>>>
>>> Madawa, welcome aboard and keep up the good work.
>>>
>>> Best Regards,
>>> Chandana
>>>
>>> --
>>> *Chandana Napagoda*
>>> Associate Technical Lead
>>> WSO2 Inc. - http://wso2.org
>>>
>>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>>> <%2B94718169299>*
>>>
>>> *Blog  :http://cnapagoda.blogspot.com
>>>  | http://chandana.napagoda.com
>>> *
>>>
>>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>>> *
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Nisala Niroshana Nanayakkara,*
>> Software Engineer
>> Mobile:(+94)717600022
>> WSO2 Inc., http://wso2.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Sabra Ossen*
> *Software Engineer*
> Email: sa...@wso2.com
> Mobile: +94 767 837356
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Prakhash Sivakumar
Software Engineer | WSO2 Inc
Platform Security Team
Mobile : +94771510080
Blog : https://medium.com/@PrakhashS
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Sabra Ossen
Congratz Madawa.. !!! :D

On Tue, Oct 11, 2016 at 12:07 PM, Nisala Nanayakkara 
wrote:

> Congratz Madawa ! :D
>
> On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
> wrote:
>
>> Hi Devs,
>>
>> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa has
>> made some great contributions to WSO2 Governance Registry and WSO2
>> Enterprise Store products during the last few months and in recognition of
>> his commitment and contributions, he has been voted as a Committer for WSO2.
>>
>> Madawa, welcome aboard and keep up the good work.
>>
>> Best Regards,
>> Chandana
>>
>> --
>> *Chandana Napagoda*
>> Associate Technical Lead
>> WSO2 Inc. - http://wso2.org
>>
>> *Email  :  chand...@wso2.com **Mobile : +94718169299
>> <%2B94718169299>*
>>
>> *Blog  :http://cnapagoda.blogspot.com 
>> | http://chandana.napagoda.com *
>>
>> *Linkedin : http://www.linkedin.com/in/chandananapagoda
>> *
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Nisala Niroshana Nanayakkara,*
> Software Engineer
> Mobile:(+94)717600022
> WSO2 Inc., http://wso2.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Sabra Ossen*
*Software Engineer*
Email: sa...@wso2.com
Mobile: +94 767 837356


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Nisala Nanayakkara
Congratz Madawa ! :D

On Tue, Oct 11, 2016 at 12:04 PM, Chandana Napagoda 
wrote:

> Hi Devs,
>
> It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa has
> made some great contributions to WSO2 Governance Registry and WSO2
> Enterprise Store products during the last few months and in recognition of
> his commitment and contributions, he has been voted as a Committer for WSO2.
>
> Madawa, welcome aboard and keep up the good work.
>
> Best Regards,
> Chandana
>
> --
> *Chandana Napagoda*
> Associate Technical Lead
> WSO2 Inc. - http://wso2.org
>
> *Email  :  chand...@wso2.com **Mobile : +94718169299
> <%2B94718169299>*
>
> *Blog  :http://cnapagoda.blogspot.com 
> | http://chandana.napagoda.com *
>
> *Linkedin : http://www.linkedin.com/in/chandananapagoda
> *
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Nisala Niroshana Nanayakkara,*
Software Engineer
Mobile:(+94)717600022
WSO2 Inc., http://wso2.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Committers += Madawa Soysa

2016-10-11 Thread Chandana Napagoda
Hi Devs,

It is my pleasure to welcome Madawa Soysa as a WSO2 Committer. Madawa has
made some great contributions to WSO2 Governance Registry and WSO2
Enterprise Store products during the last few months and in recognition of
his commitment and contributions, he has been voted as a Committer for WSO2.

Madawa, welcome aboard and keep up the good work.

Best Regards,
Chandana

-- 
*Chandana Napagoda*
Associate Technical Lead
WSO2 Inc. - http://wso2.org

*Email  :  chand...@wso2.com **Mobile : +94718169299*

*Blog  :http://cnapagoda.blogspot.com  |
http://chandana.napagoda.com *

*Linkedin : http://www.linkedin.com/in/chandananapagoda
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev