[Dev] [G-Reg] Added resource file not showing at the management console

2016-05-13 Thread Nalaka Perera
Hi all, I am adding Log analyzer alert configuration file (JSON file) to the registry using TenantRegistryLoader. My code snippets as follows. public void saveAlertConfiguration (ScheduleAlertBean scheduleAlertBean, int tenantId) throws RegistryException { try { UserRegistry u

Re: [Dev] [G-Reg] Added resource file not showing at the management console

2016-05-15 Thread Denuwanthi De Silva
Hi Nalaka, Before creating the registry, could you please try loading the tenant registry using 'loadTenantRegistry(tenantId)' method of 'TenantRegistryLoader' class. Thanks, On Fri, May 13, 2016 at 6:45 PM, Nalaka Perera wrote: > Hi all, > > I am adding Log analyzer alert configuration fil

Re: [Dev] [G-Reg] Added resource file not showing at the management console

2016-05-16 Thread Nalaka Perera
Hi Denuwanthi, Thanks for the reply, I have correct the path definition and I have use startTenantFlow. Now it's working perfectly. Thanks, On Mon, May 16, 2016 at 8:44 AM, Denuwanthi De Silva wrote: > Hi Nalaka, > > Before creating the registry, could you please try loading the tenant > regis