Re: [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Aruna Karunarathna
On Fri, Apr 8, 2016 at 7:07 AM, Sameera Jayasoma wrote: > > > On Fri, Apr 8, 2016 at 12:13 AM, Imesh Gunaratne wrote: > >> Hi Aruna, >> >> On Thu, Apr 7, 2016 at 6:21 PM, Aruna Karunarathna >> wrote: >> >>> Hi Devs, >>> >>> When writing OSGi Test Cases, Please Inject the CarbonServerInfo servic

[Architecture] [GREG] Improving the REST Service artifact handling capability in Governance Center

2016-04-07 Thread Madawa Soysa
Hi, I have started improving the REST Service artifact handling capability in GREG[1] . In the current implementation, when a REST Service is added manually and if a Swagger or WADL resource URL is given, the resource will not get uploaded to the system

Re: [Architecture] Adding RNN to WSO2 Machine Learner

2016-04-07 Thread Thamali Wijewardhana
Hi, I run the RNN algorithm using deeplearning4j library and the Keras python library. The dataset, hyper parameters, network architecture and the hardware platform are the same. Given below is the time comparison Deeplearning4j library-40 minutes per 1 epoch Keras library- 4 minutes per 1 epoch

Re: [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Sameera Jayasoma
On Fri, Apr 8, 2016 at 12:13 AM, Imesh Gunaratne wrote: > Hi Aruna, > > On Thu, Apr 7, 2016 at 6:21 PM, Aruna Karunarathna wrote: > >> Hi Devs, >> >> When writing OSGi Test Cases, Please Inject the CarbonServerInfo service >> [1]. Otherwise the container wont start properly and the test cases wi

Re: [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Imesh Gunaratne
Hi Aruna, On Thu, Apr 7, 2016 at 6:21 PM, Aruna Karunarathna wrote: > Hi Devs, > > When writing OSGi Test Cases, Please Inject the CarbonServerInfo service > [1]. Otherwise the container wont start properly and the test cases will > fail. > > After injecting the service it will guarantee that th

Re: [Architecture] [C5] Artifact deployment coordination support for C5

2016-04-07 Thread Imesh Gunaratne
On Thu, Apr 7, 2016 at 11:53 PM, Imesh Gunaratne wrote: > > Hi Ruwan, > > On Thu, Mar 31, 2016 at 3:07 PM, Ruwan Abeykoon wrote: > >> Hi All, >> Do we really want artifact deployment coordination in C5? >> What is preventing us to build the new image with the new version of >> artifacts and let

Re: [Architecture] [C5] Artifact deployment coordination support for C5

2016-04-07 Thread Imesh Gunaratne
Hi Ruwan, On Thu, Mar 31, 2016 at 3:07 PM, Ruwan Abeykoon wrote: > Hi All, > Do we really want artifact deployment coordination in C5? > What is preventing us to build the new image with the new version of > artifacts and let the k8s take care of deployment? > You are absolutely correct! We may

Re: [Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Kishanthan Thangarajah
Can we also add this to the kernel osgi test framework documentation as a best practice guideline? On Thu, Apr 7, 2016 at 6:21 PM, Aruna Karunarathna wrote: > Hi Devs, > > When writing OSGi Test Cases, Please Inject the CarbonServerInfo service > [1]. Otherwise the container wont start properly

[Architecture] [C5] Enable/Disable Dropins Deployment and Patch Installation to Reduce Server Startup Time

2016-04-07 Thread Sameera Jayasoma
Hi All, Suggestion is to allow users to enable/disable dropins bundle deployment and patch installation during server startup. We can enable these tasks by default. But users can disable these tasks in production deployments / docker based deployments. This will reduce the server startup time. Th

[Architecture] [C5] Must Inject CarbonServerInfo when writing OSGi Test Cases

2016-04-07 Thread Aruna Karunarathna
Hi Devs, When writing OSGi Test Cases, Please Inject the CarbonServerInfo service [1]. Otherwise the container wont start properly and the test cases will fail. After injecting the service it will guarantee that the server will fully start, before running the test cases. e.g. [2] [1]. https://g

Re: [Architecture] [EMM][APPM] App catalog for mobile devices

2016-04-07 Thread Chathura Dilan
+1 for Catalog app. It was much needed app for AppM/EMM for long time. Currently we do not collect app meta data from uploaded apps. We need to have that functionalities in AppM too. For SSO in Android, can we look in to Android Account Manager[1]. I wonder whether we have this functionality to co

[Architecture] Fwd: Adding new throttling implementation related configurations to API Manager configuration file

2016-04-07 Thread Sanjeewa Malalgoda
Hi All, While working on new throttling implementation for API Manager we wanted to add some additional configurations to product. The intention of this mail is discuss about them and come to conclusion. So far we had simple throttling design and we did not wanted to connect with other components

Re: [Architecture] Supporting Carbon Metrics on Carbon 5 based products

2016-04-07 Thread Afkham Azeez
Name is ok. Yes, I think for advanced metrics config stuff, we will need to provide a file. On Thu, Apr 7, 2016 at 2:02 PM, Isuru Perera wrote: > Hi Azeez, > > How about carbon-metrics-extensions for new repo name? This new repo will > have the MSF4J REST API to get data from JDBC. > > I have an

Re: [Architecture] Supporting Carbon Metrics on Carbon 5 based products

2016-04-07 Thread Isuru Perera
Hi Azeez, How about carbon-metrics-extensions for new repo name? This new repo will have the MSF4J REST API to get data from JDBC. I have another question regarding JDBC Reporter. Since all reporters are now a part of metrics core, the JDBC reporter will also be available for MSF4J. Earlier, MSF4