[basex-talk] Code highlighting not working on Wiki

2023-11-30 Thread Johan Mörén
Hi, Just discovered that the code samples on the basex wiki doesn't seem to be working fully. Noticed it a couple of days ago and thought it was temporary, but the problem is still there. Regards, Johan

Re: [basex-talk] Crash when starting basexgui

2023-10-25 Thread Johan Mörén
Running MacOS Sonoma Apple Silicon M2 processor and ran into the same problem when homebrew updated my JDK to 21.0.1 today. According to this article it seems like applications like jmeter and IntelliJ needs to fix this by implementing a specific interface. I guess this applies to Basexgui as well

Re: [basex-talk] BaseX HTTP service goes down due to Qualys Agent

2023-04-03 Thread Johan Mörén
Is the agent calling the stop port? https://docs.basex.org/wiki/Options#STOPPORT On Mon, 3 Apr 2023 at 17:38, wrote: > >> "You mentioned that the Jetty server “goes down”. What does that mean? > Does it simply block any further requests? Do you have a 100% CPU workload?" > It doesn't accept any

Re: [basex-talk] right way to create a db in the middle of processing?

2022-11-25 Thread Johan Mörén
Take a look at https://docs.basex.org/wiki/Commands#Command_Scripts To my knowledge, this is the way to do it. Regards Johan On Thu, Nov 24, 2022 at 4:53 PM Graydon Saunders wrote: > Hello -- > > So I've got a pattern where I want to: > > 1. perform some processing using proc:execute() on a di

Re: [basex-talk] Accessing Java constant from XQuery

2022-02-16 Thread Johan Mörén
In your case, i think, java:TITLE() would work. Just trying with java.lang.Integer i got the following code to work declare namespace integer="java:java.lang.Integer"; integer:MIN_VALUE() On Wed, Feb 16, 2022 at 2:55 PM Paul L. Merchant Jr. < paul.l.merchant...@dartmouth.edu> wrote: > Hi ever

Re: [basex-talk] 9.6 on Docker Hub

2022-01-07 Thread Johan Mörén
Hi Christian, Any news on when we might see an official Docker image of the 9.6.x release on docker hub? Regards, Johan On Tue, Sep 21, 2021 at 4:15 PM Christian Grün wrote: > Hi Johannes, > > Thanks for the pointer. It’s quite likely that the existing Docker > image will be replaced by a revi

Re: [basex-talk] Brew upgrade for 9.4.6 fails with SHA256 mismatch

2021-01-08 Thread Johan Mörén
ding a homebrew pull request with the updated SHA256 value for > us? That would be great! > > > > > On Fri, Jan 8, 2021 at 12:52 PM Johan Mörén wrote: > > > > Hi Christian, > > > > It's a property stated in the basex.rb formula

Re: [basex-talk] Brew upgrade for 9.4.6 fails with SHA256 mismatch

2021-01-08 Thread Johan Mörén
Hi Christian, It's a property stated in the basex.rb formula file. https://github.com/Homebrew/homebrew-core/blob/7da7fb15bfd1301a023b97ec91945c1985278edf/Formula/basex.rb#L6 /Johan On Fri, Jan 8, 2021 at 12:45 PM Christian Grün wrote: > Hi Johan, > > Thanks for the observation. > > > Expecte

[basex-talk] Brew upgrade for 9.4.6 fails with SHA256 mismatch

2021-01-08 Thread Johan Mörén
Just wanted to let you know that the latest BaseX version can't be installed or upgraded via homebrew. I get the following error message: brew upgrade basex ==> Upgrading 1 outdated package: basex 9.4.5 -> 9.4.6 ==> Upgrading basex 9.4.5 -> 9.4.6 ==> Downloading https://files.basex.org/releases/9

Re: [basex-talk] Xquery recursion and db:add() - stack overflow

2016-05-11 Thread Johan Mörén
Hi Lars I have done some OAI-PMH fetches but never got into stack-overflow issues. I guess one workaround you can do on your part is to partition your query with date-ranges using the query parameters "from" and "until" on your initial call to the endpoint. Regards, Johan Mö

