Re: [Dev] Clarification on invoking particular fragment in UUF

2017-01-10 Thread Shan Mahanama
Hi all, We can solve this by adding a hidden field to each form. Then inside of the onRequest function, we can check the value of the hidden field. if (env.request.method == "POST" && env.request.formParams["tabId"]="tab1") { // do stuff related to tab1 } If a fragment is used only in

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-10 Thread Abimaran Kugathasan
Tested Endpoints, Throttling and general API invocations scenarios [+] Stable - go ahead and release On Wed, Jan 11, 2017 at 11:20 AM, Praminda Jayawardana wrote: > Tested client SDK generation for super tenant, non admin, tenant and self > signup users. > > [+] Stable - go

Re: [Dev] Clarification on invoking particular fragment in UUF

2017-01-10 Thread KasunG Gajasinghe
+Dev On Wed, Jan 11, 2017 at 12:49 AM, Denuwanthi De Silva wrote: > Hi, > > During user-portal implementations for IS, I can see that the POST methods > of all fragments get invoked if you do a POST only in one fragment. > > Ex: > we have base account-settings page. > It

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-10 Thread Praminda Jayawardana
Tested client SDK generation for super tenant, non admin, tenant and self signup users. [+] Stable - go ahead and release On Wed, Jan 11, 2017 at 10:56 AM, Arshardh Ifthikar wrote: > Tested the Websocket API feature > > [+] Stable - go ahead and release > > On Wed, Jan 11,

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-10 Thread Arshardh Ifthikar
Tested the Websocket API feature [+] Stable - go ahead and release On Wed, Jan 11, 2017 at 10:52 AM, Tharindu Dharmarathna wrote: > Tested the Blocking condition and Advance throtting feature > > [+] Stable - go ahead and release > > > On Wed, Jan 11, 2017 at 10:50 AM,

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-10 Thread Tharindu Dharmarathna
Tested the Blocking condition and Advance throtting feature [+] Stable - go ahead and release On Wed, Jan 11, 2017 at 10:50 AM, Chamila Adhikarinayake wrote: > Tested workflows for API lifecycle state change feature. > > [+] Stable - go ahead and release > > On Tue, Jan 10,

Re: [Dev] [Architecture] [VOTE] Release WSO2 API Manager 2.1.0 RC2

2017-01-10 Thread Chamila Adhikarinayake
Tested workflows for API lifecycle state change feature. [+] Stable - go ahead and release On Tue, Jan 10, 2017 at 4:35 PM, Malintha Amarasinghe wrote: > Hi All, > > This is the 2nd Release Candidate of WSO2 API Manager 2.1.0 > > Please download, test the product and vote.

Re: [Dev] [APIM][C5] Intermittent error while loading Swagger Definition

2017-01-10 Thread Thilini Shanika
Please find the issue in [1] [1] https://github.com/wso2/msf4j/issues/337 Thanks Thilini On Tue, Jan 10, 2017 at 5:19 PM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Thilini, > > It seems that some services are getting register before all the carbon > transports get

Re: [Dev] [APIM] Content-Length of the message header is missing when it goes through the API Gateway

2017-01-10 Thread Nuwan Dias
Hi all, This is the expected behavior of the product AFAIK. And this behavior is related to response chunking since the Gateway by default sends data in chunked mode. There are four possible combinations related to response chunking. 1. Back-End sends chunked data, Gateway also sends in chunked

[Dev] Fwd: Help required

2017-01-10 Thread Malaka Silva
Hi Amit, Have you tried the streaming with inbound endpoints? Also please send your queries to dev@wso2.org. You can cc me. That way more people from community can help you. :) [1] http://mrmalakasilva.blogspot.com/2016/03/streaming-large-files-using-wso2-esb.html [2]

Re: [Dev] [APIM] Content-Length of the message header is missing when it goes through the API Gateway

2017-01-10 Thread Joseph Fonseka
Hi Hasunie It would be ideal if we can enable this only for the specific APIs but the way IoT publisher's the APIs it will be hard to achieve. Thanks Jo On Wed, Jan 11, 2017 at 4:18 AM, Hasunie Adikari wrote: > Hi all, > > IOT backend server gives Content-length header of

