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] Add metadata to bitstream

2016-06-07 Thread Gabriel Martins
Thank you very much! I did the modifications and everything is working fine, but got stuck in how to show it in the submission page along with the other meta. Can you show a insight in that too? Thanks for the help! Em terça-feira, 7 de junho de 2016 17:22:27 UTC-3, Tim Donohue escreveu: > > Hi

[dspace-tech] Re: Final release Dspace 6.0

2016-06-07 Thread christian criollo
Thank you very much Tim El martes, 7 de junio de 2016, 15:31:27 (UTC-5), christian criollo escribió: > > > > 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 Tech

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 Cocoon

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. Th

[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 dspace-tec

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()) https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-

[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 subsc

[dspace-tech] Does Cocoon slow down DSpace?

2016-06-07 Thread Hui Zhang
Hello, We have an fairly large these and dissertation IR running on DSpace 3.0 XMLUI, which faced the problem of sluggish speed recently as students start to deposit their works for graduation. Although the usage level is more than normal, but we still feel it is odd because of the resources co

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Luiz dos Santos
Hi Tim, I already used the plugin below, but I didn't test it in DSpace, let me try test and I can submit a pull request later. Best Luiz org.apache.maven.plugins maven-surefire-plugin 2.19.1 true On Tue, Jun 7, 2016 at 1:09 PM, Tim Donohue wrote: > Hi L

Re: [dspace-tech] Recommended Testing Strategy

2016-06-07 Thread Tim Donohue
Hi Luiz, As far as I'm aware, that's just how a Maven test runs. It automatically will try to run tests in all modules, but it only will execute ones that it finds. So, most modules will report that no tests were found. I'm unaware of any way to change that behavior in Maven (if you know of

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 mailto:tdono...@duraspace.org>> w

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 directori

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 dspa

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 the

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 will

RE: [dspace-tech] RIOXX patch for funders info

2016-06-07 Thread Graham Faulkner
Hi Bram, Sorry for the delay in responding. My wife and I just had a baby last Monday so I’ve been out of the office. =) Would it be OK if I send you a link to a zip file download of the RIOXX branch I created? Unfortunately our dev server requires campus authentication to login and create a

[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 abl

[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 elemen

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

2016-06-07 Thread ORIOL OLIVÉ COMADIRA
Hi Tim and Tom, In my case, I had errors with e-person and merge problems with bitstream name, collection/community title, bundle name and item name. I upgraded from 1.8 to 5.2... I don't know if it can affect, but the upgrade failed me 3 times... Good luck Tom [*THUMBS UP*] -- Original