When saving metadata (setmeta command) and inside one of the metasets, there is an element named "metaset", the server returns: "java.lang.NullPointerException: Cannot invoke method getText() on null object"
The metadata is saved, though (unclear, what exactly fails - perhaps indexing?)
Workaround: I renamed the element to metaset_name
However, I assume, the server uses XPath like //metaset, and finds the wrong one. Better solution, also in the sake of performance: /meta/metaset.
When saving metadata (setmeta command) and inside one of the metasets, there is an element named "metaset", the server returns: "java.lang.NullPointerException: Cannot invoke method getText() on null object"
The metadata is saved, though (unclear, what exactly fails - perhaps indexing?)
Workaround: I renamed the element to metaset_name
However, I assume, the server uses XPath like //metaset, and finds the wrong one. Better solution, also in the sake of performance: /meta/metaset.