case DO_NOT_REPLACE:
// See if there is an existing node at the desired location ...
Location parent = request.under();
if (parent.hasPath()) {
PathFactory pathFactory = getExecutionContext().getValueFactories().getPathFactory();
Path childPath = pathFactory.create(parent.getPath(), request.named());
Location childLocation = Location.create(childPath);
projectedNode = project(childLocation, request.inWorkspace(), request, true);
if (projectedNode != null) {
if (projectedNode.isProxy()) {
ProxyNode proxy = projectedNode.asProxy();