|
New tests added in
HHH-8908
are failing on oracle databases.
org.hibernate.envers.test.integration.components.mappedsuperclass.EmbeddableWithDeclaredDataTest org.hibernate.envers.test.integration.components.mappedsuperclass.EmbeddableWithNoDeclaredDataTest org.hibernate.envers.test.integration.components.collections.mappedsuperclasselement.CollectionOfMappedSuperclassComponentsTest
Error: ORA-00972: identifier is too long
Name of EntityWithEmbeddableWithDeclaredData is too long. Max 30 characters is allowed on oracle.
|