Hello,
We developed an application to store and retrieve xml-based data in a xindice database, which is runned under SuSE Linux.
Now we experienced a bug: each time when we restart the tomcat server, all the data in our collection is lost, but the collection itself still exists. In both, our application and the xindice web-interface all the sub-collections, xml-files, binary-data is wiped out. The problem only occurs when the server is restartet. Starting and stopping our application doesn't mean a problem.
First we thought that each the time server is restarted, tomcat overwrites the database. For this reason we put the database-directory to another path, but it didn't help.
Do you have any idea about the reason for this problem?
Have you seen this? http://xml.apache.org/xindice/changes.html http://issues.apache.org/bugzilla/show_bug.cgi?id=28783
Probably it is related.
Vadim