(version, src.getPath()),
dstPath);
+ if (fgLogger.isDebugEnabled())
+ {
+ fgLogger.debug(event);
+ }
if (callbacks != null)
{
for (DeploymentCallback callback : callbacks)
diff --git a/source/java/org/alfresco/service/cmr/repository/NodeService.java b/source/java/org/alfresco/service/cmr/repository/NodeService.java
index fa59c93f48..76e38fd767 100644
--- a/source/java/org/alfresco/service/cmr/repository/NodeService.java
+++ b/source/java/org/alfresco/service/cmr/repository/NodeService.java
@@ -480,6 +480,11 @@ public interface NodeService
/**
* Get the node with the given name within the context of the parent node. The name
* is case-insensitive as Alfresco has to support case-insensitive clients as standard.
+ *
+ * That API method getChildByName only works for associations that don't allow duplicate child names.
+ * See cm:folder and the duplicate tag. Child associations without this allow duplicate
+ * child names and therefore it is possible to have multiple children with the same name stored against
+ * the given association type.
*
* @param nodeRef the parent node - usuall a container
* @param assocTypeQName the type of the association