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());
}
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());
}
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() );
}
<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">