we need a way for dbutils -schema.xml files to generate named constraints. On Oracle, we rely on it generating names - but that makes it hard to db-upgrade them later.
this may or may not already be supported by dbutils - we need to look to see if there is any XML that supports the naming of constraints. If not, we need to add it. Either way, we then need to alter our -schema.xml files to create new constraint names (perhaps have db-upgrade to rename them too so error messages for constr. vios are easier to understand?)
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1188
mass add of key word FutureFeature to help track
mazz, is this still an issue?
if we plan on moving to Liquibase, we should close this as obsolete. if we do not plan on that, but we continue to use dbsetup/dbupgrade, we need to address this.