Author: chris.laprun(a)jboss.com
Date: 2007-10-12 10:55:57 -0400 (Fri, 12 Oct 2007)
New Revision: 8622
Modified:
trunk/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:
trunk/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml
===================================================================
---
trunk/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml 2007-10-12
14:54:19 UTC (rev 8621)
+++
trunk/wsrp/src/resources/portal-wsrp-sar/conf/hibernate/consumer/hibernate.cfg.xml 2007-10-12
14:55:57 UTC (rev 8622)
@@ -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