getTupleQueryResult(method, handler);
}
catch (MalformedQueryException e) {
// This shouldn't happen as no queries are involved
logger.warn("Server reported unexpected malfored query error", e);
throw new RepositoryException(e.getMessage(), e);
}
finally {
releaseConnection(method);
}
}