Especially app.xqm is often imported in modules that app.xqm itself imports – or the other way round.
This can lead to terminally hanging READ LOCKS in eXist and other rather detrimental effects.
Hence, everything that is used in app.xqm and other modules alike, must be moved to a module of its own.
Especially app.xqm is often imported in modules that app.xqm itself imports – or the other way round. This can lead to terminally hanging READ LOCKS in eXist and other rather detrimental effects. Hence, everything that is used in app.xqm and other modules alike, must be moved to a module of its own.
Cf. #511 #313