Joined: Tue Mar 08, 2011 5:42 am Posts: 1
|
Hi all,
I am working on making junit file to test web based project. I am calling service layer classes' methods directly from stand alone program. I am configuring hibernate session manually and get session factory.
The problem I am getting is the value objects (beans) are not being mapped with tables.
I have added mapping tags in hibernate.cfg.xml file
I successfully get session factory but at run time it gives value object class is not mapped exception.
Let me know if you want any further information. Please help me with this.
|
|