Adam Retter

Results 573 comments of Adam Retter

@shabanovd @dizzzz Sure I understood Dmitriy mean the metadata extension, but I don't see how that is relevant here?

Hmm a lock table would be core to the database so I don't think an extension is a good idea. Also the lock-table does not need persistent storage.

@shabanovd It uses an external data-store, IMHO this doesn't make it easy in future to integrate transactions etc across both stores. Also, I don't see that the lock table needs...

@shabanovd Nope ;-) So... why do you think we need to be able to persist it?

@wshager Almost certainly not related to updating your Ubuntu issue. Tell us which version of eXist-db, how you installed and how to reproduce...

@wshager Hmm I really don't think it can be the machine. The transaction code in eXist hasn't changed in some time and it is completely OS/machine agnostic. When you know...

@wshager I think there are two different things happening here. Certainly the warning itself is harmless: ``` WARN (TransactionManager.java [close]:257) - Transaction was not committed or aborted, auto aborting! ```...

@wshager I looked through your stack traces. The first set of traces seem to show an issue with Jetty, so I have updated to the latest one here: https://github.com/eXist-db/exist/pull/1527 The...

@wshager I can't run the code that you provided. I saved the first file as `/db/modules/test/app.xqm`. I save the second file as `/db/modules/test/controller.xql`. How am I meant to execute this?...