Just when I thought I had it all working, I found that my mapping file (User.hbm.xml) is not being fully generated. It was coming through with all the files, but now it only has the id. Did something change in the tags?
My tag looks like the following for each getter:
* @hibernate.property
* column="username" type="string" not-null="true" unique="true"
Thanks,
Matt
