org.nuxeo.ecm.instance.host=localhost
# enable/disable Elasticsearch
-elasticsearch.enabled=true
+elasticsearch.enabled=false
# runtime remoting config
org.nuxeo.runtime.server.locator=socket://0.0.0.0:62474/?datatype=nuxeo
// a display name or supplied in another manner.
if ((shortId != null) && (shortIdBadPattern.matcher(shortId).find())) {
invalid = true;
- msg += "shortIdentifier must only contain standard word characters";
+ msg += String.format("shortIdentifier '%s' must only contain standard word characters", shortId);
}
} else if (action.equals(Action.UPDATE)) {
}