Hi! I've downloaded BaseX 9.2 (Windows distro).
One thing I want to try is the xqj implementation, running locally on the server.
I found the class net.xqj.basex.local.BaseXXQDataSource
But when I try getConnection() on an instance of this, I get the following:
java.lang.NoClassDefFoundError: org/basex/core/Proc
I've searched for this class, but without success.
Any ideas out there?
Arthur Gardner | Infosys Ltd MetLife | Clarks Summit, PA Office 570-587-6898 | Mobile 262-442-7472
The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addressee, please notify the sender immediately and delete this message.
Hi Arthur,
The error message could indicate that you are using an outdated version of XQJ. Are you working with the XQJ libraries that are contained in the lib directory of BaseX?
Hi! I’ve downloaded BaseX 9.2 (Windows distro).
As the latest official release is 9.1.1… Is it the snapshot that you have downloaded?
java.lang.NoClassDefFoundError: org/basex/core/Proc
Could you please pass us on your Java code?
Best, Christian
Thanks for your reply, Christian.
I purged my system of all things BaseX, and reloaded, based on 9.1.2 in fact.
This time I was able to build and run with it.
There were error messages about code in our existing xquery files, but that was what I was trying to find out: could I just swap one solution (DataDirect) out and another one in? The answer is no, our xquery files are not clean enough.
Arthur
Arthur Gardner | Infosys Ltd MetLife | Clarks Summit, PA Office 570-587-6898 | Mobile 262-442-7472
-----Original Message----- From: Christian Grün christian.gruen@gmail.com Sent: Monday, April 01, 2019 7:09 AM To: Gardner, Arthur arthur.gardner@metlife.com Cc: basex-talk@mailman.uni-konstanz.de Subject: [EXT] Re: [basex-talk] Using local xqj
Hi Arthur,
The error message could indicate that you are using an outdated version of XQJ. Are you working with the XQJ libraries that are contained in the lib directory of BaseX?
Hi! I’ve downloaded BaseX 9.2 (Windows distro).
As the latest official release is 9.1.1… Is it the snapshot that you have downloaded?
java.lang.NoClassDefFoundError: org/basex/core/Proc
Could you please pass us on your Java code?
Best, Christian The information contained in this message may be CONFIDENTIAL and is for the intended addressee only. Any unauthorized use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addressee, please notify the sender immediately and delete this message.
basex-talk@mailman.uni-konstanz.de