You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Mihajlo Stankov <mi...@gmail.com> on 2022/10/12 12:11:58 UTC

JackRabbit migration problem

Hi guys, sorry for interrupting but I really need your help.
I need to upgrade Jackrabbit 2.1.6 to Jackrabbit 2.20.6, but when I start
the APP with jackrabbit 2.20.6 I get an error that I attached in this mail.
I check the Jackrabbit code for both versions, and I notice that there is a
difference in the *private void map(String prefix, String uri, Integer idx)*
method implementation in the *NamespaceRegistryImpl* class.
 I suppose that this is making a problem because mapping in the
*ns_idx.properties* file is different for Jackrabbit 2.1.6, and for
Jackrabbit 2.20.6.
So' can you please help me to find the best way for resolving this problem?

Thanks in advance
Mihajlo Stankov