Re: [Dev] [AppFactory] Moving the application name to the AppFactory database

2014-10-22 Thread Dimuthu Leelarathne
Hi Janaka, +1 but we need caching at Carbon layer in front of the database. Please make sure the cache is updated properly as app names keeps adding. thanks, dimuthu On Mon, Oct 20, 2014 at 5:45 PM, Danushka Fernando wrote: > The only concern should be is about data migration we have to do in

Re: [Dev] [AppFactory] Moving the application name to the AppFactory database

2014-10-22 Thread Janaka Ranabahu
Hi Dimuthu, On Wed, Oct 22, 2014 at 9:31 AM, Dimuthu Leelarathne wrote: > Hi Janaka, > > +1 but we need caching at Carbon layer in front of the database. Please > make sure the cache is updated properly as app names keeps adding. > All the other changes(including the migration scripts) are done.

Re: [Dev] [AppFactory] Moving the application name to the AppFactory database

2014-10-20 Thread Danushka Fernando
The only concern should be is about data migration we have to do in cloud. But IMO its now or never. So +1 to do it now. Thanks & Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Oct 20, 2014 at 5:05 PM, Janaka Ranabahu wrote: > Hi, > > As a s

[Dev] [AppFactory] Moving the application name to the AppFactory database

2014-10-20 Thread Janaka Ranabahu
Hi, As a solution to [1], we have to move the Application Name to the AppFactory database. The current implementation keeps the application name in the registry and to check whether the name exists, we retrieve all the applications and then iterate through them to check whether the name exists. Th