RE: [Sandbox Id] How to persist?

2004-05-21 Thread Tim Reilly
Hi Oliver,

I'm sorry I've not had time to look at this yet. 
Hopefully, over the weekend I will have some time.

Thanks,
-TR

 [Oliver Zeigermann wrote:]
 
 I have only modified the transaction package, not anything else and will 
 not make any changes to the Id package, of course. 
 I have checked in my 
 stuff and class FileSequence in package 
 org.apache.commons.transaction.file is the interesting one. 
Ok

 Looking forward to suggestions how efforts can be merged.
 
Not sure if Phil has had a chance either, but I'll try to review soon.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Sandbox Id] How to persist?

2004-05-13 Thread Oliver Zeigermann
Commons Id Folks!

I have noticed your project and currently make an effort to bring among 
other stuff a file backed up sequence class into the sandbox. Now it 
occurs to me it would fit much better into your Id approach as it seems 
your Generator data is not persisted which means it will no longer be 
unique when you restart (except for the UUID Generators). Is that 
correct. If so, it could offer a fail-safe implementation for persisting 
that data, i.e. unless the file system itself crashes the sequence will 
not be corrupted either.

Interested?

Oliver

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [Sandbox Id] How to persist?

2004-05-13 Thread Phil Steitz
Sounds like a good addition / enhancement to the serial generators to me.  You are 
correct.  Only the UUID and SessionIdGenerators will be unique across instances.
 
Phil

-Original Message- 
From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] 
Sent: Thu 5/13/2004 1:05 AM 
To: Jakarta Commons Developers List 
Cc: 
Subject: [Sandbox Id] How to persist? 



Commons Id Folks!

I have noticed your project and currently make an effort to bring among
other stuff a file backed up sequence class into the sandbox. Now it
occurs to me it would fit much better into your Id approach as it seems
your Generator data is not persisted which means it will no longer be
unique when you restart (except for the UUID Generators). Is that
correct. If so, it could offer a fail-safe implementation for persisting
that data, i.e. unless the file system itself crashes the sequence will
not be corrupted either.

Interested?

Oliver

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]