Re: [Dev] API to change role of ws-security policy

2018-01-04 Thread Godwin Shrimal
I am trying this in EI-6.1.1 pack Thanks Godwin On Fri, Jan 5, 2018 at 2:07 PM, Godwin Shrimal wrote: > Hi Prasanna, > > I want to update the security policy "_system/config/repository/com > ponents/org.wso2.carbon.security.mgt/policy/policy1". I am using > following request

Re: [Dev] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2018-01-04 Thread Raveen Rathnayake
Hi Rukshani, It would be idle if you can remove windows central link and point to [1] as the reference for bash installation since [1] is from Microsoft. Others details are fine. [1] https://docs.microsoft.com/en-us/windows/wsl/install-win10 Thanks. Raveen. On Fri, Jan 5, 2018 at 12:30 PM,

Re: [Dev] API to change role of ws-security policy

2018-01-04 Thread Godwin Shrimal
Hi Prasanna, I want to update the security policy "_system/config/repository/ components/org.wso2.carbon.security.mgt/policy/policy1". I am using following request to update it and but getting 405-Method not allowed. URL:

Re: [Dev] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2018-01-04 Thread Rukshani Weerasinha
Hello Raveen, I made a change to this documentation correction. I added a sub-section named "Installing the Bash Command Line features" and added the following text. "When you install the *Windows sub system for Linux(beta)* feature in Windows 10, it results in a partial installation of *bash

Re: [Dev] Difference between SESSION_TRANSACTED Ack Mode and transport.jms.SessionTransacted property

2018-01-04 Thread Vinod Kavinda
Hi Heshitha, We need to update the docs as well. Raise a doc issue as well with required changes. /Vinod On Fri, Jan 5, 2018 at 12:03 PM, Asanka Abeyweera wrote: > I think we should remove it from the inbound endpoint edit page since it > is deprecated in the newer releases.

Re: [Dev] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2018-01-04 Thread Rukshani Weerasinha
Hello Raveen, I added this information note to [1]. Can you please verify it? When you install the *Windows sub system for Linux(beta)* feature in Windows 10, it results in a partial installation of *bash Shell Command Line*. When all the bash features are not available, you may be unable to run

[Dev] Branch feature-OIDC-enh-5.3.x in product-is is renamed as 5.5.x

2018-01-04 Thread Sathya Bandara
Hi all, We have done the $subject. We will be using this branch for Identity Server 5.5.0 development work and releases. Thanks, Sathya -- Sathya Bandara Software Engineer WSO2 Inc. http://wso2.com Mobile: (+94) 715 360 421 <+94%2071%20411%205032> <+94%2071%20411%205032>

Re: [Dev] Difference between SESSION_TRANSACTED Ack Mode and transport.jms.SessionTransacted property

2018-01-04 Thread Asanka Abeyweera
I think we should remove it from the inbound endpoint edit page since it is deprecated in the newer releases. On Fri, Jan 5, 2018 at 11:33 AM, Heshitha Hettihewa wrote: > Hi all, > > In Management console's inbound endpoint edit page > transport.jms.SessionTransacted

Re: [Dev] Difference between SESSION_TRANSACTED Ack Mode and transport.jms.SessionTransacted property

2018-01-04 Thread Heshitha Hettihewa
Hi all, In Management console's inbound endpoint edit page transport.jms.SessionTransacted parameter is in mandatory fields inbound endpoint edit page. Since this is deprecated in the above pull request shall we move this parameter to optional fields?. Or should we remove it completely from the

Re: [Dev] Confidential Applications in OAuth2 Flow

2018-01-04 Thread Tharindu Edirisinghe
What would be the default values of client authentication? We need to look into IS-KM scenario as well where the SP is generated upon key generation. Also, would there be options to support this with dynamic client registration as well ? Regards, TharinduE On Fri, Jan 5, 2018 at 9:53 AM, Isura

Re: [Dev] Confidential Applications in OAuth2 Flow

2018-01-04 Thread Isura Karunaratne
Hi Hasintha, On Thu, Jan 4, 2018 at 2:10 PM, Hasintha Indrajee wrote: > A confidential application in OAuth2 flow is an application which requires > client authentication before retrieving an access token. > > According to current implementation we can define confidential >

