| I'm using an enum with @Converter for String values in the db. It stores the values in the database correctly, but gives me a stacktrace when I try to retrieve them. It's invoking the @Converter correctly, and returning the correct enum value. (In the attached trace, the stored text is "None" and the actual enum is NONE). Then, it looks like the code tries to convert "None" to a number. I'm attaching the trace and my @Converter. Note that the converter also supports javafx. enumIssue.log LinkTypeConverter.java LinkTypeEnum.java |