Re: [basex-talk] Use of function-lookup in REST-XQ environment

2020-04-27 Thread Mauro Mugnaini
Dear Christian, About this problem we discover another issue that is causing us some troubles. In the same scenario of calling RESTXQ updating functions discovered dynamically in a basex with MIXUPDATES turned on: if a reading function is called on the same DB while an updating function is

[basex-talk] Unescaping revritten element name

2020-04-10 Thread Mauro Mugnaini
Hi all, After parsing strings in XML with direct representation (e.g. with CSV and JSON module parsing) the specific entries are represented via elements and their names are rewritten. In particular (as per documentation): "underscores are rewritten to two underscores (__), and characters that

Re: [basex-talk] Use of function-lookup in REST-XQ environment

2020-03-31 Thread Mauro Mugnaini
Dear Christian, Thank you so much, it also worked very well in version 9.3.1 that is the one we are using at the moment. We plan to move to the next stable release when it will be available. Thanks also for your words; all the best to all: to Italy and also to people all over the world.

[basex-talk] Use of function-lookup in REST-XQ environment

2020-03-31 Thread Mauro Mugnaini
Hi all,In order to have a "dynamic backend” implementation to REST-XQ invocations we used the fn:function-lookup() function but we are experiencing a strange behavior if the target looked-up function is an updating function that for example adds a resource to a database.Putting the provided files

[basex-talk] Distributing service as EAR

2018-06-27 Thread Mauro Mugnaini
Hi All, We are used to implement and deploy services into containers (Tomcat, JBoss, Wildfly, ...) as single WAR and for this kind of work we always implement starting from the BaseX WAR distribution. Now, looking in depth into the structure of the WAR, we noted that all the third party JARs,