Re: configuration --- get the properties object loaded after the delayed refresh

2011-09-08 Thread Ralph Goers
Without knowing why you would want to do this I can't really comment. Commons Configuration will cache the data so the typical usage is to get the property every time it is needed. After all, if you aren't re-reading the properties why would you care that a value has changed? Ralph On Sep 7,

Re: configuration --- get the properties object loaded after the delayed refresh

2011-09-08 Thread Ralph Goers
Also, file reloading does work. You can look at https://svn.apache.org/repos/asf/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/reloading/TestFileChangedReloadingStrategy.java for some examples that are known to work. Ralph On Sep 7, 2011, at 8:08 PM, Srinivas

RE: [math] Polygon Difference Question

2011-09-08 Thread Andy Turner
Hi There is considerable experience with these sorts of issues from the geospatial domain. It might be worth asking for instance on the geotools or JTS java topology suite lists if they can help. I've not looked into this, but I suspect perhaps a rounding/precision issue, or something to do

Validate method with logging

2011-09-08 Thread jeff mutonho
Hi Is there an argument validate method in the lang package that one can override not to throw a NullPointerException (NPE) after validating a null argument, and rather log the NPE using org.apache.log4j.Logger? Thanks

[ANNOUNCEMENT] Commons Configuration 1.7 Released

2011-09-08 Thread Oliver Heger
The Apache Commons team is pleased to announce the availability of Commons Configuration 1.7. The Commons Configuration software library provides a generic configuration interface which enables an application to read configuration data from a variety of sources, e.g. properties files, XML

Re: [ANNOUNCEMENT] Commons Configuration 1.7 Released

2011-09-08 Thread Jesse Farinacci
Congratulations! On Thu, Sep 8, 2011 at 7:45 AM, Oliver Heger ohe...@apache.org wrote: The Apache Commons team is pleased to announce the availability of Commons Configuration 1.7. Only 33 months since the previous release.. ;-) -Jesse -- There are 10 types of people in this world, those

Re: [ANNOUNCEMENT] Commons Configuration 1.7 Released

2011-09-08 Thread Jörg Schaible
Jesse Farinacci wrote: Congratulations! On Thu, Sep 8, 2011 at 7:45 AM, Oliver Heger ohe...@apache.org wrote: The Apache Commons team is pleased to announce the availability of Commons Configuration 1.7. Only 33 months since the previous release.. ;-) Means that for an earlier release

Re: [ANNOUNCEMENT] Commons Configuration 1.7 Released

2011-09-08 Thread Simone Tripodi
I agree, quite unfair comment :( Commons, like the rest of the Apache communities, is a group of volunteers maintaining projects, that means no one of us is paid nor has a lot of time to during the day to dedicate to get component released. So everybody is welcomed on submitting patches,