I\'m trying to configure hbm2java with maven to generate POJO classes and DAO objects. One of the issues I\'m dealing with is package names aren\'t generated. I\'m using the following pom for that:
can any one tell me how to force maven to precede mapping .hbm.xml files in the automatically generated hibernate.cfg.xml file with package path?
How do you handle errors in SQLAlchemy? I am relatively new to SQLAlchemy and do not know yet. Before I used SQLAlchemy, I would do things like