We have plans to migrate to oak, in future. But, nowadays, I did an edit directly in FileDataStore to support my needs. (Actually I will do an overryde class...)
The way the FileDataStore receives de InputStream (as a SequenceInputStream) it is not possible to send over java.nio directly, so I persist the stream in a tmpfile in tmp server local drive (calculating the size and hash), and if that file not yet exists in ASN the transfer is triggered with java.nio. There is the code: -- View this message in context: http://jackrabbit.510166.n4.nabble.com/File-persistence-with-NAS-NFS-tp4662164p4662273.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.