Hi Seenivasan,
I downloaded a fresh copy of basex and ran the request query that was in my previous email, yet facing the same issue. [...]
to help you, I still need some more concise information.. - did you download 7.3 or the latest snapshot? - how did you start the http server? - which os are you using?
Just as a curiosity, it would be very helpful, if you could provide me an link/reference to know more about why
The main reason is the internal transaction architecture [1]: if a reading query sends a writing query to the same database context, this will lead to a deadlock, as the writing query can only be processed if no concurrent reading queries are running.
Just a short answer; hope this helps, Christian