Re: [dspace-tech] Re: Dspace limitations and low performance, or just wrong implementation?

2019-05-21 Thread Andreea Oprescu
Hi Tim, thank you for your time :). My machine has 5 GB memory, from which we have allocated half of it to Tomcat. I have already took a look on that information (Performance Tuning DSpace) and it does help improve performance, altough its still far from desirable. Do you think a possible

Re: [dspace-tech] Re: Dspace limitations and low performance, or just wrong implementation?

2019-05-21 Thread Shaun donovan
Hi Andreea. When tracking slow performance, you need to try to discover (on the machine level) what is causing the problem. A tool that I find very useful for this is atop. Running this gives a very good overview of what is happening on your machine. The main things to look for is high

Re: [dspace-tech] OpenAIRE: Modify xoai.xml to implement Project Identifier as mandatory when applicable

2019-05-21 Thread Claudia Jürgen
Hello Evelthon, yes you got to remove the dc.relation condition from the openAire Filter and adjust the open Aire transformer. So the filtered set will contain anything regardless whether dc.relation exists, in the transformer you will hence only display the desired dc.relation field. Claudia

Re: [dspace-tech] OpenAIRE: Modify xoai.xml to implement Project Identifier as mandatory when applicable

2019-05-21 Thread Evelthon Prodromou
openaire transformer is a good idea, but xoai.xsl requires at least 1 dc.relation with the info:eu-repo/grantAgreement syntax. What troubles me is that this field does not always exist (because it shouldn't exist - not applicable). So a record could be filtered out, when it shouldn't Evelthon

Re: [dspace-tech] OpenAIRE: Modify xoai.xml to implement Project Identifier as mandatory when applicable

2019-05-21 Thread Claudia Jürgen
Hello, in that case you might use the openaire transformer and exclude dc.relation which not starts with the required string. Similar to how superfluous dates are removed: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/crosswalks/oai/transformers/openaire.xsl#L32 Hope this helps

[dspace-tech] OpenAIRE: Modify xoai.xml to implement Project Identifier as mandatory when applicable

2019-05-21 Thread Evelthon Prodromou
Hello, as the title says, I need to modify xoai.xml. What I am trying to do is this: If dc.relation exists, check that the openaireRelationCondition is met. But, if there is no dc.relation, ignore this. Using DSpace 5.5. I 've also looked over

Re: [dspace-tech] DSpace 5.5/XMLUI: Unable to view OAI OpenAIRE records

2019-05-21 Thread Evelthon Prodromou
Many thanks. On Tuesday, May 21, 2019 at 11:19:03 AM UTC+3, Claudia Jürgen wrote: > > Helle Evelthon, > > they are used to combine condition with AND v OR > see > > https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/crosswalks/oai/XOAIConfiguration.xsd#L159 > > > Hope that helps

Re: [dspace-tech] Create OAI-Set

2019-05-21 Thread Claudia Jürgen
Hello Paul, if you need it for the DINI Certification Process, I have done this and I can give you our solution at least for the last certificate. cu in Hamburg Claudia Am 21.05.2019 um 11:08 schrieb Paul Münch: Hello Claudia, thank you very much for this description. It works fine. :)

Re: [dspace-tech] Create OAI-Set

2019-05-21 Thread Paul Münch
Hello Claudia, thank you very much for this description. It works fine. :) Kind regards, Paul Münch Am 09.05.19 um 09:57 schrieb Claudia Jürgen: > Hello Paul, > > yes this is possible, here is an (5.x) example: > http://eldorado.uni-dortmund.de:8080/dspace-oai/request?verb=ListSets > > It is

Re: [dspace-tech] Re: Display Title in Discovery jspui

2019-05-21 Thread Claudia Jürgen
Hello, where did you customize the catalogue and how did you build and redeployed your application? Pay attention to the sections "Where to find the message catalog" and "Where to edit" in https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-JSPUIspecificlocalization

[dspace-tech] Re: Display Title in Discovery jspui

2019-05-21 Thread Arunendra M. Biswas
I have added jsp.search.facet.refine.title = Title in Messages.properties and rebuild Dspace but the result is same. On Sunday, May 19, 2019 at 9:25:48 PM UTC+5:30, Arunendra M. Biswas wrote: > > I have made the necessary modifications in discovery.xml .The "Title" > appears in xmlui sidebar

Re: [dspace-tech] Re: Display Title in Discovery jspui

2019-05-21 Thread Claudia Jürgen
Hello Arunendra, you must add the missing entry to the message catalogue ???jsp.search.facet.refine.title??? means, that there is no matching one in it. see https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-JSPUIspecificlocalization on how to do it. Hope this

[dspace-tech] Re: Display Title in Discovery jspui

2019-05-21 Thread Arunendra M. Biswas
Any update? On Sunday, May 19, 2019 at 9:25:48 PM UTC+5:30, Arunendra M. Biswas wrote: > > I have made the necessary modifications in discovery.xml .The "Title" > appears in xmlui sidebar but in jspui, in place of "Title", it is > displayed:???jsp.search.facet.refine.title??? > What to do? >

Re: [dspace-tech] Re: Dspace limitations and low performance, or just wrong implementation?

2019-05-21 Thread Claudia Jürgen
Hello Andreea, not actually improving the performance itself, but the user experience while starting a new publication. Recommend those who publish to start a new submission from the collection page and NOT from the My DSpace Page. Hope this helps Claudia Jürgen Am 21.05.2019 um 08:01

Re: [dspace-tech] DSpace 5.5/XMLUI: Unable to view OAI OpenAIRE records

2019-05-21 Thread Claudia Jürgen
Helle Evelthon, they are used to combine condition with AND v OR see https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace/config/crosswalks/oai/XOAIConfiguration.xsd#L159 Hope that helps Claudia Jürgen Am 20.05.2019 um 17:44 schrieb Evelthon Prodromou: Hello Claudia, One more question.

Re: [dspace-tech] Re: Dspace limitations and low performance, or just wrong implementation?

2019-05-21 Thread Andreea Oprescu
Hi Tim, thank you for your time :). My machine has 5 GB memory, from which we have allocated half of it to Tomcat. I have already took a look on that information (Performance Tuning DSpace) and it does help improve performance, altough its still far from desirable. Do you think a possible