Re: [Dev] [WSO2 EI 6.1.1] DSS Error

2018-06-13 Thread Sidath Weerasinghe
Hi devs, Is this error related to this ? http://wso2-oxygen-tank.10903.n7.nabble.com/Issue-with-EI-6-1-1-update-22-and-24-td156180.html On Thu, Jun 14, 2018 at 10:21 AM Sidath Weerasinghe wrote: >

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Identity Server 5.6.0 RC2

2018-06-13 Thread Madawa Soysa
Hi All, We are closing the vote as we found an issue when loading the registry browser. We will fix the issue and release another release candidate as soon as possible. Thanks, Madawa On Thu, Jun 14, 2018 at 10:45 AM Dewni Weeraman wrote: > Hi all, > > Sorry I made a small mistake. Please

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Identity Server 5.6.0 RC2

2018-06-13 Thread Dewni Weeraman
Hi all, Sorry I made a small mistake. Please note that the above scenarios were tested on RC2 pack. Thanks, Dewni On Thu, Jun 14, 2018 at 10:40 AM, Dewni Weeraman wrote: > Hi, > > Tested below scenarios on RC1 pack, > >- OAuth token revocation. >- Invoke the OAuth Introspection

Re: [Dev] [Architecture] [VOTE] Release of WSO2 Identity Server 5.6.0 RC2

2018-06-13 Thread Dewni Weeraman
Hi, Tested below scenarios on RC1 pack, - OAuth token revocation. - Invoke the OAuth Introspection Endpoint. - Entitlement policy creation using write policy in xml and publishing. - Using REST APIs via XACML to manage entitlement. - Create, update, get, delete an OAuth app using

Re: [Dev] [WSO2 EI 6.1.1] DSS Error

2018-06-13 Thread Sidath Weerasinghe
Hi Chanika, Im using EI 6.1.1 version and please find the dataservice config. {call update_application_from_applicationId(?, ?, ?, ?, ?)}

Re: [Dev] [WSO2 EI 6.1.1] DSS Error

2018-06-13 Thread Chanika Geeganage
Hi Sidath, What is the DSS version? Is it EI? Also can you please attach the dataservice config and a sample request to identify the issue? Thanks On Thu, Jun 14, 2018 at 9:12 AM, Sidath Weerasinghe wrote: > Hi Devs, > > I wrote a DSS service in the WSO2 EI 6.1.1 and I got the following

[Dev] WSO2 API Manager Micro Gateway 2.5.0-M1 Released!!!

2018-06-13 Thread Harsha Kumara
The WSO2 API Manager team is pleased to announce the release of API Manager Micro Gateway 2.5.0-M1. It's now available to download.Distribution https://github.com/wso2/product-microgateway/releases/download/v2.5.0-m1-r/wso2am-micro-gw-2.5.0-m1.zip

[Dev] [WSO2 EI 6.1.1] DSS Error

2018-06-13 Thread Sidath Weerasinghe
Hi Devs, I wrote a DSS service in the WSO2 EI 6.1.1 and I got the following error. [2018-06-14 09:08:33,557] [EI-Core] ERROR - GsonXMLStreamReader Value type miss match, Expected value type - 'null', but found - 'STRING' [2018-06-14 09:08:33,563] [EI-Core] ERROR - ServerWorker Error processing

Re: [Dev] [VOTE] Release of WSO2 Identity Server 5.6.0 RC2

2018-06-13 Thread Vihanga Liyanage
Hi all, I've tested following scenarios on the IS 5.6.0-RC2 pack with default database setup. - Enable user self-registration and self-register a new user. - Add multiple consent purposes with multiple PII categories. - - Login to dashboard and see whether we can see the default

Re: [Dev] How to read API properties in velocity template

2018-06-13 Thread Sachithra Dangalla
Hi all, Continuing on a similar question, is there a way to add visible comments in the output of the velocity template? [1] denotes only the comments in the velocity template. [1] - http://velocity.apache.org/engine/1.7/vtl-reference.html#comments Thanks, Regards, On Wed, Jun 13, 2018 at

Re: [Dev] How to read API properties in velocity template

2018-06-13 Thread Sachithra Dangalla
Thanks Rajith. Regards, On Wed, Jun 13, 2018 at 11:39 AM Rajith Roshan wrote: > Hi > You can read the additional properties like in [1] > > [1] - $apiObj.additionalProperties.get('property_name') > > On Wed, Jun 13, 2018 at 10:47 AM Sachithra Dangalla > wrote: > >> Hi all, >> >> I'm trying to

[Dev] [VOTE] Release of WSO2 Identity Server 5.6.0 RC2

2018-06-13 Thread Madawa Soysa
Hi all, We are pleased to announce the second release candidate of WSO2 Identity Server 5.6.0. This release fixes the following issues - 5.6.0-RC1 Fixes - 5.6.0-Beta Fixes

Re: [Dev] How to read API properties in velocity template

2018-06-13 Thread Rajith Roshan
Hi You can read the additional properties like in [1] [1] - $apiObj.additionalProperties.get('property_name') On Wed, Jun 13, 2018 at 10:47 AM Sachithra Dangalla wrote: > Hi all, > > I'm trying to filter out handlers to be executed for an API based on a > custom property which set during API