(no commit message)
[utils] / security / src / main / java / org / wamblee / usermgt / hibernate / AuthorizationLightComponent.java
index 0825edd3c98dc00e9c1137f5860380fd8216a503..e7b0c96345a816b70edd7d0f37066373e85d7c24 100644 (file)
@@ -43,7 +43,7 @@ public class AuthorizationLightComponent extends SpringComponent {
     public AuthorizationLightComponent(String aName) {
         super(
                 aName,
-                new String[] { "spring/test.org.wamblee.security.authorization.xml" },
+                new String[] { "spring/org.wamblee.security.authorization.xml" },
                 createProvided(), createRequired());
     }