Attempt to fix red cloud build. CloudRepoService is now wrapped in a RetryingTransactionInterceptor.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55242 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2013-09-11 16:00:43 +00:00
parent d61456e9db
commit bd11b52f78

View File

@@ -214,6 +214,11 @@ public class RepoService
*/
protected Map<String, TestPerson> allPeople = new HashMap<String, TestPerson>();
// Needed for CGLIB to create proxy, see CloudRepoService
public RepoService()
{
}
@SuppressWarnings("unchecked")
public RepoService(ApplicationContext applicationContext) throws Exception
{