[Dspace-tech] OAI-PMH harvesting by using a METS XSL transformer: ListRecords gives more than 100 records and no resumption token

2011-03-14 Thread Schaik, L.B. van
Hi, We are trying to implement another OAI-PMH crosswalk based on DIDL and METS. We wanted to use an XSLT stylesheet to do the transformation from DSpace data to our DIDL representation, but we need more than the DSpace Intermediate Metadata format can offer us. We found out (thanks to the

[Dspace-tech] Unable to delete the collection: violates foreign key constraint

2011-03-14 Thread इन्‍दु भूषण Indu Bhushan
update or delete on table collection violates foreign key constraint $2 on table community2collection Detail: Key (collection_id)=(7) is still referenced from table community2collection Dear Sir, I have migrated the the entry from collection to other collection now i am trying to remove the

[Dspace-tech] error in Adding Items

2011-03-14 Thread Ahmed Maher
hello , when i run this command for adding new items [dspace]/bin/dspace import -a -e j...@user.com -c CollectionID -s items_dir -m mapfile returns this error java.lang.NullPointerException at java.util.Arrays.sort(Arrays.java:1078) at

[Dspace-tech] Problems adding static pages on xmlui - dspace 1.7, in dspace 1.6 works fine.

2011-03-14 Thread neanlos
I worked with dspace 1.6 on my machine, now I'm workin on production dspace 1.7. It seems not to be many changes in the configuration, but I have a problem when I try to do this: http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg06962.html ArtifactBrowser/sitemap.xmap: map:match

Re: [Dspace-tech] How Dspace calculates download amount ?

2011-03-14 Thread Bram Luyten
Hi, given the type:0 in your query (where 0 stands for bitstreams) you will get all the download actions on repository bitstreams. This includes all bitstreams that are part of a bundle. The data in solr doesn't come from the log files, as usage events are directly logged into solr when they

Re: [Dspace-tech] REST API for DSpace

2011-03-14 Thread Bojan Suzic
Am 11.03.2011 00:58, schrieb Kim Shepherd: Also, kudos to Bojan for continuing to support his work. Sounds like I need to give it another go :-) Thanks :) but I would suggest you to wait a little bit.. I will soon release it as RC, then it would provide better stability and probably fit your

Re: [Dspace-tech] REST API for DSpace

2011-03-14 Thread Mark Melia
Hi Bojan, Thanks a million for your reply. I am thinking maybe I do have an earlier version of the code - Today I tried to get details on one particular collection using http://localhost:8080/rest/communities/29.xml - this resulted in an error - HTTP Status 500 - Failure processing entity

Re: [Dspace-tech] How Dspace calculates download amount ?

2011-03-14 Thread Bram Luyten
Hi, the stats log convertor and importer are used for people upgrading from pre DSpace 1.6, as the whole way of logging usage events in SOLR is new since version 1.6. If you are new to DSpace since 1.6 or 1.7 you will never need these scripts. Sorry I wasn't explicit about your main question:

Re: [Dspace-tech] Problems adding static pages on xmlui - dspace 1.7, in dspace 1.6 works fine.

2011-03-14 Thread Mark Diggory
Try placing it in the ViewArtifacts aspect instead, we've split the ArtifactBrowser into separate aspects in 1.7, I suspect we should have removed ArtifactBrowse altogether since doing this.