Dear all,
Have a look at the second OSGeo Journal that features among others two articles on GeoNetwork opensource and FAO GeoNetwork, a case study.
Enjoy!
Jeroen
From: "Tyler Mitchell (OSGeo)" <tmitchell@anonymised.com>
Date: September 19, 2007 3:18:11 PM PDT (CA)
To: OSGeo Discussions <discuss@anonymised.com>
Subject: OSGeo Journal Volume 2 Available!
The next volume of the OSGeo Journal is now available for download from:
* http://osgeo.org/journal/volume2
This content-packed volume includes several case studies, news items, project introductions, an introduction to topology, perspectives from OSGeo sponsors and much more.
You are encouraged to link to this page as well as share this announcement with other professionals who are interested in geospatial topics. We aim to have generally thought-provoking articles as well as open source focused technology discussions.
We appreciate any feedback you want to provide:
Journal Submissions for Peer Review - OSGeo
Thank you to all the editors and the more than 33 contributors that made this volume happen.
The next edition will be dedicated to publishing the proceedings from presentations given at next week's FOSS4G conference (http://foss4g2007.org).
Sincerely,
Tyler
Tyler Mitchell
Editor in Chief, OSGeo Journal
Hello!
Just a few coments to the latest release Geonetwork 2.1 RC2.
There is still a bug within the creation and editiong of metadata with the Dublin Core template:
2007-09-21 13:18:06,412 INFO [jeeves.request] - ==========================================================
2007-09-21 13:18:06,413 INFO [jeeves.request] - HTML Request (from 127.0.0.1) : /geonetwork/srv/en/metadata.create
2007-09-21 13:18:06,413 DEBUG [jeeves.request] - Method : POST
2007-09-21 13:18:06,413 DEBUG [jeeves.request] - Content type : application/x-www-form-urlencoded
2007-09-21 13:18:06,413 DEBUG [jeeves.request] - Accept : text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,/;q=0.5
2007-09-21 13:18:06,413 INFO [jeeves.service] - Dispatching : metadata.create
2007-09-21 13:18:06,413 DEBUG [jeeves.service] - → parameters are :
6
2
2007-09-21 13:18:06,646 INFO [jeeves.service] - → dispatching to output for : metadata.create
2007-09-21 13:18:06,646 INFO [jeeves.service] - → forwarding to : metadata.edit
2007-09-21 13:18:06,646 INFO [jeeves.service] - Dispatching : metadata.edit
2007-09-21 13:18:06,647 DEBUG [jeeves.service] - → parameters are :
14
2007-09-21 13:18:06,651 ERROR [jeeves.service] - Exception when executing service
2007-09-21 13:18:06,651 ERROR [jeeves.service] - (C) Exc : java.lang.IllegalArgumentException: Mismatch between schema and xml: No type for ‘element’ : dc:title with parent simpledc
2007-09-21 13:18:06,654 DEBUG [jeeves.service] - Raised exception while executing service
Mismatch between schema and xml: No type for ‘element’ : dc:title with parent simpledc
IllegalArgumentException
en
metadata.edit
14
2007-09-21 13:18:06,654 INFO [jeeves.service] - → dispatching to error for : metadata.edit
2007-09-21 13:18:06,712 INFO [jeeves.service] - → transforming with stylesheet : /home/cgadge/geonetwork2.1RC2/web/geonetwork/xsl/error.xsl
2007-09-21 13:18:06,781 INFO [jeeves.service] - → end error transformation for : metadata.edit
2007-09-21 13:18:06,781 INFO [jeeves.service] - → error ended for : metadata.edit
Zoom In/Out in the advanced search jumps wildly from place to place.
So long…best regards
Andre
Hi Andre,
The bug has been resolved some time ago by Simon, but unfortunately it seems the fixing code was not committed by Simon yet. I hope he will do so soon. It will then be fixed in a maintenance release which is a bit unfortunate.
Ciao,
Jeroen
On 21 Sep 2007, at 9:21 AM, Andre Stumpf wrote:
Hello!
Just a few coments to the latest release Geonetwork 2.1 RC2.
There is still a bug within the creation and editiong of metadata with the Dublin Core template:
2007-09-21 13:18:06,412 INFO [jeeves.request] - ==========================================================
2007-09-21 13:18:06,413 INFO [jeeves.request] - HTML Request (from 127.0.0.1) : /geonetwork/srv/en/metadata.create
2007-09-21 13:18:06,413 DEBUG [jeeves.request] - Method : POST
2007-09-21 13:18:06,413 DEBUG [jeeves.request] - Content type : application/x-www-form-urlencoded
2007-09-21 13:18:06,413 DEBUG [jeeves.request] - Accept : text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
2007-09-21 13:18:06,413 INFO [jeeves.service] - Dispatching : metadata.create
2007-09-21 13:18:06,413 DEBUG [jeeves.service] - -> parameters are :
<request>
<id>6</id>
<group>2</group>
</request>
2007-09-21 13:18:06,646 INFO [jeeves.service] - -> dispatching to output for : metadata.create
2007-09-21 13:18:06,646 INFO [jeeves.service] - -> forwarding to : metadata.edit
2007-09-21 13:18:06,646 INFO [jeeves.service] - Dispatching : metadata.edit
2007-09-21 13:18:06,647 DEBUG [jeeves.service] - -> parameters are :
<request>
<id>14</id>
<forward service="metadata.create" />
</request>
2007-09-21 13:18:06,651 ERROR [jeeves.service] - Exception when executing service
2007-09-21 13:18:06,651 ERROR [jeeves.service] - (C) Exc : java.lang.IllegalArgumentException: Mismatch between schema and xml: No type for 'element' : dc:title with parent simpledc
2007-09-21 13:18:06,654 DEBUG [jeeves.service] - Raised exception while executing service
<error id="error">
<message>Mismatch between schema and xml: No type for 'element' : dc:title with parent simpledc</message>
<class>IllegalArgumentException</class>
<stack>
<at class="org.fao.geonet.kernel.schema.MetadataSchema" file="MetadataSchema.java" line="89" method="getElementType" />
<at class="org.fao.geonet.kernel.EditLib" file="EditLib.java" line="541" method="expandElement" />
<at class="org.fao.geonet.kernel.EditLib" file="EditLib.java" line="464" method="expandTree" />
<at class="org.fao.geonet.kernel.EditLib" file="EditLib.java" line="473" method="expandTree" />
<at class="org.fao.geonet.kernel.EditLib" file="EditLib.java" line="130" method="addEditingInfo" />
<at class="org.fao.geonet.kernel.DataManager" file="DataManager.java" line="643" method="getMetadata" />
<at class="org.fao.geonet.services.metadata.GetEditableData" file="GetEditableData.java" line="72" method="exec" />
<at class="jeeves.server.dispatchers.ServiceInfo" file="ServiceInfo.java" line="238" method="execService" />
<at class="jeeves.server.dispatchers.ServiceInfo" file="ServiceInfo.java" line="141" method="execServices" />
<at class="jeeves.server.dispatchers.ServiceManager" file="ServiceManager.java" line="372" method="dispatch" />
</stack>
<request>
<language>en</language>
<service>metadata.edit</service>
</request>
<request>
<id>14</id>
<forward service="metadata.create" />
</request>
</error>
2007-09-21 13:18:06,654 INFO [jeeves.service] - -> dispatching to error for : metadata.edit
2007-09-21 13:18:06,712 INFO [jeeves.service] - -> transforming with stylesheet : /home/cgadge/geonetwork2.1RC2/web/geonetwork/xsl/error.xsl
2007-09-21 13:18:06,781 INFO [jeeves.service] - -> end error transformation for : metadata.edit
2007-09-21 13:18:06,781 INFO [jeeves.service] - -> error ended for : metadata.edit
Zoom In/Out in the advanced search jumps wildly from place to place.
So long...best regards
Andre
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
geonetwork-devel List Signup and Options
GeoNetwork OpenSource is maintained at GeoNetwork - Geographic Metadata Catalog download | SourceForge.net