1. NumberFormatException forum.hibernate.orgWhen I call criteria.list(), Hibernate now appears to throw a NumberFormatException. I have a logging statement before the offending line which executes correctly, and one after which is never executed. I catch a NumberFormatException in this block, not a Hibernate exception, and my log doesn't show any errors from Hibernate. Any thoughts on how to look for the problem? The log ... |
2. EnumType NumberFormatException forum.hibernate.org |