Re: [Dev] [IoTS] how to enable CORS in IOTS (for example: alpha version)

2017-06-19 Thread 云展智创
Ayyoob, Thank you very much. Can I change the tomcat web.xml file and add the CORS filter to implement this requirement as a workaround? -- Zhanwen Zhou (Jason) +86 13922218435 zhanwen.z...@smartcloudex.com Guangzhou Smart Cloudex Technology Co., Ltd. Business: IOT, API Management 在

[Dev] Issue in Proxy service

2017-06-19 Thread Lipsa Pradhan
Hello everyone, I had made a proxy service of one my dataservices. But I'm facing the following error : Expected transport is "https" but incoming transport found : "http" How to resolve this? Regards Lipsa Pradhan ___ Dev mailing list

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Hasitha Jayasundara
Hi all, Thanks for pointing out the above.I am doing a connector for IBM WebSphere MQ.What I was thinking about the inbound part is somewhat wrong.I missed this part "this should be added as an extension similar to [1]" from the beginning.Really sorry for the misunderstanding. 1. UI changes -

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Malaka Silva
Hi Hasitha, We will also create a git repo to maintain the code. Maheshika will provide the required details. On Tue, Jun 20, 2017 at 5:45 AM, Hasitha Jayasundara < hasithajayasunda...@gmail.com> wrote: > Hi all, > > Thanks for pointing out the above.I am doing a connector for IBM WebSphere >

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Hasitha Jayasundara
Hi Malaka, Thanks for the reply.I'll rearrange the existing code to use as IBM MQ connector in the following days and update the thread.I'll call you if there's any issue. Thanks On Tue, Jun 20, 2017 at 6:05 AM, Malaka Silva wrote: > Hi Hasitha, > > We will also create a git

Re: [Dev] [IoTS] how to enable CORS in IOTS (for example: alpha version)

2017-06-19 Thread Ayyoob Hamza
Hi Zhanwen, The CORS configuration in api-manager.xml is related to the synapse gateway (default port 8243/8280). But the API invocation through port 9443 goes through tomcat gateway(valve). Therefore the configuration change that you did won't work on the alpha pack. However, this should work if

Re: [Dev] [IoTS] how to enable CORS in IOTS (for example: alpha version)

2017-06-19 Thread Ayyoob Hamza
> Thank you very much. Can I change the tomcat web.xml file and add the CORS > filter to implement this requirement as a workaround? > Yes, You can find the code in [1] [1] https://github.com/wso2/carbon-device-mgt/tree/v1.1.0/components/identity-extensions/dynamic-client-registration

[Dev] [IoTS] how to enable CORS in IOTS (for example: alpha version)

2017-06-19 Thread 云展智创
Hi team, I had changed the api-manager.xml with the following setting, but I still got the errors below: XMLHttpRequest cannot load https://:9443/dynamic-client-web/register/. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is

Re: [Dev] WSO2 Committers += Madhawa Perera

2017-06-19 Thread Menaka Jayawardena
Congratulations Madhawa! On Mon, Jun 19, 2017 at 4:45 PM, Chathura Dilan wrote: > Hi All, > > It's my pleasure to welcome Madhawa Perera as a WSO2 Committer. > > Madhawa has been a valuable contributor to the IoT team. In recognition > of his contribution, dedication, and

Re: [Dev] Isseues

2017-06-19 Thread Johann Nallathamby
Hi Lipsa, The dev community doesn't generally encourage having one-on-one conversations for issues. Generally all issues are discussed in the this mailing list publicly. Unless it's a special discussion on a certain way a feature must be designed/implemented/etc. the community may opt for a web

[Dev] Isseues

2017-06-19 Thread Lipsa Pradhan
I have many doubts. Can I have someone's mail ID or contact number to have a one-on-one conversation. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Problem when creating APIs

2017-06-19 Thread Thomas LEGRAND
Hello again! I did not know how to fix this so I recreated a clean instance of the API Manager to plug it to my Identity Server and I can enjoy the API creation again! Maybe that was because my API was created before the implementation of the connectivity between the AM and the IS. It is more a

[Dev] [APIM] Terminate SSL connection at ELB

2017-06-19 Thread Chamara Philips
Hi Devs, What is the procedure to terminate the SSL connection at the ELB with WSO2 APIM? Client calls the ELB through HTTPS and that requires the ELB to have a CA. But the connection from ELB to APIM should use HTTP. (ELB and APIM are in the same VPC. I am under the impression that there would

[Dev] WSO2 Committers += Madhawa Perera

2017-06-19 Thread Chathura Dilan
Hi All, It's my pleasure to welcome Madhawa Perera as a WSO2 Committer. Madhawa has been a valuable contributor to the IoT team. In recognition of his contribution, dedication, and commitment he has been voted as a WSO2 committer. Madhawa, welcome aboard and keep up the good work! -- Thanks

[Dev] Problem in authentication

2017-06-19 Thread Lipsa Pradhan
Hello I am using Enterprise Integrator. I want to authorise customised users, using authentication service to have access tokens. I had tried "proxy service" method for this. But it isn't working. How can I do this? I'm getting this while firing the proxy service.

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-06-19 Thread Malaka Silva
Hi Hasitha, Adding inbound endpoint to the carbon mediation and debugging You don't need to do this since this should be added as an extesnion similar to [1] Completing the user interface changes You don't need to do any UI changes. It'll be handled by ESB/EI [2] Adding preffered