qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] Exception while using Extensions with 1.7beta2


From: Per Bothner
Subject: Re: [Qexo-general] Exception while using Extensions with 1.7beta2
Date: Mon, 19 May 2003 00:03:23 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030507

Seshukumar Venkata Adiraju wrote:

declare namespace ExtUtil =
"uci.Influx.reportingtool.XQueryExtensionsUtil"

define function getDistinctNames($names)
{
  let $distnames := list-items(ExtUtil:getDistinctNames($names))
  return $distnames
}

Try adding "class:" to the namespace-URI:

declare namespace ExtUtil =
"class:uci.Influx.reportingtool.XQueryExtensionsUtil"

I don't know why it's getting a StackOverflow.  The XQuery function
is obvious calling itself rather than the Java method, but I don't
know why it's doing that instead of reporting a missing function.
--
        --Per Bothner
address@hidden   http://per.bothner.com/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]