[dspace-tech] graceful switch between database connections

2016-03-29 Thread Monika Mevenkamp
I am running an instance with a remote Oracle database. Upcoming maintenance on the db cluster will require the instance to switch between two connectors jdbc:oracle:thin:@xxx.princeton.edu:1521:dspace1 jdbc:oracle:thin:@xxx.princeton.edu:1521:dspace2 depending on which node is currently down

Re: [dspace-tech] changing same texts in Messages_pt_PT.properties in JSPUI

2016-03-29 Thread Claudia Jürgen
Hello Simone, you usually copy the language catalogues for the jspui you want to customize to: [dspace-source]/dspace/modules/jspui/src/main/resources/ see https://wiki.duraspace.org/display/DSDOC5x/Localization+L10n#LocalizationL10n-Wheretoedit.1 and edit them there. You seemed to have copied

Re: [dspace-tech] move community to be sub-community in DSPACE

2016-03-29 Thread Claudia Jürgen
Hello Lewatle, there is no Admin UI feature to move collection/communities. This only exists for items. But you can manage community relations with the command line tool community-filiator see: https://wiki.duraspace.org/display/DSDOC4x/Managing+Community+Hierarchy How did you move the items

[dspace-tech] move community to be sub-community in DSPACE

2016-03-29 Thread Lewatle Johannes Phaladi
Dear All, I am using Dspace 4 , I would like to move few communities to another community making them sub-community of the new created community, please let me know where can I click to move community, the only option I have seen is for moving item to another collection and if I move the

[dspace-tech] Re: Dspace build hangs on XMLUI

2016-03-29 Thread Justin Dalton
This was my own stupid fault, I had a circular reference in my build properties pointing dspace.baseUrl = ${dspace.baseUrl}. Total NOOB mistake. Thanks On Monday, March 28, 2016 at 4:51:15 PM UTC-4, Justin Dalton wrote: > > When I attempt to build the new DSpace 5.5 release the build hangs on

[dspace-tech] DSpace-CRIS, new release available 5.5.0 (including security fix)

2016-03-29 Thread Andrea Bollini
***apologies for cross-posting*** Dear all, I'm glad to announce the availability of the 5.5.0 version of DSpace-CRIS build on top of DSpace JSPUI 5.5. https://github.com/Cineca/DSpace/tree/dspace-cris-5.5.0 The release includes the security fix (medium level) already available in DSpace

Re: [dspace-tech] Suggestion for Adding module in DSPACE release 6

2016-03-29 Thread Faiyaz Ahmed
Thank you so much for prompt response Emilio :) http://roa.universidadeuropea.es/ >> I saw this and yes this is good for me for startup but still I can see at left collection, communities. Sure, I will do some research on your given points. Appreciated. Many Thanks!! Faiyaz Ahmed On

Re: [dspace-tech] Suggestion for Adding module in DSPACE release 6

2016-03-29 Thread emilio lorenzo
Hi Ahmed, that can be acomplished with existing DSpace functionalities and some coding I would use this approach 1. permissions, permissions and permissions... you have to avoid direct url access to the items. 2. the usual SOLR queries system (searching and browsing) is intercepted

[dspace-tech] Suggestion for Adding module in DSPACE release 6

2016-03-29 Thread Faiyaz Ahmed
Hi All, I would like to suggest one more thing in DSPACE release 6. It is possible for you all to add module that, dspace can be used as a private application too. Like that, without login you are not able to see any data. Or, if any one implemented in any other DSPACE release, please do let

Re: [dspace-tech] java.lang.NullPointerException while adding new user

2016-03-29 Thread helix84
Seems like you didn't fill in the email. https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace-jspui/src/main/java/org/dspace/app/webui/servlet/admin/EPersonAdminServlet.java#L113 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

[dspace-tech] java.lang.NullPointerException while adding new user

2016-03-29 Thread Ribin Jones
Hi, I am running dspace 4.2 in Ubuntu 14.04. I get the following error while adding new users from the admin control panel. 2016-03-29 14:26:59,100 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=21230C99354EEE8F49506A09A3F8DD27:internal_error:-- URL Was:

Re: [dspace-tech] changing same texts in Messages_pt_PT.properties in JSPUI

2016-03-29 Thread Claudia Jürgen
Hello Simone, the language packs are pulled in as a dependency, the ones for the api and jspui are in dspace-api-lang see: https://github.com/DSpace/dspace-api-lang/blob/master/src/main/resources/Messages_pt_PT.properties Hope this helps Claudia Am 28.03.2016 um 14:35 schrieb Simone Mura: