[GeoNetwork-users] Geonetwork CSW transaction

Hi List,

can anyone tell me, if there is the operation called "transaction" already
implemented into geonetwork?
I just tried using google, but i never found an answer about this topic.

Is there an operation "transaction" implemented in the csw-part of
geonetwork implemented?

Greetings
--
View this message in context: http://n2.nabble.com/Geonetwork-CSW-transaction-tp2725545p2725545.html
Sent from the geonetwork-users mailing list archive at Nabble.com.

Hi --

I have been looking at the source code and I do not believe Transactions
or Harvesting are supported by the CSW part. Both of them throw new
OperationNotSupportedEx exceptions for their execute methods. The files
are: Harvest.java and Transaction.java

Also, FYI, I do not believe the bounding box search works. I tried to do
a "Where?" search for metadata outside of the box coordinates that I
chose (hoping that those metadata would not be returned). GN still
returns the metadata. I looked at the XSLT and the bounding box part of
converting the OGC Filter to Lucene has been commented out. The file is:
filter-to-lucene.xsl. I am not sure why this functionality is detailed
in the manual if it is not implemented?

Thanks, George

-----Original Message-----
From: gthomas [mailto:g.thomas@anonymised.com]
Sent: Monday, April 27, 2009 4:55 AM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] Geonetwork CSW transaction

Hi List,

can anyone tell me, if there is the operation called "transaction"
already
implemented into geonetwork?
I just tried using google, but i never found an answer about this topic.

Is there an operation "transaction" implemented in the csw-part of
geonetwork implemented?

Greetings
--
View this message in context:
http://n2.nabble.com/Geonetwork-CSW-transaction-tp2725545p2725545.html
Sent from the geonetwork-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing

server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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

Hello,

2009/4/30 George Johnson <gjohnson@anonymised.com>

I have been looking at the source code and I do not believe Transactions
or Harvesting are supported by the CSW part. Both of them throw new
OperationNotSupportedEx exceptions for their execute methods. The files
are: Harvest.java and Transaction.java

Basic support is provided on trunk. For Transaction, according to the client
you need to log in to GeoNetwork node. For harvesting Zhuahua patch has been
integrated but only support asynchronous harvesting mode for now. It is not
activated on trunk as it's recommended to use GeoNetwork harvesting
mechanism. Main differences between CSW Harvest operation and GeoNetwork
harvesting configuration are :
* can't define criteria using CSW Harvest (ie harvest all remote node
content)
* can't login to remote node
* can't define privileges
* can't define logos.

See this for details on CSW
http://trac.osgeo.org/geonetwork/wiki/CSW202Improvements

OGC testsuite results :
http://trac.osgeo.org/geonetwork/wiki/CSW2020TestSuiteResults

Known issue : mixing spatial filter and complex ogc:And / ogc:Or operator
and property filter.

For CSW test, a demo page is available on your installation
http://localhost:8080/geonetwork/srv/en/test.csw

Also, FYI, I do not believe the bounding box search works. I tried to do
a "Where?" search for metadata outside of the box coordinates that I
chose (hoping that those metadata would not be returned).

Could you provide your GetRecords operation for testing ?

GN still
returns the metadata. I looked at the XSLT and the bounding box part of
converting the OGC Filter to Lucene has been commented out. The file is:
filter-to-lucene.xsl. I am not sure why this functionality is detailed
in the manual if it is not implemented?

Spatial Filter is not handle in filter-to-lucene but by LuceneSearcher.
The following filter
ogc:BBOX|ogc:Equals|ogc:Disjoint|ogc:Touches|ogc:Within|ogc:Overlaps|ogc:Crosses|ogc:Intersects|ogc:Contains
are supported. ogc:DWithin|ogc:Beyond are not. See GetCapabilities document.

Ciao.

Francois

Thanks, George

-----Original Message-----
From: gthomas [mailto:g.thomas@anonymised.com]
Sent: Monday, April 27, 2009 4:55 AM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] Geonetwork CSW transaction

Hi List,

can anyone tell me, if there is the operation called "transaction"
already
implemented into geonetwork?
I just tried using google, but i never found an answer about this topic.

Is there an operation "transaction" implemented in the csw-part of
geonetwork implemented?

Greetings
--
View this message in context:
http://n2.nabble.com/Geonetwork-CSW-transaction-tp2725545p2725545.html
Sent from the geonetwork-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing

server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
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