Solved
write ResourceResolver.commit asynchronously?
Hi to everybody,
I write a lot of values into JCR /var/xxx and close the operation with a ResourceResolver commit and a refresh.
My question was: does AEM perform the persistance operation asynchronously and should I wait with a EventHandler for these values? Or is it possible to continue without waiting?
Thanks in advance
Uwe