Re: [Dev] [APIM] Subscription level throttling policy not applies properly

2018-01-04 Thread Kavitha Subramaniyam
Yes it is working now. (as per the given values, approximatley 1386 requests per 30sec (46.2 * 30) was sending to api and above 1000 req it was throttledout) On Thu, Jan 4, 2018 at 6:03 PM, Harsha Kumara wrote: > > > On Thu, Jan 4, 2018 at 5:56 PM, Kavitha Subramaniyam

Re: [Dev] How to define custom types in ballerina

2018-01-04 Thread Shazni Nazeer
Thank you Rajith. That answers my question. On Thu, Jan 4, 2018 at 9:35 PM, Rajith Vitharana wrote: > > > On 5 January 2018 at 09:04, Rajith Vitharana wrote: > >> Hi Shazni, >> >> Yes, you can, those are called structs, you can find a sample in [1]. For >>

Re: [Dev] How to define custom types in ballerina

2018-01-04 Thread Rajith Vitharana
On 5 January 2018 at 09:04, Rajith Vitharana wrote: > Hi Shazni, > > Yes, you can, those are called structs, you can find a sample in [1]. For > the second question what you have to do is as follows > > struct Person { > string firstname; > string lastname; > } > >

Re: [Dev] How to define custom types in ballerina

2018-01-04 Thread Rajith Vitharana
Hi Shazni, Yes, you can, those are called structs, you can find a sample in [1]. For the second question what you have to do is as follows struct Person { string firstname; string lastname; } function getFirstName() (string) { return p1.firstname; } so the invocation would be as

Re: [Dev] WSO2 API Manager 2.1.0-update5 Released !

2018-01-04 Thread Jason De Silva
Hi All, The link above to download the WSO2 APIM 2.1.0-update5 distribution seems to be broken so you can download the distribution from [1]. [1] WSO2 APIM 2.1.0-update5.zip

[Dev] How to define custom types in ballerina

2018-01-04 Thread Shazni Nazeer
I am curious to know whether a developer can define his/her own types, under his preferred package, using ballerina? Excuse me if this is a basic question. I couldn't figure it out looking at the docs at [1]. Also, we have the type 'Time' with a given set of utility methods by default. Say if I

[Dev] WSO2 Identity Server 5.4.0 Update3 Released !!!

2018-01-04 Thread Nilasini Thirunavukkarasu
The WSO2 Identity and Access Management team is pleased to announce the release of WSO2 Identity Server 5.4.0 Update3. You can build the distribution from the source tag, Runtime: https://github.com/wso2/product-is/releases/tag/v5.4.0-update3 follow the steps given below. *Building from the

[Dev] Short in tablechart in DAS 3.1.0

2018-01-04 Thread Jorge
Hi folks, any idea about this issue: https://stackoverflow.com/questions/47226269/analytics-dashboards-sort-tablechart Regards, Jorge. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] WSO2 API Manager 3.0.0-M12 Released!

2018-01-04 Thread Pubudu Gunatilaka
The WSO2 API Manager team is pleased to announce the release of API Manager 3.0.0-M12. It's now available to download. Distribution - https://github.com/wso2/product-apim/releases/download/v3.0.0-m12/wso2apim-3.0.0-m12.zip -

[Dev] WSO2 API Manager 2.1.0-update5 Released !

2018-01-04 Thread Anuruddha Liyanarachchi
The WSO2 API Manager team is pleased to announce the release of version 2.1.0-update5 of API Manager. WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of API management challenges such as API

Re: [Dev] [EI-DSS] Check backend latency when use local transport

2018-01-04 Thread Vijitha Ekanayake
Hi Godwin, In the EI-Analytics dashboard, we do have an endpoint latency time graph which provides the maximum, average and minimum latencies for a given endpoint(Backend) for a given period of time. But you need to specify names for endpoints in the EI configurations to select it from the graph.

Re: [Dev] [APIM] Subscription level throttling policy not applies properly

