[GeoNetwork-devel] [GeoNetwork opensource Developer website] #343: CSW / iso19110 / exception when requesting ISO19139 output

#343: CSW / iso19110 / exception when requesting ISO19139 output
---------------------+------------------------------------------------------
Reporter: Fxp | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone:
Component: General | Version: v2.6.1
Keywords: |
---------------------+------------------------------------------------------
Test :
  * Create an iso19110 record
  * Run CSW query :
{{{
<?xml version="1.0"?>
<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW" version="2.0.2"
     resultType="results" outputSchema="csw:IsoRecord">
     <csw:Query typeNames="gmd:MD_Metadata">
         <csw:Constraint version="1.1.0">
             <Filter xmlns="http://www.opengis.net/ogc&quot;
xmlns:gml="http://www.opengis.net/gml&quot;/&gt;
         </csw:Constraint>
     </csw:Query>
</csw:GetRecords>
}}}

Error is:
{{{
<ows:ExceptionText>Raised exception while getting metadata
:javax.xml.transform.TransformerConfigurationException: Requested
transformation [.../geonetwork/xml/csw/schemas/iso19110/iso-summary.xsl]
does not exist.</ows:ExceptionText>
}}}

Fix:
  * Do not return iso19110 records when output format is iso19139 (like
fgdc or dc records)

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/343&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.

#343: CSW / iso19110 / exception when requesting ISO19139 output
---------------------+------------------------------------------------------
Reporter: Fxp | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone:
Component: General | Version: v2.6.1
Keywords: |
---------------------+------------------------------------------------------

Comment(by Fxp):

Quick fix in r6680, but we should probably add
http://www.isotc211.org/2005/gfc to the list of outputSchema for CSW
response.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/343#comment:1&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.

#343: CSW / iso19110 / exception when requesting ISO19139 output
---------------------+------------------------------------------------------
Reporter: Fxp | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone:
Component: General | Version: v2.6.1
Keywords: |
---------------------+------------------------------------------------------

Comment(by Fxp):

r6682 in branch 2.6.x

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/343#comment:2&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.

#343: CSW / iso19110 / exception when requesting ISO19139 output
----------------------+-----------------------------------------------------
  Reporter: Fxp | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: major | Milestone:
Component: General | Version: v2.6.1
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Changes (by fxp):

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

Comment:

See #377 for CSW improvements.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/343#comment:3&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.

#343: CSW / iso19110 / exception when requesting ISO19139 output
----------------------+-----------------------------------------------------
  Reporter: Fxp | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: major | Milestone: v2.6.1
Component: General | Version: v2.6.1
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Changes (by fxp):

  * milestone: => v2.6.1

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/343#comment:4&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.