X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fusermgt%2Fhibernate%2FAuthorizationLightComponent.java;h=e7b0c96345a816b70edd7d0f37066373e85d7c24;hb=92e23e5ecf9614f2ab770a8cdedc0b21ddf1e127;hp=0825edd3c98dc00e9c1137f5860380fd8216a503;hpb=bfdfe5ac1e02bff97a56e14f7ef790f67c407ae6;p=utils diff --git a/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java b/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java index 0825edd3..e7b0c963 100644 --- a/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java +++ b/security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java @@ -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()); }