Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMLSchemaConverter incorrectly checks for supported metadata formats #5383

Closed
solth opened this issue Oct 10, 2022 · 0 comments · Fixed by #5388
Closed

XMLSchemaConverter incorrectly checks for supported metadata formats #5383

solth opened this issue Oct 10, 2022 · 0 comments · Fixed by #5388
Assignees
Labels

Comments

@solth
Copy link
Member

solth commented Oct 10, 2022

Describe the bug
In addition to the problem described in #5382, the (now obsolete) check for supported file formats also prevents other input metadata formats like EAD from being processed. These can now be configured as OTHER in the import configuration setup since #5313 but will lead to the error UnsupportedFormatException: No SchemaConverter found that supports OTHER and XML! during import.

Bildschirmfoto 2022-10-10 um 12 23 42

To Reproduce
Steps to reproduce the behavior:

  1. Configure an ImportConfiguration with metadata format OTHER
  2. Try to import a record using the new ImportConfiguration

Expected behavior
Using import configurations with metadata format OTHER should not lead to an error.

Release
3.4.4-SNAPSHOT (Commit b65bd96)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant