Navigate to any document on edge2 and you will see the following screenshot.
Solution
Implement the com.tsgrp.opencontent.core.authentication.IAuthentication#getAdminUserName() to use AuthenticationUtil.getAdminUserName()
Edit the AbstractXFDFAnnotationImpl #getRepoAnnotations to account for the getAdminUserName not being implemented and modifying creatorName check to check display name and login name.
Overview
getAdminUserName
to be hit for Alfresco when it is unimplemented.Reproduce Issue
Solution
Implement the
com.tsgrp.opencontent.core.authentication.IAuthentication#getAdminUserName()
to useAuthenticationUtil.getAdminUserName()
Edit the AbstractXFDFAnnotationImpl #getRepoAnnotations to account for the
getAdminUserName
not being implemented and modifying creatorName check to check display name and login name.