Re: [Architecture] C5 Carbon Kernel : Secure Vault Implementation

2016-09-12 Thread Jayanga Dissanayake
@Indika, With the new C5 implementation, Secure Vault doesn't care about the location where the alias is used, hence there is no file similar to " cipher-tool.properties". Instead, when the product is build, all the secrets (passwords) that are needed should be specified in the secrets.properties

Re: [Architecture] Creating several versions of same API on APIM REST APIs

2016-09-12 Thread Malintha Amarasinghe
Hi, On Mon, Sep 12, 2016 at 9:46 AM, Thilini Cooray wrote: > Hi Kaveesha, > > Shouldn't we use apiProvider.checkIfAPIExists(apiId) as the first check > of POST /apis endpoint? > IMO it is good to start the duplicate check from API Identifier as it is > the unique entry for

Re: [Architecture] Creating several versions of same API on APIM REST APIs

2016-09-12 Thread Lahiru Cooray
Hi, As per my understanding here what you are trying to achieve is to avoid api duplication when creating new api's. So I would suggest you to implement a validation method and keep it as an util where this could be used in several operations(eg: copy api/update api etc with slight changes)

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

2016-09-12 Thread Sidath Weerasinghe
Hi all, Dynamically detection of broker nodes in cluster project; This implement is changed to C4 from C5. In server side - I got the AMQP transport address which is mention in broker.xml. Sometimes it mentions as 0.0.0.0 so it got the problem when getting that address. For that, I'm going get

[Architecture] [Dev] WSO2 Message Broker 3.2.0-M3 Released !

2016-09-12 Thread Indika Sampath
Hi All, The WSO2 Message Broker team is pleased to announce the 3rd milestone release of WSO2 Message Broker (MB) 3.2.0. Source & binary distribution files of WSO2 Message Broker : Runtime : https://github.com/wso2/product-mb/releases/tag/v3.2.0-M3 Analytics :

Re: [Architecture] Multidimensional Space Search with Lucene 6 - Possible Scenarios and the API

2016-09-12 Thread Srinath Perera
ah loot=look On Tue, Sep 13, 2016 at 10:37 AM, Srinath Perera wrote: > Hi Suho, > > Please loot this, and some of the scenarios should be handy for IoT > > --Srinath > > On Mon, Sep 12, 2016 at 9:52 AM, Janaka Thilakarathna > wrote: > >> Hi all, >> >> I am

Re: [Architecture] RFC: Video and Image Processing Support in WSO2 Platform

2016-09-12 Thread Srinath Perera
Anusha, we should try Adaboost as Geesara mentioned ( when we done with what we are doing). --Srinath On Sun, Sep 11, 2016 at 10:52 AM, Anusha Jayasundara wrote: > Hi Sumedha, > > I just detect the face. I went through few articles about face > recognition, and I have a

Re: [Architecture] Log Analyzer performance analysis

2016-09-12 Thread Malith Jayasinghe
Hi Tishan, Inserting results indeed. Just wondering if you made any efforts to do query level optimization? For example, there are ways to analyze the query logs (e.g. mysql slow-query log). Such analysis/profiling can provide us information about queries (execution time, lock time, index of

Re: [Architecture] Multidimensional Space Search with Lucene 6 - Possible Scenarios and the API

2016-09-12 Thread Srinath Perera
Hi Suho, Please loot this, and some of the scenarios should be handy for IoT --Srinath On Mon, Sep 12, 2016 at 9:52 AM, Janaka Thilakarathna wrote: > Hi all, > > I am currently working on the project Multidimensional Space Search with > Lucene 6 for DAS. Here is a list of