Re: [Dev] [C5] Retrieving claim values with Claim Manager changes

2016-05-26 Thread Himasha Guruge
Thanks Jayanga. On Thu, May 26, 2016 at 12:59 PM, Jayanga Kaushalya wrote: > Hi Himasha, > > This is fixed with > https://github.com/wso2-extensions/carbon-security-user-store-jdbc/pull/28 > > Thanks! > > *Jayanga Kaushalya* > Software Engineer > Mobile: +94777860160 > WSO2 Inc. | http://wso2.co

Re: [Dev] [C5] Retrieving claim values with Claim Manager changes

2016-05-26 Thread Jayanga Kaushalya
Hi Himasha, This is fixed with https://github.com/wso2-extensions/carbon-security-user-store-jdbc/pull/28 Thanks! *Jayanga Kaushalya* Software Engineer Mobile: +94777860160 WSO2 Inc. | http://wso2.com lean.enterprise.middleware On Thu, May 26, 2016 at 10:26 AM, Himasha Guruge wrote: > Thanks

Re: [Dev] [C5] Retrieving claim values with Claim Manager changes

2016-05-25 Thread Himasha Guruge
Thanks for the quick response Thanuja. On Thu, May 26, 2016 at 10:24 AM, Thanuja Jayasinghe wrote: > Hi Himasha, > > This is a known issue and Jayanga will provide a fix soon. > > Thanks, > Thanuja > > On Thu, May 26, 2016 at 10:19 AM, Himasha Guruge > wrote: > >> [1] >> https://github.com/wso2

Re: [Dev] [C5] Retrieving claim values with Claim Manager changes

2016-05-25 Thread Thanuja Jayasinghe
Hi Himasha, This is a known issue and Jayanga will provide a fix soon. Thanks, Thanuja On Thu, May 26, 2016 at 10:19 AM, Himasha Guruge wrote: > [1] > https://github.com/wso2-extensions/carbon-security-user-store-jdbc/blob/75d466dd4110ab55fb5dcb728b33611ec116bf63/feature/resources/database/WSO

Re: [Dev] [C5] Retrieving claim values with Claim Manager changes

2016-05-25 Thread Himasha Guruge
[1] https://github.com/wso2-extensions/carbon-security-user-store-jdbc/blob/75d466dd4110ab55fb5dcb728b33611ec116bf63/feature/resources/database/WSO2CARBON_DB.sql [2] https://github.com/wso2-extensions/carbon-security-user-store-jdbc/blob/master/tests/osgi-tests/src/test/resources/h2_test_data.sql

[Dev] [C5] Retrieving claim values with Claim Manager changes

2016-05-25 Thread Himasha Guruge
Hi , With the latest Claim Manager changes in carbon-security, following test was done to retrieve user claim values for user admin. However, an empty claim list is returned for the following line. user.getClaims(claims); While debugging, following stack trace was identified. I have used [1] and