Re: [basex-talk] Testing if a database exists and if some files exist

2020-07-29 Thread Geoff Alexander
, I send a GET request to https://://rest// and test the response status to test if a file exists. Geoff Alexander, Ph.D. Software Engineer, Corporate Tools Development IBM Corporation Charlotte, NC

Re: [basex-talk] Possible bug in database size (bytes) after database optimize from BaseX Database Administration

2020-07-16 Thread Geoff Alexander
I would think so. Let me see if I can create a small example using the BaseX WEB API that recreates the problem. Geoff Alexander, Ph.D. Software Engineer, Corporate Tools Development IBM Corporation Charlotte, NC From: "Christian Grün" To: Geoff Alexander Cc: BaseX Dat

Re: [basex-talk] Possible bug in database size (bytes) after database optimize from BaseX Database Administration

2020-07-16 Thread Geoff Alexander
We use the BaseX REST API from a Java problem to add and update documents in BaseX. Geoff Alexander, Ph.D. Software Engineer, Corporate Tools Development IBM Corporation Charlotte, NC From: "Christian Grün" To: Geoff Alexander Cc: BaseX Date: 07/16/2020 03:07

Re: [basex-talk] Possible bug in database size (bytes) after database optimize from BaseX Database Administration

2020-07-16 Thread Geoff Alexander
Optimize button on the BaseX Database Administration's Database page actually does. Geoff Alexander, Ph.D. Software Engineer, Corporate Tools Development IBM Corporation Charlotte, NC From: "Christian Grün" To: Geoff Alexander Cc: BaseX Date: 07/16/2020 02:11

Re: [basex-talk] Possible bug in database size (bytes) after database optimize from BaseX Database Administration

2020-07-16 Thread Geoff Alexander
database's BYTES column did not change, even after I logged off and back on to BaseX Database Administration. Geoff Alexander, Ph.D. Software Engineer, Corporate Tools Development IBM Corporation Charlotte, NC From: "Christian Grün" To: Geoff Alexander Cc: BaseX Da

[basex-talk] Possible bug in database size (bytes) after database optimize from BaseX Database Administration

2020-07-16 Thread Geoff Alexander
imize (more severe problem)? I've encountered this with both BaseX 8.6.7 and 9.3.3 running on Windows 10. Thanks, Geoff Alexander, Ph.D. Software Engineer, Corporate Tools Development IBM Corporation Charlotte, NC

[basex-talk] java.lang.ArrayIndexOutOfBoundsException on REST GETrequest

2020-06-05 Thread Geoff Alexander
to a more recent version if necessary. But before I do that, I'd like to know if the java.lang.ArrayIndexOutOfBoundsException is a known problem and more importantly if there is anything we can do short of upgrading BaseX to fix the problem. Thanks, Geoff Alexander, Ph.D. Software Eng

[basex-talk] An invalid XML character (Unicode: 0x1a) was found in the element content of the document

2020-01-16 Thread Geoff Alexander
We're getting an "An invalid XML character (Unicode: 0x1a) was found in the element content of the document" error from a BaseX REST API PUT request We using BaseX 8.6.7 ( I realize that BaseX 8.6.7 isn't the latest version). Is this a user error or a BaseX problem? If it's user error, how would