test
[mir.git] / etc / hibernate.cfg.xml
index 8dc63c7..9f2a995 100755 (executable)
@@ -6,9 +6,9 @@
 
     <session-factory>
 
-        <property name="connection.url">jdbc:postgresql:mir</property>
+        <property name="connection.url">jdbc:postgresql://localhost:5432/mir</property>
         <property name="connection.driver_class">org.postgresql.Driver</property>
-        <property name="connection.username">postgres</property>
+        <property name="connection.username">eppc</property>
         <property name="connection.password"></property>
         <property name="connection.pool_size">10</property>
         <property name="statement_cache.size">100</property>
         
         <!-- Mapping files -->
         <mapping resource="mir/core/model/ArticleType.hbm.xml"/>
+        <!--
+        <mapping resource="mir/core/model/TopicRich.hbm.xml"/>
+        <mapping resource="mir/core/model/TopicChild.hbm.xml"/>
+        -->
         <mapping resource="mir/core/model/Breaking.hbm.xml"/>
         <mapping resource="mir/core/model/Comment.hbm.xml"/>
         <mapping resource="mir/core/model/Content.hbm.xml"/>