I was unable to use the xindice tool command to invoke the Sequencer class(or any other XMLObject including the documented examples). I traced the fault to org.apache.xindice.command.normalizeXindiceURI() which obtains substring(1) of the uri, causing the leading slash of the uri to be omitted, which causes Xindice to misinterprete the uri. Changing the substring(1) to substring(0) fixes the problem.
Regards, Michael Watson
