And replacing the @Table annotation with
@Table(name = "object_classes", uniqueConstraints =
@UniqueConstraint(columnNames = { "name", "\"version\"" }))fixes the problem. Still don't see why... -- View this message in context: http://openjpa.208410.n2.nabble.com/Change-of-MappingDefaults-breaks-OPENJPA-SEQUENCE-TABLE-tp7580246p7580265.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
