考慮下面的語句:Hibernate Eclipse WebProject配置:如何指定文件配置?
SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();
其中:
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
如何指定從中Hibernate會檢索配置數據的文件? 解釋,我有一個正確的配置數據的hibernate.cfg.xml文件中,但在運行時休眠拋出錯誤指的配置從另一個項目,如:
org.hibernate.MappingNotFoundException: resource: xx/AnotherNonRelatedProject/CertainClass.hbm.xml not found
不管怎樣,我猜,默認配置正在添加從另一個文件。但是我搜索了我的hbm.xml文件,類和引用,並且它似乎沒問題。
關於這裏會發生什麼的任何想法?
Eclipse:Indigo SR2;休眠工具:3.5.1
謝謝!
謝謝你的迴應(我投了票)。我發現我的問題,正如我上面的回答。 – Alex 2013-03-01 14:01:41
我很高興你能找到解決你的問題,最好的問候。 – 2013-03-02 16:00:27