Re: [transaction] AbstractXAResource: prepare() with result XA_RDONLY without commit()

2006-06-22 Thread Joerg Heinicke
Oliver Zeigermann gmail.com> writes: > > The reason: deleteResource() and createResource() in FileResourceManager > > were assumed as being read-only (TransactionContext.readOnly not set to > > false). > > Hard to believe, but this really seems to be true. A fix should be > simple, right? Will y

Re: [transaction] AbstractXAResource: prepare() with result XA_RDONLY without commit()

2006-06-22 Thread Oliver Zeigermann
2006/6/22, Joerg Heinicke <[EMAIL PROTECTED]>: I came across some further problems with the transactional FileResourceManager and the XAResource implementation. Simple deletes of resources did not get applied for me. Debugging showed that no commit was triggered. The reason: deleteResource() an

[transaction] AbstractXAResource: prepare() with result XA_RDONLY without commit()

2006-06-22 Thread Joerg Heinicke
I came across some further problems with the transactional FileResourceManager and the XAResource implementation. Simple deletes of resources did not get applied for me. Debugging showed that no commit was triggered. The reason: deleteResource() and createResource() in FileResourceManager were as