RE: [lang] UUID Generator - was RE: UUID Generator?

2003-12-16 Thread Tim Reilly
>> Yes, it would be best to attach files to a Bugzilla ticket. Ok, I'm opening one now under lang, later on if these need to go elsewhere - ok, but for now I'm opening under lang enhancement. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25580 >> I will have a look this evening. The bugzill

DO NOT REPLY [Bug 25580] - [lang] Uuid identifier enhancement

2003-12-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25580] New: - [lang] Uuid identifier enhancement

2003-12-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [configuration] Documentation Patch

2003-12-16 Thread Tim Reilly
RE: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25459 Was the patch I sent ok? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 25554] - Validator declares illegal JavaScript variables

2003-12-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [configuration] Automatic reloading

2003-12-16 Thread Oliver Heger
Emmanuel Bourg wrote: Oliver Heger wrote: Emmanuel, I think after you changed the Configuration interface some classes won't compile any more because they also implement this interface. Did you check that? You are right that breaks the HierarchicalConfiguration subclasses, I forgot to add t

RE: [Vote] Release of Commons Validator 1.1.1

2003-12-16 Thread Gary Gregory
> --- > Vote: Commons Validator 1.1.1 Release > [ ] +1 I am in favor of the release, and will help support it > [X] +0 I am in favor of the release, but am unable to help support it > [ ] -0 I am not in favor of the release > [ ]

Re: [Vote] Release of Commons Validator 1.1.1

2003-12-16 Thread Martin Cooper
On Mon, 15 Dec 2003, Robert Leland wrote: > Voting will end Sunday December 21, 12 Noon. > --- > Vote: Commons Validator 1.1.1 Release > [X] +1 I am in favor of the release, and will help support it > [ ] +0 I am in favor of the

Re: [configuration] Automatic reloading

2003-12-16 Thread Emmanuel Bourg
Oliver Heger wrote: Emmanuel, I think after you changed the Configuration interface some classes won't compile any more because they also implement this interface. Did you check that? You are right that breaks the HierarchicalConfiguration subclasses, I forgot to add the clear() implementation

cvs commit: jakarta-commons-sandbox/sql/src/test-input test-start.xml test.properties

2003-12-16 Thread matth
matth 2003/12/16 08:03:07 Modified:sql build.xml Added: sql/src/java/org/apache/commons/sql/model Unique.java UniqueColumn.java sql/src/java/org/apache/commons/sql/task DatabaseTask.java sql/src/test/org/apache/commons/

cvs commit: jakarta-commons-sandbox/sql build.xml

2003-12-16 Thread matth
matth 2003/12/16 07:19:15 Modified:sql build.xml Log: Updated Ant build file with Maven Revision ChangesPath 1.5 +27 -48jakarta-commons-sandbox/sql/build.xml Index: build.xml === RCS

Re: [configuration] Automatic reloading

2003-12-16 Thread Oliver Heger
Emmanuel, I think after you changed the Configuration interface some classes won't compile any more because they also implement this interface. Did you check that? I like the idea with reloading properties, but the actual implementation seems to be a bit too specific for my taste. It is now po

Re: [configuration] Automatic reloading

2003-12-16 Thread Eric Galluzzo
Emmanuel Bourg wrote: I like the idea of a decorator, I'm implementing it currently. I see one issue though, I was considering a refactoring of the include logic in BasePropertiesConfiguration to use a tree of configurations, i.e. if the property can't be found in the parent configuration, it w

RE: UUID Generator?

2003-12-16 Thread Jörg Schaible
Tim Reilly wrote on Tuesday, December 16, 2003 6:26 AM: > Recently in the jetspeed-dev list I decribe the unresolved > licensing questions I ran into > > http://nagoya.apache.org/eyebrowse/ReadMsg?listName=jetspeed-d > [EMAIL PROTECTED] che.org&msgNo=10234 I just stumbled about this reference: ht

Re: [configuration] Automatic reloading

2003-12-16 Thread Emmanuel Bourg
He is an implementation of the reloadable decorator suggested by Eric. I have also added a set/getRefreshDelay method. Emmanuel Bourg Eric Galluzzo wrote: Alternatively, it might be nice to introduce a FileConfiguration interface that just has a java.io.File getFile() method. Both DOM4JConfi

Re: [lang] UUID Generator - was RE: UUID Generator?

2003-12-16 Thread __matthewHawthorne
I've taken a look at some of the uid code that is currently in [lang]. Are we all convinced that these types of classes are definitely a good fit for the project? I think that they're a bit out of scope. However, the obvious problem is -- where else in commons to put them? Phil Steitz wrote

Re: [lang] UUID Generator - was RE: UUID Generator?

2003-12-16 Thread Phil Steitz
Tim Reilly wrote: Phil, Tim, et al, I just added the thread lifecycle handling to the *draft* UuidClock.java I'd started For the timestamp of a version 1 uuid. I'll share it here. I realize it needs more work. I haven't tested it yet, but I wanted to get some feedback before I do more. I'm not a c

Re: [configuration] Automatic reloading

2003-12-16 Thread Emmanuel Bourg
I like the idea of a decorator, I'm implementing it currently. I see one issue though, I was considering a refactoring of the include logic in BasePropertiesConfiguration to use a tree of configurations, i.e. if the property can't be found in the parent configuration, it would look up in the ch

Re: [Vote] Release of Commons Validator 1.1.1

2003-12-16 Thread David Graham
+1 David --- Robert Leland <[EMAIL PROTECTED]> wrote: > For the moment I have withdrawn commons-validator, and we'll take a vote > on its release, see bottom. > > > The following release plan is proposed for Validator 1.1.0: > > * /Tag Date/ - Tuesday, December 15, 2003, 02:00:00 EST >

RE: [configuration] Extending the Map interface

2003-12-16 Thread Eric Pugh
[configuration] Extending the Map interfaceI can't remember where I read about it, but I think that we are usin Composition versus inheritance.. If we did inherit from map, that would be cool, except that then you could pass a configuration object into all kinds of weird places.. Now, with some

[configuration] Extending the Map interface

2003-12-16 Thread Emmanuel Bourg
While implementing the ReloadableConfiguration i had to add a clear() method to the Configuration interface. That made me think that a Configuration is basically a Map with convenient accessor methods and casting the values to the desired type. So what about extending Map in the Configuration i

DO NOT REPLY [Bug 25560] New: - DateUtils.truncate() is off by one hour when using a date in DST switch 'zone'

2003-12-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [configuration] Automatic reloading

2003-12-16 Thread Eric Pugh
That would be very cool, however we don't have that yet.. Someone did suggest implementing a ReloadableConfiguration decorator. However, the only work has been done was on one for the file decorator.. It does seem like the refreshDelay ought to be settable via the xml... Eric > -Original

[lang] UUID Generator - was RE: UUID Generator?

2003-12-16 Thread Tim Reilly
Phil, Tim, et al, I just added the thread lifecycle handling to the *draft* UuidClock.java I'd started For the timestamp of a version 1 uuid. I'll share it here. I realize it needs more work. I haven't tested it yet, but I wanted to get some feedback before I do more. I'm not a committer on anyt