mirror of https://github.com/apache/archiva.git
fix ldapConnectionFactory initialize call when changing configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1420237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
242c7794eb
commit
17c210e4b6
|
@ -96,6 +96,8 @@ public class DefaultArchivaRuntimeConfigurationService
|
|||
userManager.initialize();
|
||||
}
|
||||
|
||||
ldapConnectionFactory.initialize();
|
||||
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
catch ( RepositoryAdminException e )
|
||||
|
@ -132,8 +134,6 @@ public class DefaultArchivaRuntimeConfigurationService
|
|||
}
|
||||
}
|
||||
|
||||
ldapConnectionFactory.initialize();
|
||||
|
||||
return informations;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue