From: erik Date: Sun, 11 May 2008 19:19:14 +0000 (+0000) Subject: Extracted useraccessor from the authorization component because it is dependent on... X-Git-Tag: wamblee-utils-0.2~1^2~163 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=4da211d3811dcf0edb75b74f39471743689fc124;p=utils Extracted useraccessor from the authorization component because it is dependent on the environment. --- diff --git a/security/src/test/java/org/wamblee/security/authorization/hibernate/AuthorizationSpringConfigFiles.java b/security/src/test/java/org/wamblee/security/authorization/hibernate/AuthorizationSpringConfigFiles.java index 4c00dfb7..5026cfd9 100644 --- a/security/src/test/java/org/wamblee/security/authorization/hibernate/AuthorizationSpringConfigFiles.java +++ b/security/src/test/java/org/wamblee/security/authorization/hibernate/AuthorizationSpringConfigFiles.java @@ -26,7 +26,9 @@ import org.wamblee.usermgt.UsermgtSpringConfigFiles; public class AuthorizationSpringConfigFiles extends UsermgtSpringConfigFiles { public AuthorizationSpringConfigFiles() { - super(new String[] { "spring/test.org.wamblee.security.authorization.xml" }); + super(new String[] { + "spring/test.org.wamblee.security.useraccessor.xml", + "spring/test.org.wamblee.security.authorization.xml" }); } } diff --git a/security/src/test/resources/spring/test.org.wamblee.security.authorization.xml b/security/src/test/resources/spring/test.org.wamblee.security.authorization.xml index fe1cb4a0..29f2ff16 100644 --- a/security/src/test/resources/spring/test.org.wamblee.security.authorization.xml +++ b/security/src/test/resources/spring/test.org.wamblee.security.authorization.xml @@ -3,11 +3,6 @@ - - - - diff --git a/security/src/test/resources/spring/test.org.wamblee.security.useraccessor.xml b/security/src/test/resources/spring/test.org.wamblee.security.useraccessor.xml new file mode 100644 index 00000000..e306d63a --- /dev/null +++ b/security/src/test/resources/spring/test.org.wamblee.security.useraccessor.xml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file