Hi, I have the following problem when running jackrabbit in clustered environment. When I create workspace on cluster node A and then add a node to that workspace, the proper event is sent to the journal, but other cluster nodes are not able to process it because they don't have the workspace.
I did manage to intercept the this making the other nodes create the workspace (subclassing ClusterNode, peeking in the record inside #consume and creating the workspace there) but is it really necessary to have to go over all these hoops? Couldn't be there way (at east an option) to create workspace any time a node is being added to that workspace for cluster nodes that don't have the workspace yet? Kind regards, Matej Knopp
