Add notes for 2018-06-26

This commit is contained in:
2018-06-26 17:17:55 +03:00
parent 930ca03dd1
commit 6ecb0c84d6
3 changed files with 37 additions and 8 deletions

View File

@ -295,4 +295,17 @@ dc.contributor.author,cg.creator.id
"Jarvis, Andrew",Andy Jarvis: 0000-0001-6543-0798
```
## 2018-06-26
- Atmire got back to me to say that we can remove the `itemCollectionPlugin` and `HasBitstreamsSSIPlugin` beans from DSpace's `discovery.xml` file, as they are used by the Metadata Quality Module (MQM) that we are not using anymore
- I removed both those beans and did some simple tests to check item submission, media-filter of PDFs, REST API, but got an error "No matches for the query" when listing records in OAI
- This warning appears in the DSpace log:
```
2018-06-26 16:58:12,052 WARN org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration @ { OAI 2.0 :: DSpace } Not able to retrieve the dspace.oai.url property from oai.cfg. Falling back to request address
```
- It's actually only a warning and it also appears in the logs on DSpace Test (which is currently running DSpace 5.5), so I need to keep troubleshooting
- Ah, I think I just need to run `dspace oai import`
<!-- vim: set sw=2 ts=2: -->