On 8/2/07, Nick Stolwijk <[EMAIL PROTECTED]> wrote: > I've got a problem with multiple repositories that are reading from one > database. This was going well, because there was no writing to the > repositories (so read only data). Now, one of the repositories is going > to write to the database. Because of the ItemStateManager inside > Jackrabbit, the other repositories aren't picking this up. Is there some > way, to get to the WorkspaceInfo or ItemStateManager instance to clear > it once in a while? > > With regards, > > Nick Stolwijk > > Ps. I know this is a not supported way of doing it. But for now, we > can't get the customer to run a stand alone repository, that all > applications can connect to. >
have you considered using jackrabbit's clustering feature? cheers stefan
