[Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Brown, Jacob
Hi all, I'm working (slowly) on a simple alternate web frontend for DSpace: https://github.com/kardeiz/disco.* I was thinking that it would be nice if DSpace provided some implementation-agnostic utilities for a generic HttpServlet context. For example, XMLUI and JSPUI provide their own

[Dspace-tech] tomcat bound to port 80

2015-08-03 Thread Yongming Wang
Hi, I'm new to DSpace. My situation is: DSpace 5.2 on RH Enterprise Linux 7, using jspui. I'm trying to change the default tomcat port 8080 to 80. I searched the Internet and dspace mailing-list and decided to use the following method: Step one: modify [tomcat]/conf/server.xml, change

Re: [Dspace-tech] Permisssions

2015-08-03 Thread Monika C. Mevenkamp
Yes see https://wiki.duraspace.org/display/DSDOC6x/Functional+Overviewhttps://wiki.duraspace.org/display/DSDOC6x/Functional+Overview define the policies DEFAULT_ITEM_READ DEFAULT_BITSTREAM_READ for your collection so that DEFAULT_ITEM_READ is allowed for the group you want to see the

Re: [Dspace-tech] disable-output-escaping collection titles

2015-08-03 Thread Terry Brady
Euler, what is d-o-e? It seems to me that it would be good to replace the nbsp with a space in your collection titles. On Sat, Aug 1, 2015 at 7:36 AM, euler esne...@seafdec.org.ph wrote: Hi Terry, I just want to get rid of the string “nbsp;” in the collection titles and so far I'm not been

Re: [Dspace-tech] retrospectively assigning DOIs to live items

2015-08-03 Thread Andrea Schweer
Hi Pascal, On 03/08/15 21:04, Becker, Pascal-Nicolas wrote: On 03/08/15 1:48 AM, Andrea Schweer wrote: On 03/08/15 11:16, Claudia Jürgen wrote: yes this is right. If you enable the identifier service this will only cover new items. Assuming you are using the DataCite Connector, the easiest

[Dspace-tech] Making an item non-requestable

2015-08-03 Thread Olivier Nicole
Hi, In my repository, all bunddled items are not publically available, but when an outsider click on the icon of an item, he he redirected to the form that offers to request a copy of the document. For one specific document, I would like to disable this possibility, while keeping the item in the

[Dspace-tech] retrieve collection name

2015-08-03 Thread Code 2 dogears
I am doing dspace search project. Here I have created seperate item page. Now I have one problem. I am not able to retrieve collection name in in which item appears. Collection2item displays only collection id.Please help.

Re: [Dspace-tech] dspace import throws NullPointerException

2015-08-03 Thread Claudia Jürgen
Hi Layale, make sure you got the right structure for the import directory see https://wiki.duraspace.org/display/DSDOC5x/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-DSpaceSimpleArchiveFormat The command output indicates that there is

[Dspace-tech] what is the resource_type_id in metadatavalue table of dspace database?

2015-08-03 Thread Code 2 dogears
I am new to dspace. I am retrieving values from dspace metadatavalue table. One think I don't understand is resource_type_id in metadatavalue table. Resource_type_id has specific values. It has value 3 for coleection name and its description, 0 for bitstreams etc

Re: [Dspace-tech] dspace import throws NullPointerException

2015-08-03 Thread Layale Bassil
Hello Claudia, Thank you so much for your clear response. I have added the below settings to the dspace.cfg file because they were missing. However the import is no more giving an error but the imported items are not being shown. I am getting the below output when importing one item using the

Re: [Dspace-tech] dspace import throws NullPointerException

2015-08-03 Thread Layale Bassil
Hello, Thank you so much Kostas and Claudia! Well everything was correct except that I should use /backup/staging instead of /backup/staging/1. I thought using the full path will work by importing only the specified item. The items are now properly imported. Is it normal that I have to

Re: [Dspace-tech] retrospectively assigning DOIs to live items

2015-08-03 Thread Becker, Pascal-Nicolas
Hi Claudia, Hi Andrea, On 03/08/15 1:48 AM, Andrea Schweer wrote: On 03/08/15 11:16, Claudia Jürgen wrote: yes this is right. If you enable the identifier service this will only cover new items. Assuming you are using the DataCite Connector, the easiest way would be to manipulate the

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Peter Dietz
My first thought nowadays when I hear generic, is REST. Otherwise, any *.util classes will need to deployed by some webapp. Independent of XMLUI/JSPUI. Not-A-UI? To actually accomplish REST-ification, would we make XMLUI/JSPUI depend on REST to accomplish some things? Such as recent submissions to

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Monika C. Mevenkamp
Peter Disco ? Rails in front of REST ? What can it do ? Where can I see it ? I agree - a UI in front of rest will enforce at least some code layering - although it is not a full solution to avoiding code replication for higher level operations, aka controllers / business logic / workflow ...

Re: [Dspace-tech] what is the resource_type_id in metadatavalue table of dspace database?

2015-08-03 Thread Mark H. Wood
On Mon, Aug 03, 2015 at 03:11:36PM +0530, Code 2 dogears wrote: I am new to dspace. I am retrieving values from dspace metadatavalue table. One think I don't understand is resource_type_id in metadatavalue table. Resource_type_id has specific values. It has value 3 for coleection name and its

[Dspace-tech] Permisssions

2015-08-03 Thread Fernando Casas Osorio
Regards, Is possible that I assign permissions to a collection for a group can see an item, but not download files of this item? Thanks for your help. Fernando Casas Osorio --

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Luiz dos Santos
Hi, I like of the idea of provide everything by REST and the front end use the whatever the institution want, something like http://www.nuxeo.com/ already does. Best Regards Luiz On Mon, Aug 3, 2015 at 3:28 PM, Brown, Jacob j.h.br...@tcu.edu wrote: Hi Peter, Thanks for the comments

Re: [Dspace-tech] tomcat bound to port 80

2015-08-03 Thread Graham Triggs
Hi, The error that you have received is because the main DSpace application can't communicate with the secondary Solr application - which by default it expects to be in the same Tomcat, and on the default port of 8080. Note that the circumstances of this error point to a very good reason why you

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Brown, Jacob
Hi Peter, Thanks for the comments and feedback! I think your business services layer is exactly what I meant: a set of utilities (e.g., POJOs) that may or may not need to read the HttpServletRequest object, that could be used to help build up search or browse interfaces for any web framework

Re: [Dspace-tech] tomcat bound to port 80

2015-08-03 Thread Mark H. Wood
On Mon, Aug 03, 2015 at 11:09:49AM -0400, Yongming Wang wrote: I'm new to DSpace. My situation is: DSpace 5.2 on RH Enterprise Linux 7, using jspui. I'm trying to change the default tomcat port 8080 to 80. I searched the Internet and dspace mailing-list and decided to use the following

Re: [Dspace-tech] Generic DSpace servlet/webapp utilities?

2015-08-03 Thread Tim Donohue
Hi Jacob (and all), Interesting work so far! In case you (and others) hadn't heard, a new UI platform is the top priority on our DSpace Roadmap (recently approved by our DSpace Steering Group): https://wiki.duraspace.org/display/DSPACE/RoadMap More info on the UI Project specifically at: