RE: New transactional file store

2003-10-28 Thread Nevermann, Dr., Peter
transactional file store Oliver Zeigermann wrote: We know the store is not in stable state, yet. So, please continue to report errors. Next step to a stable store. FIXES: AbstractTxFileStoreService: - Transaction will be marked for rollback upon system error or deadlock - minor

Re: New transactional file store

2003-10-24 Thread Oliver Zeigermann
Oliver Zeigermann wrote: We know the store is not in stable state, yet. So, please continue to report errors. Next step to a stable store. FIXES: AbstractTxFileStoreService: - Transaction will be marked for rollback upon system error or deadlock - minor flaws StoreLogger: - logging of message

Re: New transactional file store

2003-10-20 Thread Oliver Zeigermann
: New transactional file store Oliver Zeigermann wrote: You are right. This exception should have been displayed in logging, but ResourceManagerException can not handle nested exceptions to be comaptible with Java 1.3. Sorry :( Need to fix this, but do not know how, maybe incorporating the stack

RE: New transactional file store

2003-10-17 Thread Nevermann, Dr., Peter
Checked-in of the patch is done. Regards, Peter -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 13:58 To: Slide Developers Mailing List Subject: Re: New transactional file store Oliver Zeigermann wrote: You are right

Re: New transactional file store

2003-10-15 Thread Oliver Zeigermann
Martin Holz wrote: my employer C1 Financial Services GmbH has donated a transactional file store to the Slide project. It should be in the CVS by now and be scheduled for the 2.0 release. It is based on the reference implementation slidestore.file.XMLFileDescriptorsStore and

Re: New transactional file store

2003-10-15 Thread Martin Holz
Oliver Zeigermann [EMAIL PROTECTED] writes: There still seem to be some bugs left, presumably mainly taken over from the reference implementation. We will do our best to further analyze and fix them. FileResourceManager.saveState() fails for me sometimes, because it tries to create a

Re: New transactional file store

2003-10-15 Thread Oliver Zeigermann
Hallo Martin, thanks for the quick reply. Martin Holz wrote: Oliver Zeigermann [EMAIL PROTECTED] writes: There still seem to be some bugs left, presumably mainly taken over from the reference implementation. We will do our best to further analyze and fix them. FileResourceManager.saveState()

Re: New transactional file store

2003-10-15 Thread Martin Holz
Hello Oliver, sorry about the noise. It was a configuration error. I had two stores, which used the same working directory. Now everything is fine. Oliver Zeigermann [EMAIL PROTECTED] writes: Martin Holz writes: A minor point, shouldn't you use File dir = new File(workDir,txId)

Re: New transactional file store

2003-10-15 Thread Oliver Zeigermann
Hi Martin, glad to here it works now :) We know the store is not in stable state, yet. So, please continue to report errors. We have released the store early in development as we depend on people like you to help us make it stable. Oliver Martin Holz wrote: Hello Oliver, sorry about the

Re: New transactional file store

2003-10-14 Thread Martin Holz
Oliver Zeigermann [EMAIL PROTECTED] writes: Dear Slide community, my employer C1 Financial Services GmbH has donated a transactional file store to the Slide project. It should be in the CVS by now and be scheduled for the 2.0 release. It is based on the reference implementation

New transactional file store

2003-10-09 Thread Oliver Zeigermann
Dear Slide community, my employer C1 Financial Services GmbH has donated a transactional file store to the Slide project. It should be in the CVS by now and be scheduled for the 2.0 release. It is based on the reference implementation slidestore.file.XMLFileDescriptorsStore and