mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Tool to run the repository standalone (useful for CIFS and FTP server testing)
Importer no longer flushes integrity events Improvement to one-jar ant script Changed bean local references to normal references in scheduler git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2286 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -178,7 +178,7 @@ public abstract class Tool
|
||||
private void login()
|
||||
{
|
||||
// TODO: Replace with call to ServiceRegistry
|
||||
AuthenticationService auth = (AuthenticationService)appContext.getBean("authenticationService");
|
||||
AuthenticationService auth = (AuthenticationService) serviceRegistry.getAuthenticationService();
|
||||
auth.authenticate(toolContext.getUsername(), toolContext.getPassword().toCharArray());
|
||||
log("Connected as " + toolContext.getUsername());
|
||||
}
|
||||
|
Reference in New Issue
Block a user