You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Michael Watson <mb...@castlegate-tech.co.uk> on 2002/04/22 23:34:34 UTC

Xindice Tool bug causing XMLObject invocation fault

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