Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-03 Thread Manujith Pallewatte
Hi Farasath, Yeah I will do that, also if I use the the local snapshot of Balana in the project, I would have to change my Balana version in the IS pom dependency right? so it will give a merge conflict when i try to PR the new entitlement service? Thank You Manujith On Tue, Aug 2, 2016 at

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Farasath Ahamed
Hi Manujith, It would be great if you could send a PR as well :). For now, you can fix this locally and continue working. Thanks, Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Manujith Pallewatte
Hi, Posted in JIRA [1], thanks for all the help [1] https://wso2.org/jira/browse/IDENTITY-4889 On Tue, Aug 2, 2016 at 1:17 PM, Harsha Thirimanna wrote: > Hi, > > You can create a JIRA here[1]. Follow the other ticket to get an idea. > > [1]

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Harsha Thirimanna
Hi, You can create a JIRA here[1]. Follow the other ticket to get an idea. [1] https://wso2.org/jira/browse/IDENTITY *Harsha Thirimanna* Associate Tech Lead | WSO2 Email: hars...@wso2.com Mob: +94715186770 Blog: http://harshathirimanna.blogspot.com/ Twitter: http://twitter.com/harshathirimann

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Manujith Pallewatte
Hi Harsha, Sorry I'm new to JIRA, can you point me where I could post the issue? Also i found a previous open issue in balana github issue list [1], should I open a new one in JIRA as well? [1] https://github.com/wso2/balana/issues/12 On Tue, Aug 2, 2016 at 12:48 PM, Harsha Thirimanna

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Harsha Thirimanna
Yes, can you create a public JIRA *Harsha Thirimanna* Associate Tech Lead | WSO2 Email: hars...@wso2.com Mob: +94715186770 Blog: http://harshathirimanna.blogspot.com/ Twitter: http://twitter.com/harshathirimann Linked-In: linked-in: http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Manujith Pallewatte
Hi Harsha, Okay thank you, so it would be safe to assume that it will be there in the next Balana release? since I really need to use it Manujith On Tue, Aug 2, 2016 at 11:43 AM, Harsha Thirimanna wrote: > I think, if there are any usage for that, we have to implement that

Re: [Dev] [Balana] No getter for ObligationId in Obligation

2016-08-02 Thread Harsha Thirimanna
I think, if there are any usage for that, we have to implement that get method. *Harsha Thirimanna* Associate Tech Lead | WSO2 Email: hars...@wso2.com Mob: +94715186770 Blog: http://harshathirimanna.blogspot.com/ Twitter: http://twitter.com/harshathirimann Linked-In: linked-in:

[Dev] [Balana] No getter for ObligationId in Obligation

2016-08-01 Thread Manujith Pallewatte
Hi all, I'm in the process of implementing the XACML 3.0 JSON profile for requests and responses and in writing the responses, I need to obtain the Obligation Id of each Obligation [1]. But as seen in [1], there's no public getter method available to obtain the Id from the Obligation object. Is