HibernateUserAdministrationTest now based on the component mechanism.
[utils] / security / src / main / java / org / wamblee / usermgt / UserAdministrationLightComponent.java
index a030dc9c2294ca40945a30ea9bb83f90843dbd8e..efd42286e13b5c88a3af59637e33e0eb9cf08e6f 100644 (file)
@@ -47,7 +47,7 @@ public class UserAdministrationLightComponent extends SpringComponent {
 
     private static Map<String, ProvidedInterface> createProvided() {
         Map<String, ProvidedInterface> provided = new HashMap<String, ProvidedInterface>();
-        provided.put("userAdministration", new DefaultProvidedInterface("org.wamblee.usermgt.UserAdministration",
+        provided.put(UserAdministration.class.getName(), new DefaultProvidedInterface("org.wamblee.usermgt.UserAdministration",
                 UserAdministration.class));
         return provided;
     }