Hi Kim,
I'm not able to reproduce the behaviour you described. Though I didn't use
WebDAV to import files, but just imported them using a JCR session.
Can you please provide a code fragment that shows how you access the content
from within the event listener?
regards
marcel
Kim Altintop wrote:
Hi,
I'm trying to implement a simple "Drop Folder" setup where users would
connect to one Jackrabbit workspace using (simple) WebDAV, drop files in
there, and an EventListener listening for NODE_ADDED events (restricted
to "nt:file") would then copy the file(s) to another workspace. As it
turned out, the EventListener is able to locate the just-dropped file
and read its properties but the jcr:data property is always empty (i.e.
contains no data). If I change my listener to implement
SynchronousEventListener it works fine. However, from the spec I would
expect it to work just the other way round...
Am I getting something wrong here?
Regards,
Kim