Added transaction allow=readonly to all appropriate Share and Remote Service WebScript descriptiors.

- fixed up SiteService to create inner transactions as readonly where appropriate
 - tested Share with basic operations, may be some further issues that fall out

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14672 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2009-06-11 21:01:48 +00:00
parent 0decb3ceb0
commit 6c562fe9ea

View File

@@ -548,7 +548,7 @@ public class SiteServiceImpl implements SiteService, SiteModel
return results.get(0); return results.get(0);
} }
}); }, true);
} }
}, AuthenticationUtil.getSystemUserName()); }, AuthenticationUtil.getSystemUserName());