Re: [Dev] Artifact synchronization in WSO2 Identity Server deployment patterns in Cloud Foundry BOSH

2018-01-25 Thread Imesh Gunaratne
Hi Chiranga, One option to solve this problem might be to manually mount a NFS volume to VM instances created by BOSH at the BOSH job initialization stage by pointing to a NFS server. We might be able to send the volume mapping information, NFS credentials, etc via BOSH manifest properties [1]. A

[Dev] WSO2 API Manager 2.1.0-update8 Released!

2018-01-25 Thread Sam Sivayogam
The WSO2 API Manager team is pleased to announce the release of version 2.1.0-update8 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 provisioni

[Dev] Please review and merge PR

2018-01-25 Thread 김대경
Can you please review and merge PR[1] . [1] https://github.com/wso2/wso2-commons-httpclient/pull/18 Best Regards. Daekyung Kim. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [EI] Handlers not showing in source view of API

2018-01-25 Thread Godwin Shrimal
Hi Vijitha, Thanks for the response. Yes, I can deploy APIs with handlers without any issues and the only problem is handlers are not showing in the UI. Thanks Godwin On Fri, Jan 26, 2018 at 3:21 AM, Vijitha Ekanayake wrote: > Hi Godwin, > > This is a known issue and already reported in [1]. H

Re: [Dev] Creating an json array inside property and updating it in loop . Not able to implement this in wso2 . Please guide

2018-01-25 Thread Himasha Guruge
Hi Aditya, Could you please try out following approach? First use enrich mediator create a root element. Next inside iterate mediator (where you iterate your payload) add a payload mediator to create a json object and pass the property values. Then you can add it as a child element to the init

Re: [Dev] [EI] Handlers not showing in source view of API

2018-01-25 Thread Vijitha Ekanayake
Hi Godwin, This is a known issue and already reported in [1]. However, you should be able to create and deploy APIs with API handlers using EI tooling without any issue. We'll include the fix for this issue in an upcoming release. [1]. https://wso2.org/jira/browse/ESBJAVA-3395 Thanks. On Tue, J

Re: [Dev] Conditionally executing mediator target

2018-01-25 Thread Shazni Nazeer
That was one option that I have. You can't just set the dummy payload but have a dummy endpoint that returns that payload, which you can write in the ESB it self. Basically following worked for me. if condition use send/call mediator to call the endpoint

[Dev] WSO2 API Manager 3.0.0-M15 Released!

2018-01-25 Thread Rukshan Premathunga
The WSO2 API Manager team is pleased to announce the release of API Manager 3.0.0-M15. It's now available to download. Distribution https://github.com/wso2/product-apim/releases/download/v3.0.0-m15/wso2apim-3.0.0-m15.zip https://github.com/wso2/product-apim/releases/download/v3.0.0-m15/wso2apim-g

[Dev] MTOM Attachment to secured Proxy

2018-01-25 Thread Roberto Sanz
Hi, I´m using SOAPUI to test a secured proxy published on WSO2-EI-6.1.1. and i´m facing the following error: Error processing POST reguest for : /services/Alfresco_ObjectService_SSL_Proxy.Alfresco_ObjectService_SSL_ProxyHttpSoap11Endpoint. Error detail: null. it works if i dont apply secu

Re: [Dev] Bug when selecting all in policy management window of IOT 3.1.0/update ll

2018-01-25 Thread Kamidu Punchihewa
Hi Inosh, Current policy API support publishing and unpublishing multiple policies at ones hence this is a UI bug we need to address. Thanks and Best Regards, On Wed, Jan 24, 2018 at 10:44 AM, Rasika Perera wrote: > Hi Lasahan, > > This is a bug. Please report and create a git issue in [1] to

[Dev] Artifact synchronization in WSO2 Identity Server deployment patterns in Cloud Foundry BOSH

2018-01-25 Thread Chiranga Alwis
Hi all, currently I am working on implementing Cloud Foundry (CF) BOSH releases and Pivotal Cloud Foundry (PCF) Tiles for WSO2 Identity Server deployment patterns. Currently, it has been understood that that there is no known concept in BOSH for sharing volumes between BOSH instances [1]. Upon r

Re: [Dev] Conditionally executing mediator target

2018-01-25 Thread Thomas LEGRAND
Hello, Maybe I wrongly understand your problem but, what if when the call is not made, you just send an dummy (empty?) payload with the same structure you would retrieve if the call was made? I suppose you are using the filter mediator for your "if" condition? For example: