Trying to deposit with sword v1, but I'm not being successful. I see this in the log file:
2020-04-19 20:03:54,676 WARN org.dspace.core.LegacyPluginServiceImpl @ Cannot find named plugin for interface=org.dspace.sword.SWORDIngester, name="http://purl.org/net/sword-types/METSDSpaceSIP"
2020-04-19 20:03:54,678 ERROR org.purl.sword.server.DepositServlet @ org.purl.sword.base.SWORDErrorException: No ingester configured for this package type
In sword-server.cfg I have this:
plugin.named.org.dspace.sword.SWORDIngester = \
org.dspace.sword.SWORDMETSIngester = http://purl.org/net/sword-types/METSDSpaceSIP \
org.dspace.sword.SimpleFileIngester = SimpleFileIngester
Is there anything else I should be checking? Not sure what I'm missing.
Thank you!
-Jose