Sorry but I forgot to mention that the colum that makes trouble is the named 'day'. Should be obvious from the code but to be sure I wanted to tell you.
I have defined an audited entity that uses a certain hibernate type on distinct column: {code:title=Holiday.java|borderStyle=solid} @Entity @Table(name = "Holiday") @Audited @TypeDef(name = "hibernate_calendar_date", typeClass = org.hibernate.type.CalendarDateType.class) public class Holiday extends OLEntity { public static final String PROPERTY_...
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)