On 23/07/14 11:37, Claude Warren wrote:
Are there any known issues mixing transactions on datasources and model
locks (e.g. model.enterCriticalSection(Lock.WRITE)) ?
No. Well, not known to me :-)
But I would hazard a guess you have encountered something.
Could you describe your setup? I get snippets from your emails but not
an overall picture.
Are you really trying to do multithreads inside one transaction?
Note - it is necessary to get the model inside a transaction and not use
it across transaction boundaries.
(It's very visible API change to fix this :-()
Andy