Ann Smyth wrote:
Is this the correct email address to send Xindice questions to? I am new to Xindice.
Send your questions to xindice-user list.
Is there any documentation on Xindice other than what is up on the Apache website?
There are links to mail list archives on the site.
In particular, I am looking for
information on locking of data for updates, a way to do the equivalent of
an auto-increment field in a relational database and tips on how to best
structure the data in Xindice. For example is it better to put each
"record" in its own file?
Depends; usually it's better to operate on multiple small XML documents in one collection, so this probably means that each "record" goes into its own "file".
Below is a problem I am having with XUpdate:
...
org.apache.xindice.client.corba.db.APIException:
IDL:org/apache/xindice/client/c
orba/db/APIException:1.0
at
org.apache.xindice.client.corba.db.APIExceptionHelper.read(APIExcepti
onHelper.java:112)
It seems you are using Xindice 1.0 with CORBA API; it's currently not supported, and it is suggested to upgrade to the latest beta release. If you want to stick with 1.0, check mail list archives - may be somebody had similar problem.
Vadim