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
--
Endi S. Dewata