Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Luiz dos Santos
Hi, I didn't check all modules, but for the most part of them the test are skipped just because there is no test to do, look for example the part of the output of the "mvn test". Pantelis, did run the DSpace 5? I guess you have to test your on? Did you do tests on JSPUI? [INFO]

Re: [dspace-tech] Does Cocoon slow down DSpace?

2016-06-07 Thread Stuart A. Yeates
I believe that you will find that blaming this java class is a measurement artifact. If you look at the code, it's a one-line wrapper around other things: https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/springmvc/CocoonForwardController.java As to whether

Re: [dspace-tech] Final release Dspace 6.0

2016-06-07 Thread Tim Donohue
Hi Christian (and all), The date of the final 6.0 release is still being finalized. We hope to have a Release Candidate #2 (6.0-RC2) ready in time for the Open Repositories conference (which is next week). My anticipation is that 6.0 final should be available by late June or early July.

[dspace-tech] Final release Dspace 6.0

2016-06-07 Thread christian criollo
Hi all somebody could tell me the date final release of Dspace 6.0 thanks for answer -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [dspace-tech] Add metadata to bitstream

2016-06-07 Thread Tim Donohue
Hi Gabriel, As of DSpace 5, the File Description is just stored in the "dc.description" metadata field and associated with the Bitstream (File) object. Here's the getters/setters in the codebase (getDescription() and setDescription())

[dspace-tech] Add metadata to bitstream

2016-06-07 Thread Gabriel Martins
In upload step of submission process there is a field do write the file description. My team want to add a second description field but we don't have any idea of how. Can anyone share some idea? We would thank a lot. Sorry for the bad english. -- You received this message because you are

Re: [dspace-tech] Setting thumbnail

2016-06-07 Thread Jeffrey Sheldon
As a follow-up to Tim's comments, note that there's no easy way to delete or hide thumbnails on a large scale once created. Use this feature judiciously as once you have them, they become part of your site identity. -Jeff On Jun 7, 2016, at 09:04, Tim Donohue

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Luiz dos Santos
Hi Tim, Pantelis send me the e-mail below with a question, basically he is asking why "mvn test" run for all module if ti run for the dspace-api and dspace-service only? Any idea? Best regards Luiz Tests (mvn test) run ok when executed both in [dspace-src] and [dspace-src]/dspace

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Tim Donohue
Hi P.K., Currently, DSpace only really has Unit / Integration tests for the main Java API layers, specifically these two modules/JARs: https://github.com/DSpace/DSpace/tree/master/dspace-api (creates dspace-api.jar) https://github.com/DSpace/DSpace/tree/master/dspace-services (creates

Re: [dspace-tech] icon showing restriction on item page

2016-06-07 Thread Tim Donohue
Hi Jose, DSpace displays a lock icon by default for any items which are access restricted. If you are using the latest Embargo system (introduced in 3.0), then an embargo will actually place temporary access restrictions on the file. Therefore the lock icon will automatically appear while

Re: [dspace-tech] Setting thumbnail

2016-06-07 Thread Tim Donohue
Hi Lucas, Could you let those on this list know what issues you've run into? Are you receiving errors in your logs? Did you double check that the "filter-media" script is scheduled to run? This script is what actually triggers the thumbnail generation process in DSpace. So, thumbnails

[dspace-tech] Setting thumbnail

2016-06-07 Thread Lucas angelo
Dear professional colleagues,, I'm using dspace 5.3, and I'm having trouble setting thumbnail, I'm following the only tutorial I found on google father in https://wiki.duraspace.org/display/DSDOC5x/ImageMagick+Media+Filters which contain steps to version 5.xx. From version 5 configuration has

Re: [dspace-tech] We can't see the statistical link in DSpace 5.5

2016-06-07 Thread Claudia Jürgen
Hi Mariangels, there is a configuration option in: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/modules/usage-statistics.cfg#L17 where you define whether only admins should be able to view the statistics. If disabled anyone with READ permission to the DSpaceObject will be

[dspace-tech] We can't see the statistical link in DSpace 5.5

2016-06-07 Thread Mariangels
Hola, Should DSpace 5.5 (xmlui, Mirage theme) show the link in the menu of the right about the statistical data at item level? Because we can't see...we can see at the level of Home, Community and Collection but not at item level... We can see at item level too just if you are an administrator

Re: [dspace-tech] Upgrade to Dspace 5.5 causes error when accessing e-person

2016-06-07 Thread Claudia Jürgen
Hi Tom, In my case, I had errors with e-person and merge problems with bitstream name, collection/community title, bundle name and item name. In DSpace 5 metadata for all DSpace Objects was introduced see https://wiki.duraspace.org/display/DSPACE/Metadata+for+all+DSpace+objects So these