(no commit message)
authorErik Brakkee <erik@brakkee.org>
Wed, 14 May 2008 19:40:00 +0000 (19:40 +0000)
committerErik Brakkee <erik@brakkee.org>
Wed, 14 May 2008 19:40:00 +0000 (19:40 +0000)
system/spring/src/main/java/org/wamblee/system/spring/component/HibernateComponent.java
system/spring/src/main/resources/properties/org.wamblee.system.spring.component.hibernate.properties [moved from system/spring/src/main/resources/properties/test.org.wamblee.security.hibernate.properties with 100% similarity]
system/spring/src/main/resources/spring/org.wamblee.system.spring.component.hibernate.xml [moved from system/spring/src/main/resources/spring/test.org.wamblee.security.database.xml with 100% similarity]

index 9d6303fee89c26749c4a35076526fa75508a4cdf..7db715a8b156c39993ca1c048bbcd71e43c7850e 100644 (file)
@@ -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},