qexo-general
[Top][All Lists]
Advanced

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

[Qexo-general] VerifyError


From: Kevin S. Clarke
Subject: [Qexo-general] VerifyError
Date: Fri, 16 Feb 2007 18:04:59 -0500

Hi,

I have another question about the following xq

==>

xquery version "1.0";

declare namespace t = "http://lisforge.net/ns/test";;

declare function t:test($param) {
        <helo/>
};

t:test(('a', 'b'))

<==

This compiles okay, but gives me an error when I run it:

Exception in thread "main" java.lang.VerifyError: (class: test,
method: <clinit> signature: ()V) Bad type in putfield/putstatic

calling t:test('b') works just fine...

I'm running:

java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode)

Any hunches?

Thanks,
Kevin




reply via email to

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