Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Mark Diggory
I'll just note that both SWORD and LNI use the same DSpace Packager implementation and should support the same packaging formats. On Feb 22, 2008, at 4:06 AM, Stuart Lewis wrote: > Hi Rob, > >> I'm trying to find out more information about DSpace remote APIs. >> I've found >> the following wi

Re: [Dspace-tech] dspace-openlayer system integrated

2008-02-22 Thread John Preston
I use OpenLayers in the following way. 1) add collection item to DSpace with shape files (xx.shp, xx.shx, xx.dbf) in the bundle. 2) create links in a directory to DSpace bitstreams of shape files. 3) create a layer file for GeoServer that references the shape files created in step 2. 4) create a x

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Stuart Lewis
Hi Rob, > I'm trying to find out more information about DSpace remote APIs. I've found > the following wiki page but the information on it seems out of date: > http://wiki.dspace.org/index.php/NetworkInterfaces. I spoke to the CARET team > and they have stated that the LightWeightNetwork interface

[Dspace-tech] Error controlled vocabulary

2008-02-22 Thread luis jose miralles
Hello, I get this error when i try searh by tematic areas. An internal server error occurred on http://webdesa.atica.um.es:8003/dspace/ : Date: 2/21/08 6:52 PM Session ID: D6034E482997F2EDBCBC421E1091958E -- URL Was: http://localhost:8180/dspace/internal-error?ID=dc_contributor_other_0&voc

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Robin Taylor
Hi Rob, We developed a set of web service interfaces based around the batch importer and supporting the same functionality (add, delete, update) which we do use for one of our installations to import items from an existing research database. This was very much a bespoke development but I would hap

Re: [Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Richard Jones
Hi Rob, Depending on what you want to do, I would suggest that there are 3 remote APIs for DSpace: - OAI-PMH: the usual straightforward metadata harvesting mechanism, accessible by HTTP GET. Read only. - LNI: this is a partial WebDAV implementation for DSpace, which deals principally with PU

[Dspace-tech] DSpace Remote APIs

2008-02-22 Thread Rob Hudson
Hello all, I'm trying to find out more information about DSpace remote APIs. I've found the following wiki page but the information on it seems out of date: http://wiki.dspace.org/index.php/NetworkInterfaces. I spoke to the CARET team and they have stated that the LightWeightNetwork interface has

Re: [Dspace-tech] Install DSpace on Ubuntu

2008-02-22 Thread Timo Aalto
Hi, Funnily enough, I just solved this (again) for my own installation five minutes ago. I did it this way: 1) change the ownership of all tomcat5.5 directories to dspace user recursively (chown -R) 2) edit the /etc/init.d/tomcat5.5 script so the process owner is dspace instead of tomcat55 3) ap