Re: [Dev] [Carbon-jira] [jira] (DEVTOOLPFM-11) CApp uploading fails in EI-Alpha

2017-02-16 Thread Susinda Perera
Hi Malith I have fixed few issues related to port change in tooling pack. And now i'm getting a error saying "Mime type is not supported" when i upload capp via admin service stubs. Same is working for other servers, therefore i think there is a fix need to be coming from EI server as well.

[Dev] Releasing puppet-base 1.0.0 and puppet-common 1.0.0

2017-02-16 Thread Pubudu Gunatilaka
Hi Devs, We are currently doing final testing for releasing puppet-base [1] and puppet-common [2] repositories. Once these repos are released, puppet-apim, puppet-iot and puppet-is can be released for latest product versions. Please let us know if you have any concerns. [1] -

Re: [Dev] Getting Started.

2017-02-16 Thread Tishan Dahanayakage
Hi Ishmeher Singh Ahuja, First of all please call me Tishan. No 'Sir' needed. :) As starting point what you can do is to start creating an idea plugin, not particularly for Siddhi but for more simple language with syntax highlighting and code completion. Also you can get yourself familiar with

Re: [Dev] [DEV][APIM][C5] - Caching requirement for OAuth2 protected microservices

2017-02-16 Thread Maduranga Siriwardena
Hi Rajith, I think this is a generic requirement for all the C5 based products rather than for this specific use case. So we need to come up with a solution that can be used across the platform. Thanks, On Thu, Feb 16, 2017 at 12:37 AM, Rajith Roshan wrote: > Hi all, > > In

Re: [Dev] BPS 3.6.0 Problem with retry Invoke

2017-02-16 Thread Vinod Kavinda
Hi, In order to retry is possible, you need to configure your BPEL in such a way. Following blog pos t[1] from our colleague might help. [1] - http://tryitnw.blogspot.com/2014/03/recovering-bpel-activity-failures-wso2.html Regards, Vinod On Thu, Feb 16, 2017 at 12:09 PM, Melodias

[Dev] Please review and merge

2017-02-16 Thread Isura Karunaratne
Hi APIM team, Please review and merge [1] [1] https://github.com/wso2/carbon-lcm/pull/1 Thanks Isura. *Isura Dilhara Karunaratne* Senior Software Engineer | WSO2 Email: is...@wso2.com Mob : +94 772 254 810 Blog : http://isurad.blogspot.com/ ___ Dev

Re: [Dev] [UUF] UUF-Client renderFragment fails with warning "Content is empty."

2017-02-16 Thread Kasun Thennakoon
Hi Chandana, Thanks for the info, We will update the versions accordingly. Thanks ~KasunTe On Thu, Feb 16, 2017 at 6:11 PM, Chandana Napagoda wrote: > HI Kasun/Roshan, > > This issue occurred since UUF M12 has not included some required fixes. So > please use UUF M13 and

Re: [Dev] [DEV] How to get a query parameter in a REst request?

2017-02-16 Thread Shani Ranasinghe
Hi Ishara, I was able to get it working as follows. http://ws.apache.org/ns/synapse; name="admin--WB:v1--In"> On Thu, Feb 16, 2017 at 5:42 PM, Abimaran Kugathasan wrote: > Hi Ishara, > > Have you tried using get-property('query.param.clientId')? > > You

Re: [Dev] [UUF] UUF-Client renderFragment fails with warning "Content is empty."

2017-02-16 Thread Chandana Napagoda
HI Kasun/Roshan, This issue occurred since UUF M12 has not included some required fixes. So please use UUF M13 and uuf-common M5 version and fix which you have suggested is not required anymore. Regards, Chandana On Thu, Feb 16, 2017 at 4:05 PM, SajithAR Ariyarathna wrote:

Re: [Dev] [DEV] How to get a query parameter in a REst request?

2017-02-16 Thread Abimaran Kugathasan
Hi Ishara, Have you tried using get-property('query.param.clientId')? You need to define Endpoint like https://localhost:9444//wb/1/countries/us?clientId={query.param.clientId} On Thu, Feb 16, 2017 at 5:19 PM, Ishara Cooray wrote: > In APIM 2.1.0 i am trying to read a

[Dev] [DEV] How to get a query parameter in a REst request?

2017-02-16 Thread Ishara Cooray
In APIM 2.1.0 i am trying to read a request query parameter . i have this request "GET /wb/1/countries/us?clientId=isharac in an In sequence i read query parameter as below. But when i log it 'cid' is null am i doing anything wrong here? how can i read the query param in a seq? This is the

Re: [Dev] [UUF] UUF-Client renderFragment fails with warning "Content is empty."

2017-02-16 Thread SajithAR Ariyarathna
Hi Roshan, Thanks for the PR. I have put some comments, please have a look. Thanks. On Thu, Feb 16, 2017 at 3:01 PM, Roshan Wijesena wrote: > It seems Kasun is right, > > the object "data" is by-default coming as html/text. so we don't need use > it as 'data.html' . > > Since

[Dev] [MSF4J] Please Review and Merge the PR - MSF4J Session Management

2017-02-16 Thread Vidura Nanayakkara
Hi all, Please review and merge the PR [1] . The relevant GitHub issues could be found at [2] . Please do clarify any issue with me if anything is not clear or feel free to ask for a meeting if required :) [1]

[Dev] [MSF4J] Please Review and Merge the PR - MSF4J Interceptors

2017-02-16 Thread Vidura Nanayakkara
Hi all, Please review and merge the PR [1] . The relevant GitHub issues are [2] and [3] . The relevant email discussion in the Architecture mail thread could be found at

Re: [Dev] [UUF] UUF-Client renderFragment fails with warning "Content is empty."

2017-02-16 Thread Roshan Wijesena
It seems Kasun is right, the object "data" is by-default coming as html/text. so we don't need use it as 'data.html' . Since this is a blocker for APIM C5 - M1 release for now I have sent a pull request with a fix. Please review and merge. https://github.com/wso2/carbon-uuf-common/pull/41/files

[Dev] BPS 3.6.0 Problem with retry Invoke

2017-02-16 Thread Melodias
Hi, I have problem with retry invoke when web service send me back fault message. When I login into the console and select BPEL Instances, my instance have status failed and I can't use Retry option on that Invoke. Any idea how to config process to let me retry invoke when i got fault message?