On Tue, Dec 15, 2009 at 4:51 PM, Ben Short <[email protected]> wrote: > Hi, > > Do I need to keep the session open when reading data from a binary property?
it might be possible with jackrabbit to close the session while reading the binary, but there's no guarantee for this behavior. it's not spec'ed by jsr-170/283 either. therefore, to stay on the safe side, i'd keep the session open while reading large binaries. cheers stefan > > Regards > > Ben Short >
