The name attribute of javax.persistence.UniqueConstraint is not being applied, causing automatically generated Oracle DDLs to fail due to long constraint names. For production we use a handwritten DDL, but this causes all generated DDLs to fail in development.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
The name attribute of javax.persistence.UniqueConstraint is not being applied, causing automatically generated Oracle DDLs to fail due to long constraint names. For production we use a handwritten DDL, but this causes all generated DDLs to fail in development.