From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Date: Wed, 14 May 2008 19:40:00 +0000 (+0000)
Subject: (no commit message)
X-Git-Tag: wamblee-utils-0.2~1^2~125
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=99ecb2b8ff87e77fb07a67b02b0dc478e27b4718;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