AtlasOfLivingAustralia / image-service

Image repository and tiling services
https://images.ala.org.au
0 stars 17 forks source link

Image Service UI upload from staging area and upload from CSV fail with methodmissingexception #17

Closed sbearcsiro closed 9 years ago

sbearcsiro commented 9 years ago

The signature of ImageService.storeImageBytes is

Image storeImageBytes(byte[] bytes, String originalFilename, long filesize, String contentType, String uploaderId, Map metadata)

However, a number of calls to this method don't contain the final metadata Map parameter and so crash at runtime without informing the user that the upload failed or writing the error the log.