Re: [Dev] BPS and REST Web Service: filter tasks by category

2018-02-07 Thread Himasha Guruge
Hi Thomas, It seems your observations are correct as [1] is missing the field 'category'. I have reported an issue at [2] so that this can be fixed in a future release. [1]

Re: [Dev] OSGI bundle stopping mechanisms

2018-02-07 Thread Darshana Gunawardana
Hi Denuwanthi, It's depend on the bundle type.. For an example, Oauth is a core bundle for a product like IS. So the product should not start, if there are missing resources like required database schemas. Thanks, On Tue, Feb 6, 2018 at 11:47 AM, Danesh Kuruppu wrote: > Hi

[Dev] Error in visualizing an execution plan

2018-02-07 Thread Pamoda Wimalasiri
Hi, The following error occurred when visualizing an execution plan with a customized javascript function. [2018-02-08 11:11:53,907] ERROR {org.wso2.carbon.event.processor.ui.executionPlan.flow.ExecutionPlanFlow} - Error in visualizing execution plan '/* Enter a unique ExecutionPlan */

Re: [Dev] [Architecture] Personal information export API

2018-02-07 Thread Maduranga Siriwardena
Hi all, Based on the discussions had offline we did few changes to the api. We have come up with 3 endpoints. /api/identity/user/v1.0/me Get the personal information of authenticated user. /api/identity/user/v1.0/pi-info/{userId} Get the personal information of the user with the given id. Users

Re: [Dev] BPS and REST Web Service: filter tasks by category

2018-02-07 Thread Thomas LEGRAND
Hello Himasha, OK, cool! To make my thingy works, I made a workaround by using the "nameLike" parameter. Regards, Thomas 2018-02-08 6:15 GMT+01:00 Himasha Guruge : > Hi Thomas, > > It seems your observations are correct as [1] is missing the field > 'category'. I have

Re: [Dev] Posting a plain text message to queue

2018-02-07 Thread dhanya
Hi Prabushi, I tried this. However when i give media-type as "text" there is an error in the studio and i am not able to proceed. Please advice. Thanks and regards Dhanya -- Sent from:

Re: [Dev] Cannot find the Doc Site for siddhi-map-csv

2018-02-07 Thread Kalaiyarasi Ganeshalingam
Hi Suho, Please find the PR [1] for this. [1] https://github.com/wso2/product-sp/pull/470 Regards, Kalai Kalaiyarasi Ganeshalingam Associate Software Engineer| WSO2 WSO2 Inc : http://wso2.org Tel:+94 076

Re: [Dev] Please review and merge PR

2018-02-07 Thread 김대경
Hi, I,m using salesforce connector in EI-6.1.1. I use this to query the salesforce objects using query and queryMore functions. The first query works, but of you do not do anything for about three hours and then call again. EI get a connection in the connection pool and make an http call and

Re: [Dev] Posting a plain text message to queue

2018-02-07 Thread Prabushi Samarakoon
Hi Dhanya, You can use the XPath expression for the relevant text entry to extract the text value. For example, expression "//node/text()" can be used to get the required text as follows. $1 Input:

Re: [Dev] Unnecessary debug logs in org.apache.synapse.mediators.builtin.LogMediator

2018-02-07 Thread Godwin Shrimal
Hi Senduran, Yeah, Now I tried with WUM updated pack (not the latest), I still can see these logs. Thanks Godwin On Wed, Feb 7, 2018 at 10:23 AM, Senduran Balasubramaniyam < sendu...@wso2.com> wrote: > Hi Godwin, > >> >> Do you see any advantage/value by adding those logs? >> > Its depends on

[Dev] Error occurs on server startup IS 5.5.0 (built from Product-IS 5.5.X branch) with Postgres DB.

2018-02-07 Thread Isura Karunaratne
Hi all, The following error can be seen at server startup. There was another issue related to consent tables and it was fixed with [1] org.wso2.carbon.identity.base.IdentityRuntimeException: org.postgresql.util.PSQLException: ERROR: relation "idn_oidc_req_object_reference" does not exist at

Re: [Dev] Posting a plain text message to queue

2018-02-07 Thread Prabushi Samarakoon
Hi Dhanya, We tested the same scenario with the developer studio. It seems media type "text" is not supported from the developer studio code at the moment. We have created the issue [1] , and the relevant fix will be added in future

[Dev] BPS and REST Web Service: filter tasks by category

2018-02-07 Thread Thomas LEGRAND
Hello, I am currently using the BPS 3.6.0 (via EI 6.0.0) and I have a user store "US" in which I have two users: Toto and titi. Toto has the Internal role "Role A" and Titi has the Internal role "Role B". My use case is to retrieve a list of tasks in which I set the "category" with the value

Re: [Dev] Error occurs on server startup IS 5.5.0 (built from Product-IS 5.5.X branch) with Postgres DB.

2018-02-07 Thread Hasanthi Purnima Dissanayake
Hi , Added [1] to fix this. [1] https://github.com/wso2/carbon-identity-framework/pull/1312 Thanks, Hasanthi On Wed, Feb 7, 2018 at 4:19 PM, Isura Karunaratne wrote: > Hi all, > > The following error can be seen at server startup. There was another issue > related to consent