[GeoNetwork-devel] [GeoNetwork opensource Developer website] #1205: Schema configuration / Add support for read/write UUID

#1205: Schema configuration / Add support for read/write UUID
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Keywords: |
-------------------------+--------------------------------------------------
Some ISO Profile defines rules to compute metadata UUID (eg. based on
resource identifier - made in UFO) which requires the UUID stored in the
column uuid of the metadata table to be in synch with the XML document.
Currently, the metadata uuid is only updated when the record is inserted
or harvested.

In schema-ident.xsl, add an optional parameter:
{{{
         </autodetect>
         <!-- After edits, db UUID is synchronized with the record.
         If not, db UUID is only set when inserting the record or
harvested. -->
         <readwriteUuid>true</readwriteUuid>
</schema>
}}}

If readwriteUuid is set to true, then when updating a metadata, the uuid
from the XML document updates the one in the metadata table.

Default is false.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1205&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#1205: Schema configuration / Add support for read/write UUID
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by fxp):

  * status: new => closed
  * resolution: => fixed

Comment:

master commit e0880745105fc1f93a2d47fd18961da95d17e523

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1205#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.