[dspace-tech] Setting Item to private using REST or Database updates

2019-12-18 Thread Christoph Weber
Hello DSpace Community, I upload items to DSpace using a self-written production tool for our publications which compiles TeX files and uploads the pdf to DSpace using the REST API. These publications should be private at first until the TeX file authors have approved the publication. This

Re: [dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-24 Thread Christoph Weber
; (which can occur if you have mixed Spring configs from DSpace 5.x and 6.x > in the same folder). If this is the problem, you can safely delete the > [dspace]/config/spring/ folder, and then rebuild & redeploy DSpace ("mvn > package", followed by "ant update"

[dspace-tech] DSpace 6.3 REST-API stopped working in Ubuntu 18.04 and 18.10

2018-10-23 Thread Christoph Weber
Hello DSpace Community, I cannot get the DSpace 6.3 REST-API working in Ubuntu 18.04 and 18.10. The REST-API worked in Ubuntu 17.10, but after upgrading or installing a later version, it stopped working. The Tomcat Web Application Manager gives me "FAIL - Application at context path [/rest]

[dspace-tech] How to organize customizations in dspace?

2016-09-14 Thread Christoph Weber
Hello, I'm currently setting up our dspace instance and doing a few changes to customize it. Till. ex. some changes in [dspace-source]/config/input-forms.xml and [dspace-source]/config/registries/dublin-core-types.xml to support DOI. Now I wonder what the best way is to preserve this changes