Re: [basex-talk] [FORG0006] Unknown method:

2014-05-27 Thread Marco Lettere
Hi Erol, in the example you call insertImage2 from Xquery but the class declarea an insertImage3 method. Are you sure the issue is not this one? Cheers, Marco. On 05/28/2014 01:23 AM, Erol Akarsu wrote: I am getting this error when I call a java method from inside xquery script. I am using ba

[basex-talk] [FORG0006] Unknown method:

2014-05-27 Thread Erol Akarsu
I am getting this error when I call a java method from inside xquery script. I am using basex 7.8.2 Java constructor initialization (aBlob:new) went fine. Even I can call close method w/o any issue. but when I call insertImage3 in xquery script, I am getting error [FORG0006] Unknown method I co

Re: [basex-talk] May 26th snapshot and very slow batch processing

2014-05-27 Thread France Baril
Yope, issue was on my side. It's resolved. Thanks! On Tue, May 27, 2014 at 6:23 PM, Christian Grün wrote: > Hi France, > > > Could the namespace processing issue be back? > > The namespace issue should be fixed. Did you encounter the issues with > a new database, or could it be that the contents

Re: [basex-talk] May 26th snapshot and very slow batch processing

2014-05-27 Thread Christian Grün
Hi France, > Could the namespace processing issue be back? The namespace issue should be fixed. Did you encounter the issues with a new database, or could it be that the contents of the database were created with a version before the namespace fix? In the latter case, you could try to call OPTIMI

Re: [basex-talk] How to change processor to Saxon

2014-05-27 Thread Arve Gengelbach
If you are using the zip distribution you can e.g. manually edit the start scripts located in etc folder. These files are as [BaseX Startscript]. Adjusting the $CP variable should do it. Hope this helps, Arve [BaseX Startscript] https://github.com/BaseXdb/basex/blob/master/basex-core/etc/basex

[basex-talk] How to change processor to Saxon

2014-05-27 Thread emchateau
Using based to publish TEI-XML files, allows to take benefits from the Java's environment using XSLT 2.0. But we didn't cope with putting Saxon in the Classpath for BaseX. Is there any simple steps doing it ? On a mac, we were able to do it by putting the Saxon's jar files into `/Library/Java/E