[basex-talk] XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1', '6300000180000114/

2020-08-27 Thread Srikumar Choudhury
Hi Christian, I am using basex-xqj client, XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1', '63018114/060180002931.xml'), marked in red below. Could you

[basex-talk] XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1', '6300000180000114/

2020-08-27 Thread Srikumar Choudhury
Hi Christian, I am using basex-xqj client, XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1', '63018114/060180002931.xml'), marked in red below. Could you

Re: [basex-talk] [EXTERNAL] - Re: XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1

2020-08-27 Thread Christian Grün
> do I need to increase -Xmx4096m to higher? +1

Re: [basex-talk] [EXTERNAL] - Re: XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1

2020-08-27 Thread Christian Grün
…and our own API will definitely consume less memory. Did you try it as well? On Thu, Aug 27, 2020 at 2:55 PM Christian Grün wrote: > > > do I need to increase -Xmx4096m to higher? > > +1

Re: [basex-talk] Xquery performence

2020-08-27 Thread Christian Grün
Thanks for the example document. – Have you already switched to the latest version of BaseX? On Thu, Aug 27, 2020 at 8:30 AM Christian Grün wrote: > > Hi Chandra, > > We’d appreciate to see a little XML document that allows us to test your > query. > > Best > Christian > > > > chandra sekhar n

Re: [basex-talk] Unpredictable function return types seems to default to item()? instead of item()*. Applies to 9.4.2

2020-08-27 Thread Wiemer, Sebastian
Hi Christian, Works! Thank you! Holen Sie sich Outlook für iOS Von: Christian Grün Gesendet: Tuesday, August 25, 2020 9:26:26 AM An: Wiemer, Sebastian Cc: basex-talk@mailman.uni-konstanz.de Betreff: Re: [basex-talk] Unpredictable function

Re: [basex-talk] Xquery performence

2020-08-27 Thread Christian Grün
Hi Chandra, We’d appreciate to see a little XML document that allows us to test your query. Best Christian chandra sekhar n schrieb am Do., 27. Aug. 2020, 07:38: > Dear Basex team, > We are facing an xquery performance issue. Please find the query in below > and please suggest any clue to

Re: [basex-talk] XQExpression-8.executeQuery() API throws java.lang.NullPointerException exception while executing XQuery(retrieving the 171 MB xml document) like db:open('testenvSSL1', '6300000180000

2020-08-27 Thread Christian Grün
Hi Srikumar, The error message seems to have been raised from within the Spring framework. Could you please provide us with some Java example code that we can run without Spring? Thanks in advance Christian Srikumar Choudhury schrieb am Do., 27. Aug. 2020, 06:57: > Hi Christian, > I am

Re: [basex-talk] ancestor axis i.c.w. fetched XML issue

2020-08-27 Thread RobStapper
Hi Cristian,    Issue solved. That’s why I have so much confidence in BaseX and it’s team. thnx, Rob Sent from Mail for Windows 10 From: Christian Grün Sent: Wednesday, August 26, 2020 6:21 PM To: RobStapper Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] ancestor axis

Re: [basex-talk] cdata not happening to elements with element children?

2020-08-27 Thread Christian Grün
…perfectly fine of course! As the update keyword is BaseX-specific, your code (in contrast to mine) will also run with other processors with support for the File Module (such as Saxon). Graydon Saunders schrieb am Mi., 26. Aug. 2020, 23:49: > Hi Christian -- > > Or I could just be a simple