From: Erik Brakkee Date: Wed, 14 May 2008 19:40:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~725 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=7d25939b586bd3a4235a75b9fee8389d06f12923;p=utils --- diff --git a/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java b/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java index 9d6303fe..7db715a8 100644 --- a/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java +++ b/system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java @@ -36,8 +36,8 @@ import org.wamblee.system.spring.SpringComponent; public class HibernateComponent extends SpringComponent { - private static final String HIBERNATE_PROPERTIES = "properties/test.org.wamblee.security.hibernate.properties"; - private static final String HIBERNATE_SPRING_CONFIG = "spring/test.org.wamblee.security.database.xml"; + private static final String HIBERNATE_PROPERTIES = "properties/org.wamblee.system.spring.component.hibernate.properties"; + private static final String HIBERNATE_SPRING_CONFIG = "spring/org.wamblee.system.spring.component.hibernate.xml"; public HibernateComponent(String aName) throws IOException { super(aName, new String[] { HIBERNATE_SPRING_CONFIG}, diff --git a/system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties b/system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties similarity index 100% rename from system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties rename to system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties diff --git a/system/spring/src/main/resources/spring/test.org.wamblee.security.database.xml b/system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml similarity index 100% rename from system/spring/src/main/resources/spring/test.org.wamblee.security.database.xml rename to system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml