Hi, On 08/07/16 06:20, "Woonsan Ko" wrote: >In my debugging, it hits >org.apache.jackrabbit.core.value.BLOBFileValue#getDataIdentifier() >when retrieving a binary value. The method is hard-coded to return >null. Maybe I missed something...
Only Binary objects served from a DataStore have an identifier. Smaller binaries are usually inlined by the PersistenceManager. IIRC the threshold is 4k. Maybe your test creates binaries smaller than this threshold? Regards Marcel
