Re: [basex-talk] How to invalidate XSD cache without stopping and restarting Jetty Web server?

2024-01-10 Thread Christian Grün
Hi Yitzhak, Thanks for the suggestion. Feel free to check out the latest stable snapshot, it contains two new functions for discarding cached XSD schemas and XSL transformers [1,2]. Best, Christian [1] https://github.com/BaseXdb/basex/issues/2267 [2] https://files.basex.org/releases/latest/

Re: [basex-talk] basexgui is crashing for me ...

2024-01-10 Thread Christian Grün
Hi Jonathan, This problem is related to Homebrew and Apple [1], and does not seem to be solved yet. There are alternatives, though. One solution that has been suggested by my colleague Michael is to: 1. Uninstall the homebrew openjdk: brew uninstall openjdk --ignore-dependencies 2. Manual

Re: [basex-talk] How to invalidate XSD cache without stopping and restarting Jetty Web server?

2024-01-10 Thread ykhabins
Mr. Grun, It is probably better to fix the actual source code: _VALIDATE_XSD_INIT(ValidateXsdInit::new, "init()", As follows: _VALIDATE_XSD_INIT(ValidateXsdInit::new, "xsd-init()", Regards, Yitzhak Khabinsky -Original Message- From: ykhab...@bellsouth.net Sent: Wednesday, January 10,

Re: [basex-talk] How to invalidate XSD cache without stopping and restarting Jetty Web server?

2024-01-10 Thread ykhabins
Hi Mr. Grun, Thanks for such super quick turnaround! It seems that the first link [1] https://github.com/BaseXdb/basex/issues/2267 shows incorrect function signature as validate:xsd-init(). Shouldn't it be validate:init()? Regards, Yitzhak Khabinsky From: Christian Grün Sent: Wednesday,

[basex-talk] XSLT version

2024-01-10 Thread Martin Dowling
Hi I'm trying to run a query in BaseX (version 8.6.7) which calls an XSLT 2.0 stylesheet using xslt:transform(). I'm getting errors that clearly imply the system does not recognise XSLT 2.0 functions, and is expecting an XSLT 1.0 stylesheet. However, when I run xslt:version(), it returns

Re: [basex-talk] How to invalidate XSD cache without stopping and restarting Jetty Web server?

2024-01-10 Thread Christian Grün
;) Right, thanks. An updated version is online. On Wed, Jan 10, 2024 at 4:23 PM wrote: > Mr. Grun, > > It is probably better to fix the actual source code: > _VALIDATE_XSD_INIT(ValidateXsdInit::new, "init()", > > As follows: > _VALIDATE_XSD_INIT(ValidateXsdInit::new, "xsd-init()", > > Regards,

Re: [basex-talk] XSLT version

2024-01-10 Thread Christian Grün
Hi Martin, BaseX 8.6.7 is pretty old now. Could you please if the behavior can be reproduced with the latest version of BaseX? Thanks in advance, Christian On Wed, Jan 10, 2024 at 6:09 PM Martin Dowling < martin.dowl...@bloomsbury.com> wrote: > Hi > > > > I’m trying to run a query in BaseX

Re: [basex-talk] basexgui is crashing for me ...

2024-01-10 Thread Christian Grün
Maybe you could try an older version of the JDK or JRE? Jonathan Robie schrieb am Mi., 10. Jan. 2024, 19:41: > I should have included this: > > % java --version > openjdk 21.0.1 2023-10-17 LTS > OpenJDK Runtime Environment Temurin-21.0.1+12 (build 21.0.1+12-LTS) > OpenJDK 64-Bit Server VM

Re: [basex-talk] basexgui is crashing for me ...

2024-01-10 Thread Jonathan Robie
Sigh - I just did that, it still crashes ... Jonathan On Wed, Jan 10, 2024 at 1:22 PM Jonathan Robie wrote: > Thanks for the prompt, helpful response! > > Jonathan > > On Wed, Jan 10, 2024 at 5:54 AM Christian Grün > wrote: > >> Hi Jonathan, >> >> This problem is related to Homebrew and Apple

Re: [basex-talk] basexgui is crashing for me ...

2024-01-10 Thread Jonathan Robie
Thanks for the prompt, helpful response! Jonathan On Wed, Jan 10, 2024 at 5:54 AM Christian Grün wrote: > Hi Jonathan, > > This problem is related to Homebrew and Apple [1], and does not seem to be > solved yet. > > There are alternatives, though. One solution that has been suggested by my >

Re: [basex-talk] basexgui is crashing for me ...

2024-01-10 Thread Jonathan Robie
I should have included this: % java --version openjdk 21.0.1 2023-10-17 LTS OpenJDK Runtime Environment Temurin-21.0.1+12 (build 21.0.1+12-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.1+12 (build 21.0.1+12-LTS, mixed mode) % basexgui 2024-01-10 13:40:21.624 java[56086:5869820] WARNING: Secure

Re: [basex-talk] basexgui is crashing for me ...

2024-01-10 Thread Michael Seiferle
Oh that’s unfortunate - I remember struggling to recreate the problem last time it was reported and once I got it (not) working, it was a pain to make it work again. I’ll have to check my notes… https://mailman.uni-konstanz.de/pipermail/basex-talk/2023-October/018153.html …so, I think I had to