Hi, We are using Oak in one of our applications, and have come up with a problem that I can’t seem to find an answer to.
We have an Event Listener registered to listen for changes to properties in a node. It is always notified of the events properly. Upon notification, the listener retrieves the Node from the session, and performs various actions depending on the properties set on the node. However, if the node is versioned, the node that is retrieved from the JCR is not always up-to-date, even if a new session is used to retrieve it. I assume that this is because versioning introduces a delay in the “save”. Is there a way to work around this, short of forcing an arbitrary wait before attempting to retrieve the node? Thanks Jim
