| Author |
Could not parse mapping document from resource com/hib/Unit.hbm.xml
|
Dhanunjaya routu
Greenhorn
Joined: Feb 14, 2011
Posts: 8
|
|
Hello!
I had created 3 pojo classes and 3 mapping files.
District.java
Unit.java
and Missing.java
District.hbm.xml
Unit.hbm.xml
Missing.hbm.xml
The primary key of District table is one of the composite primary keys in Unit table and Missing table.
Also primary key of Unit table is one of the composite primary keys in Missing table.
i am getting an error like ::org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/hib/Unit.hbm.xml
Can you help me to avoid the error.....?
|
 |
 |
|
|
subject: Could not parse mapping document from resource com/hib/Unit.hbm.xml
|
|
|