I have stopped jackrabbit, replaced all necessary jars , deleted repository home directory not only the index dirs and started jackrabbit
This way queries did not work at all, whereas if I delete only the index files as you mention in http://issues.apache.org/jira/browse/JCR-669 , everything works OK regards Savvas On 2/12/07, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
Savas Triantafillou wrote: > Old index contains a file named ns_mapping.properties inside index > directory > where new index contains a file ns_idx.properties inside namespaces > directories and ns_mapping.proeprties does not exists > > Somehow if these two files exists at the same time queries upon old nodes > are impossible If both exists then the ns_mapping.properties takes precedence. See: http://issues.apache.org/jira/browse/JCR-669 > Restructuring of the index, at least in our case, is mandatory during > migration to 1.2 I quickly checked a migration from 1.1.1 to 1.2.1 and the queries still worked fine. Can you please describe the exact steps how you updated your jackrabbit instance? regards marcel
