(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Wed, 14 May 2008 19:47:19 +0000 (19:47 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Wed, 14 May 2008 19:47:19 +0000 (19:47 +0000)
security/src/main/java/org/wamblee/usermgt/UserGroupRepositoryComponent.java
security/src/main/java/org/wamblee/usermgt/hibernate/AuthorizationLightComponent.java
security/src/main/java/org/wamblee/usermgt/hibernate/UserAdministrationLightComponent.java
security/src/main/resources/properties/org.wamblee.security.ehcache.xml [moved from security/src/main/resources/properties/test.org.wamblee.security.ehcache.xml with 100% similarity]
security/src/main/resources/spring/org.wamblee.security.authorization.xml [moved from security/src/main/resources/spring/test.org.wamblee.security.authorization.xml with 100% similarity]
security/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml [moved from security/src/main/resources/spring/test.org.wamblee.security.usermgt-repositories.xml with 93% similarity]
security/src/main/resources/spring/org.wamblee.security.usermgt.xml [moved from security/src/main/resources/spring/test.org.wamblee.security.usermgt.xml with 100% similarity]

index fa547e5d9278725fb3e5944adccf069aba12e341..fb3378cfc7c30fdcec8ab8bcb8eac5d86b86682a 100644 (file)
@@ -32,7 +32,7 @@ import org.wamblee.system.spring.SpringComponent;
 public class UserGroupRepositoryComponent extends SpringComponent {
 
     public UserGroupRepositoryComponent(String aName) { 
-        super(aName, new String[] { "spring/test.org.wamblee.security.usermgt-repositories.xml" } , 
+        super(aName, new String[] { "spring/org.wamblee.security.usermgt-repositories.xml" } , 
                 createProvided(), createRequired()); 
         
     }
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());
     }
 
index 46426cfc136d2ab6f15bdc2544950d217d2a5d09..1a06ae7a2037dab3b5e54c16a16ebb3839a68252 100644 (file)
@@ -37,7 +37,7 @@ import org.wamblee.usermgt.UserSet;
 public class UserAdministrationLightComponent extends SpringComponent {
 
     public UserAdministrationLightComponent(String aName) { 
-        super(aName, new String[] { "spring/test.org.wamblee.security.usermgt.xml" },
+        super(aName, new String[] { "spring/org.wamblee.security.usermgt.xml" },
                 createProvided(), createRequired() );    
     }
 
similarity index 93%
rename from security/src/main/resources/spring/test.org.wamblee.security.usermgt-repositories.xml
rename to security/src/main/resources/spring/org.wamblee.security.usermgt-repositories.xml
index 99698c2b7af54ba53b4509a45176d4d39130f340..c7ad63c18e08ecc963137afea5a0b25cafb6d654 100644 (file)
@@ -4,7 +4,7 @@
  <beans> 
     
      <bean id="cacheConfig" class="org.wamblee.io.ClassPathResource">
-         <constructor-arg><value>properties/test.org.wamblee.security.ehcache.xml</value></constructor-arg>
+         <constructor-arg><value>properties/org.wamblee.security.ehcache.xml</value></constructor-arg>
      </bean>
      
      <bean id="userCache" class="org.wamblee.cache.EhCache">