We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because https://github.com/orgs/dataquest-dev/projects/12/views/32?pane=issue&itemId=81156787 Problem: During Ondrej's bitstream import, two bitstreams were not imported. The byte_size of this bitstream is null. We tried inserting a null value into a long type (
DSpace/dspace-server-webapp/src/main/java/org/dspace/app/rest/ClarinBitstreamImportController.java
Line 140 in 140f0b7
The text was updated successfully, but these errors were encountered:
merge with https://github.com/orgs/dataquest-dev/projects/12/views/28?filterQuery=&pane=issue&itemId=81994882
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Because https://github.com/orgs/dataquest-dev/projects/12/views/32?pane=issue&itemId=81156787
Problem: During Ondrej's bitstream import, two bitstreams were not imported. The byte_size of this bitstream is null. We tried inserting a null value into a long type (
DSpace/dspace-server-webapp/src/main/java/org/dspace/app/rest/ClarinBitstreamImportController.java
Line 140 in 140f0b7
Task: Check that the entered value is not null.
Solution: Add not null check. https://github.com/dataquest-dev/DSpace/blob/140f0b72b2b79ee236e2c2b29ad1e981080a9e9e/dspace-server-webapp/src/main/java/org/dspace/app/rest/ClarinBitstreamImportController.java#L103 add SQL exception to error message.
The text was updated successfully, but these errors were encountered: