Merged CMIS063 to HEAD

Resolve merge issues.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17274 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2009-10-30 23:56:26 +00:00
parent 9cafc890c4
commit 56d2873681
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ import java.io.Serializable;
import org.alfresco.cmis.CMISDictionaryModel;
import org.alfresco.cmis.CMISServices;
import org.alfresco.error.AlfrescoRuntimeException;
import org.alfresco.model.ContentModel;
import org.alfresco.service.ServiceRegistry;
import org.alfresco.service.cmr.repository.ChildAssociationRef;
@@ -91,7 +90,8 @@ public class PathProperty extends AbstractProperty
if (i == path.size())
{
throw new AlfrescoRuntimeException("Path " + path + " not in CMIS root node scope");
// TODO:
//throw new AlfrescoRuntimeException("Path " + path + " not in CMIS root node scope");
}
if (path.size() - i == 1)