Author | Message |
---|---|
Sanaz_6101
Posts: 40
|
Posted 12:40 Oct 18, 2009 |
Hi Dr Sun under csns/src I can not find hibernate.cfg.xml sicne this file is exist under buil/classes so in buil.xml should I change <hibernatetool> Please let me know how Im able to access hibernate.xml under src Thanks
|
cysun
Posts: 2935
|
Posted 12:41 Oct 18, 2009 |
It's under /conf. |
Sanaz_6101
Posts: 40
|
Posted 12:54 Oct 18, 2009 |
Thanks Can I delete all other mapping inside it because iy seems conflict with my hbm.xml files .some of my files have the same name as the csns files ? |
cysun
Posts: 2935
|
Posted 15:26 Oct 18, 2009 |
You are supposed to put your mapping files under src/hbm/assignment as required by the homework assignment. There should not be any name conflicts, but you can try deleting some files and see what happens. |
Sanaz_6101
Posts: 40
|
Posted 16:54 Oct 18, 2009 |
|
cysun
Posts: 2935
|
Posted 19:00 Oct 18, 2009 |
It's a problem in your mapping. Understand what each element/attribute in your mapping does and fix it. |