Hello:
Current cofiguration: Spring1.2, Hibernate3.1 and MyFaces1.1
I am using hibernate synchronizer to generate mapping files, POJOs and DAOs. I have followed the instructions to setup package and inheritance structure (http://hibernatesynch.sourceforge.net/docs/properties.html)
I am getting following issues:
1. DAOs are always generated into value object package, inspite of specifying absolute package path.
2. DAOs are not extending the DAO root class specified, it always defaults extension to HibernateDaoSupport
Please let me know,
THanks,
Anil G