Re: [dspace-tech] Dspace 6.3 - registering DOIs for selected items

2021-05-17 Thread MALMQUIST Hrafn
Hi nameless emailer and other Sorry for copy pasting my answer. The implemention for 7.1 is advanced, and I know that a port to 6.x is also very advanced. Kim Shepherd is doing this great work. See https://github.com/DSpace/DSpace/pull/2789 The safe bet would be to wait for this feature to be

[dspace-tech] Re: Assigning DOIs automatically for a single community

2021-05-17 Thread MALMQUIST Hrafn
Hi Gail and other Sorry for the late reply. The implemention for 7.1 is advanced, and I know that a port to 6.x is also very advanced. Kim Shepherd is doing this great work. See https://github.com/DSpace/DSpace/pull/2789 The safe bet would be to wait for this feature to be officially

Re: [dspace-tech] accordions for facets

2021-04-26 Thread MALMQUIST Hrafn
Hi Jose This is not a preconfigured option. You would have to update the jQuery library and add jQueryUI or some other library and implement changes in the Java/XSLT. Good luck, Hrafn From: dspace-tech@googlegroups.com on behalf of Jose Blanco Sent: 26 April

[dspace-tech] DSpace ORCID support

2021-04-23 Thread MALMQUIST Hrafn
Good day I'm testing the Orcid support in DSpace 6.3 going by instructions here. https://wiki.lyrasis.org/display/DSDOC6x/ORCID+Integration I haven't tried to use Authority Control for DSpace before. Another resource I have found useful is a webinar done by Atmire a year ago:

Re: [dspace-tech] Archivematica Dspace Integration

2020-01-10 Thread MALMQUIST Hrafn
Hi there You should note that if you use Archivematica's SWORD2 API you need to be running DSpace 5. You can use the REST API for 6. See: https://www.archivematica.org/en/docs/storage-service-0.15/administrators/#administrators Best regards, Hrafn From:

Re: [dspace-tech] REST Bitsream upload

2019-05-01 Thread MALMQUIST Hrafn
Hi Phanuel I use post's data parameter, not files. See: https://github.com/artefactual/archivematica-storage-service/blob/946a513da208f96c87b00f0ae86ad011d7e9baac/storage_service/locations/models/dspace_rest.py#L345-L359 Hope that helps From:

Re: [dspace-tech] OAI Import java.lang.NullPointerException

2019-04-09 Thread MALMQUIST Hrafn
Hi Raharjo This is a bug in 6.3, fixed with a small check for null. https://github.com/DSpace/DSpace/pull/2138 Hrafn From: dspace-tech@googlegroups.com on behalf of Nugroho Raharjo Sent: 09 April 2019 10:27:34 To: DSpace Technical Support Subject:

Re: [dspace-tech] Problem with filter-media script.

2019-03-19 Thread MALMQUIST Hrafn
Hi Kev There have been issues with the "old" Wordfilter and PoiWordfilter is set to replace it. see: https://github.com/DSpace/DSpace/pull/2266 Alternatively you can skip items by listing item handle/s in the command, after the -s option. I.e. ./dspace filter-media -s 10023/597,

[dspace-tech] Deleting item using REST API results in restrictions on reading parent community/collections

2018-08-22 Thread MALMQUIST Hrafn
Hi there Running DSpace 6.2. After deleting a number of items using the REST API DELETE {rest_url}/items/{item id} - Delete item. Some of which were in a collection with restricted read access. I find that neither it's parent community nor collections can be viewed (read) unless I am

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-23 Thread MALMQUIST Hrafn
Hi Tim Yeah, I realise this seems to be a client library issue. I've more or less decided to got with the REST API instead of SWORDv2. Hrafn From: Tim Donohue <tdono...@duraspace.org> Sent: 23 April 2018 16:59:43 To: MALMQUIST Hrafn Cc: dspac

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-23 Thread MALMQUIST Hrafn
com> on behalf of MALMQUIST Hrafn <hrafn.malmqu...@ed.ac.uk> Sent: 17 April 2018 14:03:30 To: tdono...@duraspace.org Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2 Hello Tim Thanks again for taking the time to look at this

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-17 Thread MALMQUIST Hrafn
rds, Hrafn From: dspace-tech@googlegroups.com <dspace-tech@googlegroups.com> on behalf of Tim Donohue <tdono...@duraspace.org> Sent: 13 April 2018 16:18:08 To: MALMQUIST Hrafn Cc: dspace-tech@googlegroups.com Subject: Re: [dspace-tech] Authentication error when depositing via SWORDv2

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-11 Thread MALMQUIST Hrafn
-8606e399aa4d To authenticate user: dspacedemo+ad...@gmail.com pass: dspace Any thoughts? Hrafn From: dspace-tech@googlegroups.com <dspace-tech@googlegroups.com> on behalf of MALMQUIST Hrafn <hrafn.malmqu...@ed.ac.uk> Sent: 11 April 2018 10:32:

Re: [dspace-tech] Authentication error when depositing via SWORDv2

2018-04-11 Thread MALMQUIST Hrafn
in your "curl" script. Tim On Mon, Apr 9, 2018 at 10:27 AM MALMQUIST Hrafn <hrafn.malmqu...@ed.ac.uk<mailto:hrafn.malmqu...@ed.ac.uk>> wrote: Hello all I am getting an error response from DSpace when trying to deposit content via it's SWORDv2 API. I am using

[dspace-tech] Authentication error when depositing via SWORDv2

2018-04-09 Thread MALMQUIST Hrafn
Hello all I am getting an error response from DSpace when trying to deposit content via it's SWORDv2 API. I am using the Python SWORD client library (https://github.com/swordapp/python-client-sword2). What I find particularly confusing is the fact that when I try to deposit using curl,

Re: [dspace-tech] Re: Ant is using wrong Java version on Centos

2018-03-26 Thread MALMQUIST Hrafn
59:28 AM UTC-4, MALMQUIST Hrafn wrote: After looking more into this I've come to the conclusion that the problem is that Apache Ant 1.9.2 doesn't support Java 1.8. That's strange: I'm using Ant 1.9.1 on Oracle JDK 1.8.0_162-b12 without any difficulty. -- You received this message

[dspace-tech] Re: Ant is using wrong Java version on Centos

2018-03-26 Thread MALMQUIST Hrafn
Hi there After looking more into this I've come to the conclusion that the problem is that Apache Ant 1.9.2 doesn't support Java 1.8. Best, Hrafn From: dspace-tech@googlegroups.com <dspace-tech@googlegroups.com> on behalf of MALMQUIST Hrafn <hra

[dspace-tech] Ant is using wrong Java version on Centos

2018-03-26 Thread MALMQUIST Hrafn
Hi there I have a very specific technical problem during ant compilation. There error message is as follows: test_database: [java] 2018-03-26 09:51:20,494 WARN org.dspace.services.email.EmailServiceImpl @ Couldn't get an email session from environment: Need to specify class name in