Re: [basex-talk] XSD 1.1

2015-09-17 Thread Johan Mörén
Nice work! We use a lot of Schema 1.1 at my shop. /Johan On Thu, Sep 17, 2015 at 1:08 PM Christian Grün wrote: > Hi Alex (cc to the list), > > Your feedback was very helpful. And I've finally learnt more about XML > Schema 1.1 validation, which is now available in the new snapshot [1]. > I have

Re: [basex-talk] Multiple server instances on a single computer?

2015-05-26 Thread Johan Mörén
yProcessor into two implementations where the first continue to be database aware and the other not. The later version would then behave more like the Saxon QueryProcessor. Having sensible default options and ability to override these on construction (in memory). Regards, Johan Mörén On Tue, May 26

Re: [basex-talk] Multiple server instances on a single computer?

2015-05-25 Thread Johan Mörén
without the need for these files to be created? If not, i think it would be a nice feature to add. Regards, Johan Mörén On Mon, May 25, 2015 at 8:50 PM France Baril wrote: > It just works! Thank you! >

Re: [basex-talk] Basex xquery import module classpath lookup

2015-04-10 Thread Johan Mörén
olver would be great since we package our resources in .jar files on deployment. Regards, Johan Mörén On Thu, Apr 9, 2015 at 6:13 PM, Karel Hovorka wrote: > We always use custom URIResolver when working with classpath resources > afaik. > > Similar mechanism might be better than ori

Re: [basex-talk] BaseX 8.0.1: Minor Patches

2015-02-25 Thread Johan Mörén
Hi! Just a reminder to update the homebrew distribution as well! Regards, Johan Mörén On Sun, Feb 22, 2015 at 10:07 PM Christian Grün wrote: > Hi there, > > We have just released a first post-Prague version of BaseX, which > includes some minor optimizations and fixes (noth

Re: [basex-talk] Feature request

2015-01-27 Thread Johan Mörén
e to install the BaseX library into our application server. The osgi-container Apache Karaf. I guess that this URL is later used but then the scheme "wrap" is not recognised. Regards, Johan Mörén On Mon Jan 26 2015 at 7:53:42 PM Christian Grün wrote: > Hi Johan, > > I haven'

Re: [basex-talk] Feature request

2015-01-26 Thread Johan Mörén
We run the script that uses this functionality embedded in a java application. I noticed now that the first time the code runs after a cold start. This log message appears. java.nio.file.FileSystemNotFoundException: Provider "wrap" not installed at java.nio.file.Paths.get(Paths.java:147) at org.ba

Re: [basex-talk] Feature request

2015-01-26 Thread Johan Mörén
performance could be tweaked further. But at the moment it feels unimportant for our case. Thank you again for your swift reply and delivery! Regards, Johan Mörén On Sun Jan 25 2015 at 1:56:21 PM Johan Mörén wrote: > Great news Christian. I'll try it out tomorrow at work! > > /Johan >

Re: [basex-talk] Feature request

2015-01-25 Thread Johan Mörén
d() != -1); > > } > > return md.digest(); > > } > > > > Keeping you updated, > > Christian > > > > > > On Sat, Jan 24, 2015 at 7:39 PM, Johan Mörén > wrote: > >> Hi Christian > >> > >> I think you can go with Javas imple

Re: [basex-talk] Feature request

2015-01-24 Thread Johan Mörén
= ...) { > try(DigestInputStream dis = new DigestInputStream(is, md)) { > while(dis.read() != -1); > } > return md.digest(); > } > > Keeping you updated, > Christian > > > On Sat, Jan 24, 2015 at 7:39 PM, Johan Mörén > wrote: > > Hi Christian > > > &

Re: [basex-talk] Feature request

2015-01-24 Thread Johan Mörén
/query/func/hash/HashFn.java > > > On Sat, Jan 24, 2015 at 11:37 AM, Johan Mörén > wrote: > > Hello! > > > > We have been using the hashing module to calculate md5 checksums on > binary > > files successfully for a while. But last week we received our first >

[basex-talk] Feature request