Re: [Dev] [WSO2 IS] Handle fine-grained role permissions : Enhancing the existing API or replacing it

2017-01-10 Thread Chamila Wijayarathna
Hi Hanen, Can you explaing a little bit more what you are palling to achieve? I have written a blog on similar topic referring to workflow feature and APIs[2][3] there. Check if that's helps. [1].

[Dev] [APIM] Content-Length of the message header is missing when it goes through the API Gateway

2017-01-10 Thread Hasunie Adikari
Hi all, IOT backend server gives Content-length header of the response as expected, But Issue is arisen while passing it through the API Gateway, Content-Length of the response header is missing. We have already created a public JIRA [1] for the issue in APIM 2.1.0 RC1. Since the issue is

Re: [Dev] [WSO2 IS] SCIM call to create a role with permissions

2017-01-10 Thread Chaminda Jayawardena
Hi Hanen, You may use RemoteAuthorizationManager API [1] for assigning permissions to roles. [1] https://docs.wso2.com/display/IS520/Managing+Permissions+with+APIs On Tue, Jan 10, 2017 at 10:42 PM, Hanen Ben Rhouma wrote: > Hi, > > Is it possible to create a role with a

[Dev] [API-Import-Export] Templating import

2017-01-10 Thread JOSE MARIA ALVAREZ FERNANDEZ
Hello all,Again, as part of the project here in "El Corte Ingles" in Spain, we have detected another issue that we wanted to address and contribute to the project. Basically, we like the idea of being able to modify the API bundles on runtime, and not having to save different artifacts (zips) for

[Dev] [WSO2 IS] Handle fine-grained role permissions : Enhancing the existing API or replacing it

2017-01-10 Thread Hanen Ben Rhouma
Hi, Let's suppose I want to develop a new API to handle a fine grained permissions per each created role. What should be the reference API that I need to modify or replace? Regards, Hanen ___ Dev mailing list Dev@wso2.org

[Dev] [WSO2 IS] SCIM call to create a role with permissions

2017-01-10 Thread Hanen Ben Rhouma
Hi, Is it possible to create a role with a list of permissions through SCIM ? I created one with this command curl -v -k --user admin:admin --data '{"displayName": "TenantAdmin","members": [{"value":"09f55b8d-9a94-484c-9fff-09e02013167a","hanen": "hanen"}]}' --header

Re: [Dev] [APIM][C5] Intermittent error while loading Swagger Definition

2017-01-10 Thread Thusitha Thilina Dayaratne
Hi Thilini, It seems that some services are getting register before all the carbon transports get registered. Could you please create a github issue for this. We'll look into this. Thanks Thusitha On Tue, Jan 10, 2017 at 4:55 PM, Thilini Shanika wrote: > Hi all, > > We are

[Dev] WSO2 Carbon Kernel 5.2.0-m3 Released

2017-01-10 Thread Niranjan Karunanandham
WSO2 Carbon Kernel 5.2.0-m3 Released The Carbon team is pleased to announce the release of Carbon Kernel 5.2.0-M2. It is now available to download from here . *Improvements and Bug fixes*

[Dev] [APIM][C5] Intermittent error while loading Swagger Definition

2017-01-10 Thread Thilini Shanika
Hi all, We are experiencing an issue while loading swagger definition via SwaggerDefinitionService. Intermittently, after a server restart, we are getting 'Swagger definition not found ' error while loading a given swagger definition by path. For example, if we are loading http://localhost:9090/

Re: [Dev] WSO2 Identity Server analytic username/password configuration

2017-01-10 Thread Godwin Shrimal
Hi Mohan, Thanks for response, I think having a separate user (may be in another userstore) which have required permission will be a option. Thanks Godwin On Tue, Jan 10, 2017 at 2:30 PM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > > On Tue, Jan 10, 2017 at 11:52 AM, Godwin

Re: [Dev] WSO2 Identity Server analytic username/password configuration

2017-01-10 Thread Mohanadarshan Vivekanandalingam
On Tue, Jan 10, 2017 at 11:52 AM, Godwin Shrimal wrote: > Hi All, > > As described in [1] we need to configure username/password in > IsAnalytics-Publisher-wso2event-AuthenticationData.xml and > IsAnalytics-Publisher-wso2event-SessionData.xml files. How do we handle > when some