* the proxy until the store has been fully configured
*/
if (rest != null) {
String restPath = getRequest().getContextPath() + "/rest/";
restPath += (rest.equals("true") ? model.getConfig().getClazz().getSimpleName().toLowerCase() : rest);
model.proxy(restPath);
}
ModelDefinition modelDef = model.getModelDefinition();
String modelName = ns + ".model." + model.getConfig().getModelName();