String strPath = stringFactory.create(nodePath);
Name propName = changed.getNewProperty().getName();
// Check if the property is sequencable ...
for (SequencingConfiguration config : configs) {
Matcher matcher = config.matches(strPath, propName);
if (!matcher.matches()) {
if (TRACE) {
LOGGER.trace("Changed property '{1}:{0}' in repository '{2}' did not match sequencer '{3}' and path expression '{4}'",
changed.getPath(), workspaceName, repository.name(),
config.getSequencer().getName(), config.getPathExpression());
}