Re: [Dev] [GSOC][Siddhi][DEV] Deployment and Code Management of PySiddhi

2017-08-09 Thread Madhawa Vidanapathirana
Hi, I have sent PRs to both branches 3.x and master of [1] with relevant code versions. Kindly review and let me know any changes that are required. Meanwhile, I will check on generation of *.whl files which are required for distribution to PyPI. [1] https://github.com/wso2/pysiddhi Kind

Re: [Dev] Issue with WSO2 Add User functionality.

2017-08-09 Thread Tharindu Edirisinghe
Hi Karthik, Can you modify the SERVER/repository/conf/carbon.xml file and disable the XSS and CSRF valves using following config. *false* *false* Then restart the server and check if you get the same issue. Let us know the output so we can

Re: [Dev] Issue with WSO2 Add User functionality.

2017-08-09 Thread Tharindu Edirisinghe
Hi Karthik, Here I am forwarding this email to WSO2 Dev mail group, since this is not related to a security issue in WSO2 products/services. Regards, Tharindu On Thu, Aug 10, 2017 at 10:07 AM, Karthik Saravanan < karthik_sarava...@persistent.com> wrote: > Hi WSO2 team, > > I am stuck deep in a

Re: [Dev] Please review and merge the PR

2017-08-09 Thread Dilan Udara Ariyaratne
Hi Ashen, Went through the code and added few comments, Please go through and verify. Thanks, Dilan. *Dilan U. Ariyaratne* Senior Software Engineer WSO2 Inc. Mobile: +94766405580 <%2B94766405580> lean . enterprise . middleware On Wed, Aug 9, 2017 at 1:44 PM, Ashen

Re: [Dev] Strange behaviour with 2 API Managers sharing the same db

2017-08-09 Thread JĂșnior
Hi Harsha, It worked, Thank you! 2017-08-09 0:47 GMT-03:00 Harsha Kumara : > Hi Junior, > > If the nodes are not clustered this cause because another node won't index > the artifacts. In a noncluster mode, you have to enable skipCache in > registry.xml. > > Skip caching by

Re: [Dev] [GSOC][Siddhi][DEV] Deployment and Code Management of PySiddhi

2017-08-09 Thread Grainier Perera
Hi Madhawa, I have created a branch for PySiddhi 3.x at [1], and we are thinking of maintaining the PySiddhi 4.x in the master branch. Please send PRs to 3.x branch and master branch. [1] https://github.com/wso2/pysiddhi/tree/3.x Regards, On Wed, Aug 9, 2017 at 9:17 AM, Madhawa Vidanapathirana

Re: [Dev] Handling multiple files

2017-08-09 Thread Malaka Silva
Hi Amit, What you observed is correct. In ESB/EI massage context it only keeps the current context. If you want to keep multiple content store those in properties and use later using enrich mediator. [1] https://docs.wso2.com/display/EI611/Enrich+Mediator [2]

[Dev] [MSF4J] Avoid Response Entity Marshalling

2017-08-09 Thread Isuranga Perera
Hi, I want to send a XML in form of a string as a Response. So the Content-Type should be* text/xml. *Since I can't register a new EntityWriter I'm unable to set Response entity (string) because entity writer for objects tries to marshal the string and fails. Appreciate if can you suggest a way

[Dev] Please review and merge the PR

2017-08-09 Thread Ashen Weerathunga
Hi, Can you please review and merge the PR [1]. This is regarding the Issue [2]. [1] https://github.com/wso2/carbon-kernel/pull/1464 [2] https://github.com/wso2/carbon-kernel/issues/1467 Thanks, Ashen -- *Ashen Weerathunga* Software Engineer WSO2 Inc.: http://wso2.com

[Dev] [GSOC-2017] [IS] [OAuth DCRM] Integration Test for the implementation of OAuth 2.0 DCRM protocol

2017-08-09 Thread Abilashini Thiyagarajah
Hi, Please find the PR of the integration test cases [1] for the implementation of OAuth DCRM protocol [2]. Covered test cases in this PR as follow, 1. Successful Read service provider 2. Read request with invalid client ID in the endpoint URL 3. Successful update service provider