[basex-talk] Class 'BaseXHTTP' missing?

2019-02-27 Thread Jan Stapel
Hello, i just tried to run the Java REST-Examples found on GIT/the basex-doc. BaseXHTTP cannot be resolved to a type. I am using the current version. Am I missing something? best, Jan

[basex-talk] JAVA xquery: accessing documents

2018-09-30 Thread Jan Stapel
Hello, Normally (few basex-versions ago) I did: session.execute("open main");         session.execute("xquery doc("users.xml")//users"); But now, this results in basex interpreting the doc()-path as relative to it's  home-directory thus cannot find the resource.. "xquery

Re: [basex-talk] Retrieve large amount of data from XML-resource

2017-02-15 Thread Jan Stapel
Hello Christian, Am 15.02.2017 um 12:14 schrieb Christian Grün: > Hi Jan, > >> For example for a xml-file with the size of 79167874 ("FACTOR", as shown by >> the web-gui) "session.execute(new XQuery("doc('db/file.xml')"));" will >> result in an exception[0]. > First of all, we have recently

Re: [basex-talk] Retrieve large amount of data from XML-resource

2017-02-15 Thread Jan Stapel
Hello Christian, Am 15.02.2017 um 12:14 schrieb Christian Grün: > Hi Jan, > >> For example for a xml-file with the size of 79167874 ("FACTOR", as shown by >> the web-gui) "session.execute(new XQuery("doc('db/file.xml')"));" will >> result in an exception[0]. > First of all, we have recently

[basex-talk] Retrieve large amount of data from XML-resource

2017-02-15 Thread Jan Stapel
Hello, i am getting an BaseXException when trying to get large amount of data from a XML-resource with a JAVA-Client. For example for a xml-file with the size of 79167874 ("FACTOR", as shown by the web-gui) "session.execute(new XQuery("doc('db/file.xml')"));" will result in an exception[0]. My