2018-01-04 Thread Harsha Kumara
On Thu, Jan 4, 2018 at 5:56 PM, Kavitha Subramaniyam wrote: > Hi Harsha, > Yes, bronze tier allows 1000Req/min. > You are correct. To overcome this issue I have increased the throughput > and now it triggering throttleout scenario. > Ok is it working now? > E.g. > samples =

Re: [Dev] [APIM] Subscription level throttling policy not applies properly

2018-01-04 Thread Kavitha Subramaniyam
Hi Harsha, Yes, bronze tier allows 1000Req/min. You are correct. To overcome this issue I have increased the throughput and now it triggering throttleout scenario. E.g. samples = 2000 ramup period = 10 now throughput value is 46.2 Thanks. On Thu, Jan 4, 2018 at 4:24 PM, Harsha Kumara

[Dev] WSO2 Oxygen Tank > WSO2 Development> ESB > Parameter for sending messages to a sequence when is_Enabled

2018-01-04 Thread Marcos Tarín Esteve
Hello I would like to save messages before they are dropped by the Scheduled Message Forwarding Processor when it’s configured to be always active. With this configuration it drops messages in processor’s queue then max delivery attemtps is reached (It works like this when is_Enabled) My

Re: [Dev] [IS] How to check whether an OAuth application is already revoked or not

2018-01-04 Thread Maneesha Wijesekara
Hi Omindu, Thanks for the information. I've tried with the mentioned admin service and it works. Regards Maneesha On Thu, Jan 4, 2018 at 12:41 PM, Omindu Rathnaweera wrote: > Hi Maneesha, > > You can use 'OAuthAdminService' to check the state of the oauth app. > There's

Re: [Dev] Confidential Applications in OAuth2 Flow

2018-01-04 Thread Hasintha Indrajee
On Thu, Jan 4, 2018 at 2:38 PM, Rushmin Fernando wrote: > IMO, a UI looks like below would solve the problem. > > *State 1* > > ☑ All > ☑ Authorization Code > ☑ Implicit > > *State 2* > > ☐ All > ☑ Authorization Code > ☐ Implicit > > > And we don't need to

Re: [Dev] [APIM] Subscription level throttling policy not applies properly

2018-01-04 Thread Harsha Kumara
Hi Kavintha, Is the Bronze tier limit is 1000 req/min? Since throughput is 10 req/s which means it allows 600 req/min which won't trigger a throttle out scenario. Thanks, Harsha On Thu, Jan 4, 2018 at 3:56 PM, Kavitha Subramaniyam wrote: > Correction: testing APIM-scenario

Re: [Dev] [APIM] Subscription level throttling policy not applies properly

2018-01-04 Thread Kavitha Subramaniyam
Correction: testing APIM-scenario #6 in [1] On Thu, Jan 4, 2018 at 3:51 PM, Kavitha Subramaniyam wrote: > Hi all, > > When I implement the testing APIM-scenario #9 [1], I was trying to apply > throttling policies for application and api, and observed the subscription > level

Re: [Dev] Building XACML-APIManager repository

2018-01-04 Thread Nadeesha Gamage
Hi Chamalee, This was done for API Manager 1.8 or 1.9, I will check on this and get back to you. Nadeesha On Thu, Jan 4, 2018 at 3:15 PM, Chamalee De Silva wrote: > Hi Nadeesha, > > This is regarding mail thread [1]. > Documentation [2] >

[Dev] Building XACML-APIManager repository

2018-01-04 Thread Chamalee De Silva
Hi Nadeesha, This is regarding mail thread [1]. Documentation [2] has provided the source of the entitlement-1.0-SNAPSHOT JAR

Re: [Dev] Confidential Applications in OAuth2 Flow

2018-01-04 Thread Rushmin Fernando
IMO, a UI looks like below would solve the problem. *State 1* ☑ All ☑ Authorization Code ☑ Implicit *State 2* ☐ All ☑ Authorization Code ☐ Implicit And we don't need to globally make a grant type confidential right? IMO we can get rid of it since it makes thing bit complex.

[Dev] Confidential Applications in OAuth2 Flow

2018-01-04 Thread Hasintha Indrajee
A confidential application in OAuth2 flow is an application which requires client authentication before retrieving an access token. According to current implementation we can define confidential applications just per grant type. ie we can define all applications which use authorization code grant