[GeoNetwork-users] xml.metadata.get missing geonet:info in latest Geonetwork

Hi,

I've noticed recently that responses from 'xml.metadata.get' are missing the additional 'geonet:info' element that is documented at http://geonetwork-opensource.org/latest/developers/xml_services/metadata_xml_services.html#get-metadata-xml-metadata-get

Ie if I were to make a request to

http://my.fake.hostname/geonetwork/srv/en/xml.metadata.get?uuid=XXXXX

I would get a <gmd:MD_Metadata> element but no <geonet:info> element. Is the development team aware of this issue?

I can confirm that it is this behaviour is occurring under

* Geonetwork trunk (build from last week sometime)

* Geonetwork 2.6.3
And can also confirm that this was last working under version (there may have been more recent working instances but I haven't tested them).

* Geonetwork 2.4

Thanks
Josh Vote

Hello Josh,

By default the geonet:info is not returned in xml.metatdat.get. It is
controlled through settings in config.xml located under WEB-INF

    <service name="xml.metadata.get">

      <class name=".services.metadata.Show">

        <param name="skipPopularity" value="y" />

        <param name="skipInfo" value="y" />

      </class>

    </service>

Change the skipInfo value from Y to n and then you will receive the
geonet:info in xml.metadata.get service

Regards
Kumaran

-----Original Message-----
From: Josh.Vote@anonymised.com [mailto:Josh.Vote@anonymised.com]
Sent: Friday, August 05, 2011 7:12 AM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] xml.metadata.get missing geonet:info in latest
Geonetwork

Hi,

I've noticed recently that responses from 'xml.metadata.get' are missing the
additional 'geonet:info' element that is documented at
http://geonetwork-opensource.org/latest/developers/xml_services/metadata_xml
_services.html#get-metadata-xml-metadata-get

Ie if I were to make a request to

http://my.fake.hostname/geonetwork/srv/en/xml.metadata.get?uuid=XXXXX

I would get a <gmd:MD_Metadata> element but no <geonet:info> element. Is the
development team aware of this issue?

I can confirm that it is this behaviour is occurring under

* Geonetwork trunk (build from last week sometime)

* Geonetwork 2.6.3
And can also confirm that this was last working under version (there may
have been more recent working instances but I haven't tested them).

* Geonetwork 2.4

Thanks
Josh Vote
----------------------------------------------------------------------------
--
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA The
must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

That would explain it.

Thanks a lot for your help.

Josh

-----Original Message-----
From: Kumaran Narayanaswamy [mailto:kumaran.narayanaswamy@anonymised.com]
Sent: Friday, 5 August 2011 1:07 PM
To: Vote, Josh (CESRE, Kensington); geonetwork-users@lists.sourceforge.net
Subject: RE: [GeoNetwork-users] xml.metadata.get missing geonet:info in latest Geonetwork

Hello Josh,

By default the geonet:info is not returned in xml.metatdat.get. It is
controlled through settings in config.xml located under WEB-INF

    <service name="xml.metadata.get">

      <class name=".services.metadata.Show">

        <param name="skipPopularity" value="y" />

        <param name="skipInfo" value="y" />

      </class>

    </service>

Change the skipInfo value from Y to n and then you will receive the
geonet:info in xml.metadata.get service

Regards
Kumaran

-----Original Message-----
From: Josh.Vote@anonymised.com [mailto:Josh.Vote@anonymised.com]
Sent: Friday, August 05, 2011 7:12 AM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] xml.metadata.get missing geonet:info in latest
Geonetwork

Hi,

I've noticed recently that responses from 'xml.metadata.get' are missing the
additional 'geonet:info' element that is documented at
http://geonetwork-opensource.org/latest/developers/xml_services/metadata_xml
_services.html#get-metadata-xml-metadata-get

Ie if I were to make a request to

http://my.fake.hostname/geonetwork/srv/en/xml.metadata.get?uuid=XXXXX

I would get a <gmd:MD_Metadata> element but no <geonet:info> element. Is the
development team aware of this issue?

I can confirm that it is this behaviour is occurring under

* Geonetwork trunk (build from last week sometime)

* Geonetwork 2.6.3
And can also confirm that this was last working under version (there may
have been more recent working instances but I haven't tested them).

* Geonetwork 2.4

Thanks
Josh Vote
----------------------------------------------------------------------------
--
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA The
must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork