Merge V3.4 to HEAD

24350: ALF-3584 - SDK missing wss4j dependency
  24351: ALF-3584 - Cleaning up SDK list of libs.   (I think there may be a limit on the size somewhere)
  23343: ALF-3119 - MLText is not fully carried during copy-paste

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@24360 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-12-09 11:47:46 +00:00
parent 9cc9e975ff
commit 9cbca7d313
3 changed files with 61 additions and 4 deletions

View File

@@ -773,7 +773,7 @@ public class CopyServiceImpl implements CopyService
{
// The first call will fail permissions, so there is no point doing permission checks with
// the other calls
Map<QName, Serializable> sourceNodeProperties = nodeService.getProperties(sourceNodeRef);
Map<QName, Serializable> sourceNodeProperties = internalNodeService.getProperties(sourceNodeRef);
QName sourceNodeTypeQName = internalNodeService.getType(sourceNodeRef);
Set<QName> sourceNodeAspectQNames = internalNodeService.getAspects(sourceNodeRef);