[Architecture] [Dev] WSO2 Carbon Feature Plugin 3.0.0 Released

2016-12-22 Thread Niranjan Karunanandham
*WSO2 Carbon Feature Plugin 3.0.0 Released* The Carbon team is pleased to announce the release of Carbon Feature Plugin 3.0.0. It is now available to download from here . *Improvements and Bug fixes*

Re: [Architecture] [APIM][C5] How to define REST services host , port properties in configuration bean?

2016-12-22 Thread Danesh Kuruppu
Hi Ishara, You can set those variable values in configuration bean constructor. Inside the constructor, you read the system properties and assign it to the variable. Thanks Danesh On Fri, Dec 23, 2016 at 12:10 PM, Ishara Cooray wrote: > With the new Global configuration

[Architecture] WSO2 Carbon Kernel 4.4.11 Released

2016-12-22 Thread Kalpa Welivitigoda
Hi folks, WSO2 Platform team is pleased to announce the release of WSO2 Carbon Kernel 4.4.11. Improvements and bug fixes https://wso2.org/jira/issues/?filter=13618 Known issues https://wso2.org/jira/issues/?filter=13620 How to Contribute - WSO2 Carbon Kernel code is hosted on Github. - The

[Architecture] [APIM][C5] How to define REST services host , port properties in configuration bean?

2016-12-22 Thread Ishara Cooray
With the new Global configuration model in carbon 5.2.0, we need to define default values for configurations in configuration bean. Earlier we used to have some configurations as system properties. For instance we define token url as * tokenURL =

Re: [Architecture] [Progress] Dynamically Detection Of Broker Nodes In Cluster And Load Balancing

2016-12-22 Thread Sidath Weerasinghe
Hi all, I got the IP address (all network interfaces), AMQP port and SSL AMQP port then store database at broker startup. When node goes down that details are removed from the database. [image: Inline image 1] All the interface details get using the OSGI service. There is a

Re: [Architecture] [APIM][C5] - Definining Endpoint for Resource from Rest API

2016-12-22 Thread Frank Leymann
Hi Jo, yes, 400 is correctly used to indicate validation errors of message bodies of POST requests. I didn't know about Swaggers Security Scheme Object: great that we are planning to use it :-) Best regards, Frank 2016-12-21 3:53 GMT+01:00 Joseph Fonseka : > Hi All > > On