Questions tagged [dspace]

DSpace is an open source software package that can be used to manage an organization's digital content.

DSpace is an open source repository software package typically used for creating open access repositories for scholarly and/or published digital content.

Project Documentation

Suggestions for Asking a Good DSpace Question

  • Indicate the version of DSpace you are using (4.2, 5.5, etc)
  • If the issue is related to the user interface, indicate which DSpace UI you are using (XMLUI, JSPUI)
  • Follow StackOverflow guidance on how to ask a good question.
  • If you have new questions after your original question has been answered, create a new post for the new question.

If you have difficulty formulating a concrete question, consult DSpace Support.

Getting Help on Slack

508 questions
2
votes
1 answer

Dspace event : producer consumer

Is there any official doc that explain how to use the producer consumer event mechanism in dspace ? I have been looking for it but i only find a project proposal. Anything official on the matter? Many thanks, M
MaatDeamon
  • 9,532
  • 9
  • 60
  • 127
2
votes
1 answer

Aspect chains in Dspace 1.8.2

Reading the documentation i'm a bit confused as to where exactly are aspect chains. in the documentation:…
MaatDeamon
  • 9,532
  • 9
  • 60
  • 127
2
votes
2 answers

Can we perform search on the bases of file name inside a item in Dspace?

DSpace offers search on the bases of item name but if a item contains multiple files so can we perform search on the basis of that item name ? How we can customize DSpace to allow search on the bases of file name inside a item because a item can…
Ruchi arora
  • 113
  • 1
  • 8
2
votes
2 answers

How to restore PostgreSQL database to initial state as it was after fresh install

I am using PostgreSQL as a database for DSpace project. I am inserted some records in tables now i want a script with the help of which the database become empty only it contains the data in that table which is automatically inserted during fresh…
Ruchi arora
  • 113
  • 1
  • 8
2
votes
1 answer

How to setup eclipse and dspace for development?

I already tried this tutorial but I'm not able to configure the development environment.
Ruchi arora
  • 113
  • 1
  • 8
2
votes
2 answers

DSpace version 4.x Adding Facet, which messages.xml file should I edit?

After editing Discovery.xml located in C:\dspace-4.2-release\dspace\config\spring\api to add facet, which messages.xml should be edited to add a key, Type
M Emmanuel
  • 21
  • 1
2
votes
1 answer

DSpace: Java mail doesn't work in the company's network

I set up Dspace to send e-mail using my company's e-mail server, DSpace uses javax.mail to do this. When I try send outside of my company's network the e-mail is sent successfully, but in the company's network the email is not sent. Follows the…
Lino
  • 95
  • 7
2
votes
1 answer

DSpace: How does text_lang get set during item submission?

When submitting new items into DSpace, I have discovered inconsistencies in the text_lang column of the metadatavalue table. I created a new submission and populated a value into every field on the item submission screen. When the submission was…
terrywb
  • 3,740
  • 3
  • 25
  • 50
2
votes
2 answers

Adding new facet to DSpace has no effect (DSpace 4.1)

I changed the discovery.xml file as described in the documentation to add a new facet over dc.type to our DSpace. When I finished reindexing and deleting the cache I see the new search filter at advanced search but not as a facet. These are the…
user2794519
  • 57
  • 1
  • 5
2
votes
2 answers

How to reorder DRI divs in DSpace XMLUI

I need to modify it to the home's div's order, the default current DRI is
...
2
votes
2 answers

Any way I can read a SQL item ID, and add a line with a new value to the same item ID?

If any of you guys know DSpace and the DB behind it, you know you can change almost any of the dc.properties there. All the documents that are already on DSpace were submitted missing the dc.rights field. I've been trying it out, and I know that I…
rrocha
  • 21
  • 1
2
votes
2 answers

Web service in CMS such as DSpace, Moodle, EPrints, WordPress, Joomla, Open Journal System?

Hi I am a college student and a newbie in web service. I did some research about web services however, and I am going to add a web service to some websites in my institute to integrate data from them. Since they are various CMS (like I mentioned in…
2
votes
1 answer

Changing the URI default handle.net domain on existing and new items

I'd like to be able to change the permanent URLs of articles so that we don't have to rely on the Handle.net service. So far I've found the following online, and upon making the changes in dspace.cfg file found that the existing items didn't…
JohnParkerG
  • 65
  • 1
  • 10
2
votes
1 answer

How to change fields and elements of XMLUI

I need to change the names of months wherever they appear in XMLUI for DSpace. Where do they come from? I want to change them in a programmatic way through the source code, so that everyone who picks a month would see the words that I want. Should…
a.toraby
  • 3,232
  • 5
  • 41
  • 73
1
vote
1 answer

Is there an equivalent of the /hierarchy API endpoint for DSpace 7.x?

The DSpace OAI-PMH repository exposes an endpoint /hierarchy for API v6, which provides the logical structure of how communities, sub-communities and collections are related. This is documented at…
G0dfr3
  • 13
  • 2