On 4/30/2014 11:12 AM, Endi Sukma Dewata wrote:
Previously the ConfigurationUtils.setupDBUser() was checking
whether the database user already exists by calling findUsers()
which may return multiple results or throw an exception if not
found. The code has been modified to call getUser() which will
return exactly one user or null if not found.
Ticket #920
New patch attached. Removed redundant try-catch block.
--
Endi S. Dewata