Daan, there are similar problem in saveaccount/saveuser methods in thr same class - introduced by this commit as well. I can fix it myself on Monday (Its holiday days today and tomorrow at Citrix, usa); or you can revert them as well along with the fix you do for network groups.
Let me know, and thank you for the follow up. -alena > On Jul 2, 2014, at 11:43 PM, "Daan Hoogland" <daan.hoogl...@gmail.com> wrote: > > On Thu, Jul 3, 2014 at 12:27 AM, Alena Prokharchyk > <alena.prokharc...@citrix.com> wrote: >> In any case, fixes done to ConfigurationManagerImpl are not correct, and >> logging should be fixed by reverting/reapplying the commit by following >> the rules defined in a) or b). > > > changing to > } catch (Exception ex) { > // if network_groups table exists, create the > default security group there > s_logger.debug("Caught (SQL?)Exception: no > network_group " + ex.getLocalizedMessage()); > } > for now > > -- > Daan