NumberFormatException « Exception « JPA Q&A





1. NumberFormatException    forum.hibernate.org

When 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