ensure a named bean is used

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1441828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-02-02 23:06:40 +00:00
parent b949895ed7
commit 7ba48cf494
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class DefaultLdapRoleMapper
private Logger log = LoggerFactory.getLogger( getClass() ); private Logger log = LoggerFactory.getLogger( getClass() );
@Inject @Inject
@Named( value = "ldapConnectionFactory#configurable" )
private LdapConnectionFactory ldapConnectionFactory; private LdapConnectionFactory ldapConnectionFactory;
@Inject @Inject