0
我開發的應用,這將讀取從hibernate.cfg.xml文件是根據下面的文件夾的JBoss 7.1.1與Hibernate 4.1.1
JBoss7.1.1 /獨立/配置/例1 /休眠Hibernate配置。 cfg.xml中
<mapping resource="example1/hbm/T1.hbm.xml"/>
<mapping resource="example1/hbm/T2.hbm.xml"/>
,所有的映射文件被保存在 JBoss7.1.1 /單機/配置/例1/HBM/*。hbm.xml中
但它不工作,它的投擲
org.hibernate.MappingNotFoundException:resource:example1/hbm/T1.hbm.xml。
是他們對上述配置的任何問題?我錯過了什麼。