Re: [basex-talk] Java client and binary files

2016-01-28 Thread E. Wray Johnson
So the problem was my fault as I suspected. And I fixed it and I am now getting the correct data. I was attempting to retrieve a binary/raw document using a Java client without the open/close which locks a database by switching from using a retrieve command to db:retrieve XQuery. I added the

Re: [basex-talk] Unrecognized Options Running Basex in Docker Container

2016-01-28 Thread Eliot Kimber
Another bit of info. If I interact with the server from within the container, e.g., connect to the basex server using the basexclient, I can set and get options but they are not reflected in the DBA app: > open test-02 Database 'test-02' was not found. [I then create test-02 using the DBA Web

Re: [basex-talk] Java client and binary files

2016-01-28 Thread Christian GrĂ¼n
See here: http://docs.basex.org/wiki/Serialization Am 28.01.2016 7:13 vorm. schrieb "E. Wray Johnson" : > With 8.4... > > declare option output:method "raw"; > > I get > > [SEPM0016] Value of 'method' must be one of > (xml,xhtml,html,json,csv,text,adaptive,basex). > > On