[XQZone General] MLJEdit XQuery plugin

Margaret Leber maggie at voicenet.com
Wed Jun 22 06:18:46 PDT 2005


Is anyone running this successfully? I tried installing it on jEdit 
4.2final under JRE 1.4.2_06-b03, and when I run it I get

resumeform.xqy:1:com.marklogic.xqrunner.XQException: Not Found

Not being exactly clear as to *what* wasn't found, I patched line 179 in
XQFactory in xqrunner 0.7

from

  catch (Exception e) {
			throw new XQException (e.getMessage(), e);
to

  catch (Exception e) {
			throw new XQException (
			"XQFactory.loadProvider("+
			className+
			") failed:"+
			e.getMessage(), e);

...but the resulting xqrunner.jar is 60k vs 15k for the xqrunner that 
ships with the plugin, so I'm thinking there's been considerable drift 
in xqrunner since the plugin was written. In any case, with the new jar 
there's no error, but there's no output either; you push the "run" 
button and nothing visibly happens.

--
  Margaret Leber CCP, SCJP, SCWCD
  610-630-9862






-- 
-----/___.   _)Margaret Stephanie Leber CCP, SCJP/"The art of progress /
----/(, /|  /| http://voicenet.com/~maggie SCWCD/ is to preserve order/
---/   / | / |  _   _   _    `  _  AOPA 925383/ amid change and to  /
--/ ) /  |/  |_(_(_(_/_(_/__(__(/_      K3XS / preserve change amid/
-/ (_/   '        .-/ .-/        ARRL 39280 /order."-A.N.Whitehead/
/________________(_/_(_/_______AMSAT 32844_/<maggie at voicenet.com>/




More information about the General mailing list