Issue 12112
Tag namespaces are not persisted
12112
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: Tag namespaces are not persisted
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2012-10-26 11:16:18.089
Updated: 2013-12-16 17:50:23.354
Resolved: 2012-10-26 22:49:57.466
Description: Namespaces in the registry are stored in a separate lookup table and if tags are created using a namespace that doesnt yet exist in the lookup tables it is silently ignored now.
Refactor the persistency so that we store namespaces as simple strings with the tags, not normalizing them in any table, ie. remove the current namespace table]]>
Author: mdoering@gbif.org
Created: 2012-10-26 12:04:08.296
Updated: 2012-10-26 12:04:08.296
Although a schema change would be very useful it has too much impact so this is deferred to a larger refactoring, see http://dev.gbif.org/issues/browse/REG-259
Instead the existing namespace table needs to be used properly and any new namespaces inserted gracefully.