Author: chris.laprun(a)jboss.com
Date: 2007-10-12 10:54:19 -0400 (Fri, 12 Oct 2007)
New Revision: 8621
Modified:
branches/JBoss_Portal_Branch_2_6/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml
Log:
- Point to the appropriate domain.hbm.xml. I thought I had committed this already (IDEA is
really not handling directory moves/renames properly as far as SVN goes).
Modified:
branches/JBoss_Portal_Branch_2_6/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml 2007-10-12
14:29:27 UTC (rev 8620)
+++
branches/JBoss_Portal_Branch_2_6/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml 2007-10-12
14:54:19 UTC (rev 8621)
@@ -53,6 +53,6 @@
-->
<!-- Mapping files -->
- <mapping resource="conf/consumer/hibernate/domain.hbm.xml"/>
+ <mapping resource="conf/hibernate/consumer/domain.hbm.xml"/>
</session-factory>
</hibernate-configuration>
\ No newline at end of file
Show replies by date