Hi,
I'm fairly certain there is a bug in the GUI now.
I often right click in the GUI and choose Copy Path (from tree and map etc.) and until recently that worked every time.
Now I'm getting paths that are just obviously not correct from the second level of the tree down.
The first level of the tree is ok.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse
Then the second level of the tree and levels not ok.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResult/ListOrdersResult
*Should be:
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse/ ListOrdersResult
And so on.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/Orders/Orders/Orders
*Should be:
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse/ ListOrdersResult/Orders
This may have started since the 9 release.
Thanks,
Alex Everitt
Hi Alex,
Ive just fixed the erroneus behavior. An updated snapshot will be available tomorrow [1].
Best, Christian
[1] http://files.basex.org/releases/latest/
On Sat, Jun 23, 2018 at 11:00 PM Alex Everitt alex@wiastores.com wrote:
Hi,
I’m fairly certain there is a bug in the GUI now.
I often right click in the GUI and choose Copy Path (from tree and map etc.) and until recently that worked every time.
Now I’m getting paths that are just obviously not correct from the second level of the tree down.
The first level of the tree is ok.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse
Then the second level of the tree and levels not ok.
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResult/ListOrdersResult
*Should be:
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse/ ListOrdersResult
And so on…
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/Orders/Orders/Orders
*Should be:
db:open("bigale_order_list_since_2017-03-31", "bigale_orders_1")/ListOrdersResponse/ ListOrdersResult/Orders
This may have started since the 9 release.
Thanks,
Alex Everitt
basex-talk@mailman.uni-konstanz.de