christianPa / full-hibernate-plugin-for-struts2

Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
0 stars 0 forks source link

Running fhpSample3 #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running the application fhpSample3 
2.
3.

What is the expected output? What do you see instead?
Running application 

What version of the product are you using? On what operating system?
Same 

Please provide any additional information below.

Mapping of entities were missed out in hibernate.cfg.xml files. Add 
following mappings.. 

<mapping class="sample3.model.Friend" /> 
<mapping class="sample3.model.Phonenumbertype" /> 
<mapping class="sample3.model.Friendphonenumber" /> 

Original issue reported on code.google.com by rajilda...@gmail.com on 1 Aug 2009 at 7:27

Attachments:

GoogleCodeExporter commented 8 years ago
Rajil,
The version since 13 july *does not has* this problem.
http://code.google.com/p/full-hibernate-plugin-for-struts2/downloads/detail?name
=fhpSample3.war&can=2&q=#makechanges

Original comment by jyoshiriro on 3 Aug 2009 at 11:53