This content has been marked as final.
Show 3 replies
-
1. Re: BinaryStoreException: Unable to find binary value with key...
hchiorean Feb 18, 2015 7:51 AM (in response to adam.mccormick)Binary values are garbage collected only if there aren't any nodes referencing them via properties. This appears to be happening in your case after export/import.
There are a lot of fixes/changes since 3.8.1 so the first thing I would recommend is testing your scenario with 4.2.0.Final. If the problem is still there and you can reproduce it in a test case, feel free to log a JIRA and we'll investigate it.
-
2. Re: BinaryStoreException: Unable to find binary value with key...
dharrison Apr 25, 2017 5:22 PM (in response to adam.mccormick)I seem to be encountering the same problem with images uploaded into the DatabaseBinaryStore in ModeShape 5.4.x
-
3. Re: BinaryStoreException: Unable to find binary value with key...
hchiorean Apr 26, 2017 2:38 AM (in response to dharrison)If you can provide a test case/sample project that can be used to reproduce this locally, feel free to log a new JIRA. Thanks.