2015-01-24 Thread Johan Mörén
streaming. Regards, Johan Mörén

Re: [basex-talk] Http-module error response-bodies always returned as string

2014-11-25 Thread Johan Mörén
uld you possibly check out the latest stable > snapshot [1] and give me feedback? > > Thanks, > Christian > > [1] http://files.basex.org/releases/latest/ > > > On Tue, Nov 25, 2014 at 7:01 PM, Johan Mörén > wrote: > > Hi Christian > > > > No it's

Re: [basex-talk] Http-module error response-bodies always returned as string

2014-11-25 Thread Johan Mörén
Hi Christian No it's another container, a Camel route on a Karaf instance exposed as a REST-service. I'm pretty sure this is due to the handling of error in HttpPayload.java I'm still on BaseX 7.9 if that matters. But when i checked the code i peeked into the master branch. Regar

[basex-talk] Http-module error response-bodies always returned as string

2014-11-24 Thread Johan Mörén
ponse><errorMessage>number of ids must be a positive integer larger than 0</errorMessage></faultResponse> Regards, Johan Mörén

Re: [basex-talk] 7.8.2 application on Mac OS X

2014-04-24 Thread Johan Mörén
like, you can also do it yourself, I guess. Looking at the commit > > it seems it is really easy to do: > > > https://github.com/JensErat/homebrew/commit/4d4fb91fa25ba7ff5ef9ec814faf1d08323661bb > > I don't have MacOS, so contribution is very welcome here. > > > &

Re: [basex-talk] 7.8.2 application on Mac OS X

2014-04-24 Thread Johan Mörén
Any plans to continue releasing it via homebrew? Regards, Johan On Thu, Apr 24, 2014 at 10:07 AM, Michael Seiferle wrote: > Hi James, > > my bad! > I forgot to fix the 7.8.2 bundle; the „latest“ bundle should already work > for you: > > http://files.basex.org/releases/BaseX-latest.app.zip > >

Re: [basex-talk] stream binary responses from http:module

2014-03-27 Thread Johan Mörén
Christian > > > > On Thu, Mar 27, 2014 at 3:37 PM, Johan Mörén > wrote: > > Hi Christian > > > > The options i need from the http-module are at the moment mainly the > ability > > to authenticate. Getting hold of response/request headers and status code &g

Re: [basex-talk] stream binary responses from http:module

2014-03-27 Thread Johan Mörén
ule do you currently use? > > Christian > __ > > On Thu, Mar 27, 2014 at 1:06 PM, Johan Mörén > wrote: > > Hi > > > > I have built a small client in XQuery that fetches zip files from another > > remote service using the http-module an

[basex-talk] stream binary responses from http:module

2014-03-27 Thread Johan Mörén
Hi I have built a small client in XQuery that fetches zip files from another remote service using the http-module and stores them on disk with the help of the file-module. Some of the returned zip files are really large and BaseX seems to need to materialize the files in memory before writing the

Re: [basex-talk] function parse-xml() very slow in embedded mode

2014-02-19 Thread Johan Mörén
Setting this option in the query proved useful declare option db:intparse "yes"; Halved the query time in the GUI and provided the same result and performance in embedded mode with the QueryProcessor. /Johan On Wed, Feb 19, 2014 at 10:26 AM, Johan Mörén wrote: > Hi > >

[basex-talk] function parse-xml() very slow in embedded mode

2014-02-19 Thread Johan Mörén
ry well. However if i invoke it via the QueryProcessor in my java-process it is 50 to 100 times slower. Any clues to what i might be missing? Regards, Johan Mörén ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

[basex-talk] Using BaseX as a standalone xquery library in Java

2014-02-18 Thread Johan Mörén
ecial things to think about with using Basex as a general xquery-library like you would use Saxon for example? Regards, Johan Mörén ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

[basex-talk] homebrew distribution

2013-09-06 Thread Johan Mörén
Hello Will BaseX still be distributed via homebrew? I installed 7.6 that way but the latest release has not popped up yet. https://codeclimate.com/github/mxcl/homebrew/Basex Regards, Johan ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de