mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -214,6 +214,11 @@ public class RepoService
|
|||||||
*/
|
*/
|
||||||
protected Map<String, TestPerson> allPeople = new HashMap<String, TestPerson>();
|
protected Map<String, TestPerson> allPeople = new HashMap<String, TestPerson>();
|
||||||
|
|
||||||
|
// Needed for CGLIB to create proxy, see CloudRepoService
|
||||||
|
public RepoService()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public RepoService(ApplicationContext applicationContext) throws Exception
|
public RepoService(ApplicationContext applicationContext) throws Exception
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user