Re: [configuration][all] Support for OS environment variables

2007-07-24 Thread Wade Chandler
Wade --- Oliver Heger <[EMAIL PROTECTED]> wrote: > Wade Chandler wrote: > > Sure, but not from a configuration perspective. > For > > instance, if daemon used configuration for a > > configuration file it could be easier to use. > Provide > > multiple configurati

Re: [configuration][all] Support for OS environment variables

2007-07-24 Thread Oliver Heger
Wade Chandler wrote: Sure, but not from a configuration perspective. For instance, if daemon used configuration for a configuration file it could be easier to use. Provide multiple configuration files with your distribution which allows users to more easily install and uninstall services and

Re: [configuration][all] Support for OS environment variables

2007-07-24 Thread Wade Chandler
Sure, but not from a configuration perspective. For instance, if daemon used configuration for a configuration file it could be easier to use. Provide multiple configuration files with your distribution which allows users to more easily install and uninstall services and operate on them without

Re: [configuration][all] Support for OS environment variables

2007-07-23 Thread Mark Fortner
y OS to get different things like JAVA_HOME and ANT_HOME or similar into an application. It has been deprecated for a long time, but I doubt it will ever be removed. It seems to be quite needed in situations. Wade --- Oliver Heger <[EMAIL PROTECTED]> wrote: > Hi all, > > for [config

Re: [configuration][all] Support for OS environment variables

2007-07-23 Thread Wade Chandler
a long time, but I doubt it will ever be removed. It seems to be quite needed in situations. Wade --- Oliver Heger <[EMAIL PROTECTED]> wrote: > Hi all, > > for [configuration] we have a feature request for > supporting environment > variables [1]. I searched the archives

Re: [configuration][all] Support for OS environment variables

2007-07-23 Thread Jörg Schaible
Hi Oliver, Oliver Heger wrote: > Hi all, > > for [configuration] we have a feature request for supporting environment > variables [1]. I searched the archives and found that this topic has > been discussed before [2]. > > I was wondering whether situation has changed si

[configuration][all] Support for OS environment variables

2007-07-23 Thread Oliver Heger
Hi all, for [configuration] we have a feature request for supporting environment variables [1]. I searched the archives and found that this topic has been discussed before [2]. I was wondering whether situation has changed since then. My personal opinion is expressed in the Jira ticket in

[jira] Commented: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-22 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514507 ] Oliver Heger commented on CONFIGURATION-285: I follow your argumentation in principle, but I

[jira] Commented: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-22 Thread JIRA
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514493 ] Thorbjørn Ravn Andersen commented on CONFIGURATION-285: --- Thank you for adding this

[jira] Commented: (CONFIGURATION-284) ability to read OS environment variables

2007-07-21 Thread Vasily Ivanov (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514450 ] Vasily Ivanov commented on CONFIGURATION-284: - Thanks Oliver, feel free to add that code anywhere

[jira] Resolved: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-21 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-285. Resolution: Fixed DefaultConfigurationBuilder now fires an error event when

svn commit: r558368 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/DefaultConfigurationBuilder.java src/test/org/apache/commons/configuration/TestDefaultCo

2007-07-21 Thread oheger
Author: oheger Date: Sat Jul 21 12:00:51 2007 New Revision: 558368 URL: http://svn.apache.org/viewvc?view=rev&rev=558368 Log: CONFIGURATION-285: DefaultConfigurationBuilder now fires an error event when an optional configuration source could not be loaded. Modified: jakarta/commons/pr

svn commit: r558330 - in /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration: ConfigurationErrorListenerImpl.java TestDatabaseConfiguration.java TestFileConfiguration

2007-07-21 Thread oheger
Author: oheger Date: Sat Jul 21 08:26:19 2007 New Revision: 558330 URL: http://svn.apache.org/viewvc?view=rev&rev=558330 Log: Minor refactoring of the unit tests that check error listeners: a generic mock event listener class was extracted. Added: jakarta/commons/proper/configuration/t

[jira] Updated: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-21 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-285: --- Fix Version/s: 1.5 Assignee: Oliver Heger > > does not

[jira] Commented: (CONFIGURATION-284) ability to read OS environment variables

2007-07-21 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514415 ] Oliver Heger commented on CONFIGURATION-284: Vasily, many thanks for your contribution. For the

[jira] Resolved: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList after redeployment

2007-07-18 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-282. Resolution: Fixed Got no more feedback, so assuming the problem is solved

[jira] Resolved: (CONFIGURATION-283) CombinedConfiguration doesn't take escaped characters into account.

2007-07-12 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-283. Resolution: Fixed A fix was applied to

svn commit: r555737 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2007-07-12 Thread oheger
Author: oheger Date: Thu Jul 12 12:59:25 2007 New Revision: 555737 URL: http://svn.apache.org/viewvc?view=rev&rev=555737 Log: CONFIGURATION-283: ConfigurationUtils.convertToHierarchical() now correctly deals with properties whose values contain (escaped) list delimiters Modified: jak

[jira] Updated: (CONFIGURATION-284) ability to read OS environment variables

2007-07-11 Thread Vasily Ivanov (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasily Ivanov updated CONFIGURATION-284: Attachment: EnvironmentConfiguration.java I have create simple

[jira] Updated: (CONFIGURATION-283) CombinedConfiguration doesn't take escaped characters into account.

2007-07-11 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-283: --- Fix Version/s: 1.5 > CombinedConfiguration doesn't take escaped ch

[jira] Commented: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-11 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511852 ] Oliver Heger commented on CONFIGURATION-285: Just to make sure I understand your request

[jira] Created: (CONFIGURATION-285) does not report parsing errors in local-configuration.xml

2007-07-11 Thread JIRA
does not report parsing errors in local-configuration.xml - Key: CONFIGURATION-285 URL: https://issues.apache.org/jira/browse

[jira] Resolved: (CONFIGURATION-275) ConfigurationUtils.append() doesn't merge list properties

2007-07-09 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-275. Resolution: Fixed A fix was applied. addProperty() now always obtains an

svn commit: r554757 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/AbstractConfiguration.java src/test/org/apache/commons/configuration/TestAbstractConfigu

2007-07-09 Thread oheger
Author: oheger Date: Mon Jul 9 13:34:27 2007 New Revision: 554757 URL: http://svn.apache.org/viewvc?view=rev&rev=554757 Log: CONFIGURATION-275: AbstractConfiguration.addProperty() now correctly deals with list and array properties if delimiter parsing is disabled Modified: jakarta/com

[jira] Updated: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList after redeployment

2007-07-09 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated CONFIGURATION-282: --- Fix Version/s: 1.5 Summary: NPE in

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-07-09 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511235 ] Oliver Heger commented on CONFIGURATION-282: A fix was committed that initializes the default

svn commit: r554746 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/HierarchicalConfiguration.java xdocs/changes.xml

2007-07-09 Thread oheger
Author: oheger Date: Mon Jul 9 12:37:37 2007 New Revision: 554746 URL: http://svn.apache.org/viewvc?view=rev&rev=554746 Log: CONFIGURATION-282: Initialize default expression engine for HierarchicalConfiguration lazily if it is null. This should avoid NPEs after redeployment. Modi

[jira] Commented: (CONFIGURATION-275) ConfigurationUtils.append() doesn't merge list properties

2007-07-09 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511095 ] Oliver Heger commented on CONFIGURATION-275: Actually this seems to be a problem of

[jira] Commented: (CONFIGURATION-272) ConfigurationUtils.copy results in escaped "," characters no longer being escaped

2007-07-07 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510904 ] Oliver Heger commented on CONFIGURATION-272: I think the problem here is that ConfigurationUtils

[jira] Commented: (CONFIGURATION-284) ability to read OS environment variables

2007-07-07 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510903 ] Oliver Heger commented on CONFIGURATION-284: Joerg, I think this is a misunderstanding: This

svn commit: r554209 - /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestAbstractConfigurationBasicFeatures.java

2007-07-07 Thread oheger
Author: oheger Date: Sat Jul 7 07:09:12 2007 New Revision: 554209 URL: http://svn.apache.org/viewvc?view=rev&rev=554209 Log: Added a test case for variable interpolation and escaping after a report on the user list Modified: jakarta/commons/proper/configuration/trunk/src/test/org/ap

[jira] Issue Comment Edited: (CONFIGURATION-284) ability to read OS environment variables

2007-07-06 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510608 ] Joerg Schaible edited comment on CONFIGURATION-284 at 7/6/07 12:08 AM

[jira] Commented: (CONFIGURATION-284) ability to read OS environment variables

2007-07-06 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510608 ] Joerg Schaible commented on CONFIGURATION-284: -- Interpolation for system properties is already

[jira] Created: (CONFIGURATION-284) ability to read OS environment variables

2007-07-05 Thread Aksel Schmidt (JIRA)
ability to read OS environment variables Key: CONFIGURATION-284 URL: https://issues.apache.org/jira/browse/CONFIGURATION-284 Project: Commons Configuration Issue Type: New Feature

[jira] Created: (JCI-51) Configuration is ignored

2007-07-03 Thread Torsten Curdt (JIRA)
Configuration is ignored Key: JCI-51 URL: https://issues.apache.org/jira/browse/JCI-51 Project: Commons JCI Issue Type: Bug Components: compiler eclipse Affects Versions: 1.0, 1.0RC2, 1.0RC1

[jira] Commented: (CONFIGURATION-283) CombinedConfiguration doesn't take escaped characters into account.

2007-07-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509653 ] Oliver Heger commented on CONFIGURATION-283: Thank you for spotting this. I had a look at the

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-07-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509651 ] Oliver Heger commented on CONFIGURATION-282: So, the cause for this problem seems to be the

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-07-02 Thread Dennis Kieselhorst (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509599 ] Dennis Kieselhorst commented on CONFIGURATION-282: -- I went through the logs: you're

[jira] Created: (CONFIGURATION-283) CombinedConfiguration doesn't take escaped characters into account.

2007-07-02 Thread Franck Valentin (JIRA)
CombinedConfiguration doesn't take escaped characters into account. --- Key: CONFIGURATION-283 URL: https://issues.apache.org/jira/browse/CONFIGURATION-283 Project: Commons Configur

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-06-28 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508919 ] Oliver Heger commented on CONFIGURATION-282: A NPE on this line would mean that

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-06-28 Thread Dennis Kieselhorst (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508808 ] Dennis Kieselhorst commented on CONFIGURATION-282: -- Unfortunately I cannot add a testcase

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-06-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508306 ] Oliver Heger commented on CONFIGURATION-282: It would really be helpful if you could provide some

[jira] Created: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-06-25 Thread Dennis Kieselhorst (JIRA)
NPE in HierarchicalConfiguration.fetchNodeList -- Key: CONFIGURATION-282 URL: https://issues.apache.org/jira/browse/CONFIGURATION-282 Project: Commons Configuration Issue Type: Bug Affects

svn commit: r550047 - /jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfiguration.java

2007-06-23 Thread oheger
arta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfiguration.java Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/PropertiesConfiguration.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configura

[jira] Resolved: (CONFIGURATION-281) JNDIConfiguration::recursiveGetKeys goes out of stack

2007-06-21 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-281. Resolution: Fixed A fix was applied. Please check if this works for you

svn commit: r549591 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2007-06-21 Thread oheger
Author: oheger Date: Thu Jun 21 12:57:25 2007 New Revision: 549591 URL: http://svn.apache.org/viewvc?view=rev&rev=549591 Log: CONFIGURATION-281: Cycles in the JNDI tree no longer cause a stack overflow in JNDIConfiguration Modified: jakarta/commons/proper/configuration/trunk/src/java

[jira] Commented: (CONFIGURATION-281) JNDIConfiguration::recursiveGetKeys goes out of stack

2007-06-20 Thread Michiel Kalkman (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506696 ] Michiel Kalkman commented on CONFIGURATION-281: --- Cool, thanks. I guess #2 is less important

[jira] Commented: (CONFIGURATION-281) JNDIConfiguration::recursiveGetKeys goes out of stack

2007-06-20 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506670 ] Oliver Heger commented on CONFIGURATION-281: I did some testing and could reproduce the problem

[jira] Created: (CONFIGURATION-281) JNDIConfiguration::recursiveGetKeys goes out of stack

2007-06-20 Thread Michiel Kalkman (JIRA)
JNDIConfiguration::recursiveGetKeys goes out of stack - Key: CONFIGURATION-281 URL: https://issues.apache.org/jira/browse/CONFIGURATION-281 Project: Commons Configuration Issue Type: Bug

svn commit: r548466 - /jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview.xml

2007-06-18 Thread oheger
Author: oheger Date: Mon Jun 18 12:55:42 2007 New Revision: 548466 URL: http://svn.apache.org/viewvc?view=rev&rev=548466 Log: Reworderd notice about thread-safety of configuration implementations in user guide Modified: jakarta/commons/proper/configuration/trunk/xdocs/userguide/overview

Re: [configuration] svn commit: r548098 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ xdocs/ xdocs/userguide/

2007-06-17 Thread Rahul Akolkar
On 6/17/07, Oliver Heger <[EMAIL PROTECTED]> wrote: How about: "The most concrete implementations of the Configuration interface that are shipped with this library are not thread-safe. They can be accessed concurrently in a read-only manner. However if one thread modifies a configura

Re: [configuration] svn commit: r548098 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ xdocs/ xdocs/userguide/

2007-06-17 Thread Oliver Heger
Rahul Akolkar wrote: On 6/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: oheger Date: Sun Jun 17 12:34:03 2007 New Revision: 548098 URL: http://svn.apache.org/viewvc?view=rev&rev=548098 Log: Javadoc only: added notes about thread-safety to the most important Con

Re: [configuration] svn commit: r548098 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ xdocs/ xdocs/userguide/

2007-06-17 Thread Rahul Akolkar
On 6/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: oheger Date: Sun Jun 17 12:34:03 2007 New Revision: 548098 URL: http://svn.apache.org/viewvc?view=rev&rev=548098 Log: Javadoc only: added notes about thread-safety to the most important Configuration imple

[jira] Resolved: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-06-17 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-278. Resolution: Won't Fix The Javadocs of the most popular configur

svn commit: r548099 - in /jakarta/commons/proper/configuration/trunk/xdocs: overview.xml userguide/overview.xml

2007-06-17 Thread oheger
Author: oheger Date: Sun Jun 17 12:38:21 2007 New Revision: 548099 URL: http://svn.apache.org/viewvc?view=rev&rev=548099 Log: Fixed broken links in user guide; moved overview.xml into user guide directory where it is expected Added: jakarta/commons/proper/configuration/trunk/xdocs/userg

svn commit: r548098 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ xdocs/ xdocs/userguide/

2007-06-17 Thread oheger
Author: oheger Date: Sun Jun 17 12:34:03 2007 New Revision: 548098 URL: http://svn.apache.org/viewvc?view=rev&rev=548098 Log: Javadoc only: added notes about thread-safety to the most important Configuration implementations Modified: jakarta/commons/proper/configuration/trunk/src/java

[jira] Resolved: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-06-12 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-277. Resolution: Fixed Fix Version/s: 1.5 A fix was applied that catches

svn commit: r546620 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/AbstractConfiguration.java src/test/org/apache/commons/configuration/TestAbstractConfigu

2007-06-12 Thread oheger
Author: oheger Date: Tue Jun 12 13:04:45 2007 New Revision: 546620 URL: http://svn.apache.org/viewvc?view=rev&rev=546620 Log: CONFIGURATION-277: AbstractConfiguration.clear() now catches potential UnsupportedOperationExceptions during the iteration over the existing properties A

[jira] Resolved: (CONFIGURATION-280) autoSave and FileChangedReloadingStrategy corrupts configuration

2007-06-10 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-280. Resolution: Fixed Fix Version/s: 1.5 Patch applied. A test case was

svn commit: r545904 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/AbstractFileConfiguration.java src/test/org/apache/commons/configuration/TestXMLConfigur

2007-06-10 Thread oheger
Author: oheger Date: Sun Jun 10 09:10:17 2007 New Revision: 545904 URL: http://svn.apache.org/viewvc?view=rev&rev=545904 Log: CONFIGURATION-280: Fixed possible data loss for file-based configurations in auto-save mode that are associated with a reloading strategy; thanks to Roman Kurmanowy

[jira] Created: (DBCP-226) DBCP should support configuration of queryTimeout for validation queries

2007-06-10 Thread Phil Steitz (JIRA)
DBCP should support configuration of queryTimeout for validation queries Key: DBCP-226 URL: https://issues.apache.org/jira/browse/DBCP-226 Project: Commons Dbcp Issue

[jira] Updated: (CONFIGURATION-280) autoSave and FileChangedReloadingStrategy corrupts configuration

2007-06-07 Thread Roman Kurmanowytsch (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Kurmanowytsch updated CONFIGURATION-280: -- Attachment: autosave_reload.patch.txt Added patch based on

[jira] Commented: (CONFIGURATION-280) autoSave and FileChangedReloadingStrategy corrupts configuration

2007-06-07 Thread Roman Kurmanowytsch (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502536 ] Roman Kurmanowytsch commented on CONFIGURATION-280: --- This may be related to ticket 119

[jira] Created: (CONFIGURATION-280) autoSave and FileChangedReloadingStrategy corrupts configuration

2007-06-07 Thread Roman Kurmanowytsch (JIRA)
autoSave and FileChangedReloadingStrategy corrupts configuration Key: CONFIGURATION-280 URL: https://issues.apache.org/jira/browse/CONFIGURATION-280 Project: Commons Configuration

[jira] Commented: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-06-04 Thread Ceki Gulcu (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501155 ] Ceki Gulcu commented on CONFIGURATION-3: Thorbjørn, Here is the reference to the discussion on the

[jira] Commented: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-06-04 Thread JIRA
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501132 ] Thorbjørn Ravn Andersen commented on CONFIGURATION-3: - Ceki, thank you for telling me. I

[jira] Commented: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-06-03 Thread Ceki Gulcu (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501038 ] Ceki Gulcu commented on CONFIGURATION-3: Thorbjørn, For some reason this is not properly documented

[jira] Resolved: (CONFIGURATION-279) PropertiesConfiguration dysfunctional if constructed with nonexistent File

2007-06-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-279. Resolution: Fixed Fix Version/s: 1.5 A fix was applied. Thank you

svn commit: r543778 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/PropertiesConfiguration.java src/test/org/apache/commons/configuration/TestPropertiesCon

2007-06-02 Thread oheger
Author: oheger Date: Sat Jun 2 13:00:02 2007 New Revision: 543778 URL: http://svn.apache.org/viewvc?view=rev&rev=543778 Log: CONFIGURATION-279: Fix PropertiesConfiguration to work correctly when created from a non-existing file; the layout object is now created manually in this case Modi

svn commit: r543777 - /jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractFileConfiguration.java

2007-06-02 Thread oheger
Author: oheger Date: Sat Jun 2 12:54:37 2007 New Revision: 543777 URL: http://svn.apache.org/viewvc?view=rev&rev=543777 Log: Changed AbstractFileConfiguration.save(URL) to always close the output stream Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/com

[jira] Commented: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-06-01 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500846 ] Oliver Heger commented on CONFIGURATION-277: Well, clearProperty() is already invoked in the loop

[jira] Commented: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-06-01 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500818 ] Oliver Heger commented on CONFIGURATION-3: -- An ad-hoc fix for this problem would be to copy the NoLog

[jira] Created: (CONFIGURATION-279) PropertiesConfiguration dysfunctional if constructed with nonexistent File

2007-06-01 Thread Tuure Laurinolli (JIRA)
PropertiesConfiguration dysfunctional if constructed with nonexistent File -- Key: CONFIGURATION-279 URL: https://issues.apache.org/jira/browse/CONFIGURATION-279 Project: Commons

[jira] Commented: (CONFIGURATION-3) Drop 1st class dependency on commons-logging

2007-06-01 Thread JIRA
[ https://issues.apache.org/jira/browse/CONFIGURATION-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500695 ] Thorbjørn Ravn Andersen commented on CONFIGURATION-3: - I am currently working to migrate

DO NOT REPLY [Bug 38959] - [configuration] Drop 1st class dependency on commons-logging

2007-06-01 Thread bugzilla
gzilla/show_bug.cgi?id=38959 --- Additional Comments From [EMAIL PROTECTED] 2007-06-01 05:41 --- Please make any comments you have on this issue in JIRA https://issues.apache.org/jira/browse/CONFIGURATION-3 We have switched issue tracking systems. -- Configure bugmail: http://issues.apac

DO NOT REPLY [Bug 38959] - [configuration] Drop 1st class dependency on commons-logging

2007-06-01 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://issues.apache.org/bugzilla/show_bu

[jira] Commented: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-06-01 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500685 ] Oliver Heger commented on CONFIGURATION-278: Most of our configuration classes are not thread

[jira] Commented: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-06-01 Thread Michael Rudolf (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500651 ] Michael Rudolf commented on CONFIGURATION-277: -- I don't have problems with a con

[jira] Commented: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-06-01 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500624 ] Emmanuel Bourg commented on CONFIGURATION-277: -- I'm not sure this can be change

[jira] Commented: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-06-01 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500622 ] Emmanuel Bourg commented on CONFIGURATION-278: -- The configuration is not manually synchronized

[jira] Issue Comment Edited: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-06-01 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500622 ] Emmanuel Bourg edited comment on CONFIGURATION-278 at 6/1/07 1:45 AM

[jira] Commented: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-05-31 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500464 ] Oliver Heger commented on CONFIGURATION-277: Okay, we can change this. Is there a concrete

[jira] Commented: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-05-30 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500225 ] Oliver Heger commented on CONFIGURATION-278: The internally used layoutData map should probably

[jira] Created: (CONFIGURATION-278) ConcurrentModificationException in PropertiesConfigurationLayout

2007-05-30 Thread Emmanuel Bourg (JIRA)
ConcurrentModificationException in PropertiesConfigurationLayout Key: CONFIGURATION-278 URL: https://issues.apache.org/jira/browse/CONFIGURATION-278 Project: Commons Configuration

[jira] Created: (CONFIGURATION-277) AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully

2007-05-30 Thread Michael Rudolf (JIRA)
AbstractConfiguration should handle UnsupportedOperationExceptions in Iterator.remove() gracefully -- Key: CONFIGURATION-277 URL: https://issues.apache.org/jira

svn commit: r542030 - in /jakarta/commons/proper/configuration/trunk: project.xml src/java/org/apache/commons/configuration/AbstractFileConfiguration.java src/test/org/apache/commons/configuration/Tes

2007-05-27 Thread oheger
oper/configuration/trunk/project.xml jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/AbstractFileConfiguration.java jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestPropertiesConfiguration.java Modified: jakarta/com

[jira] Resolved: (CONFIGURATION-253) FileConfiguration getFile(), getFileName(), getBasePath() are not always consistent

2007-05-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-253. Resolution: Fixed I think this issue can now be marked as fixed

[jira] Resolved: (CONFIGURATION-215) Using relative URLs

2007-05-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-215. Resolution: Fixed getSource() methods were added to CompositeConfiguration

svn commit: r541932 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/CompositeConfiguration.java src/test/org/apache/commons/configuration/TestCompositeConfi

2007-05-26 Thread oheger
Author: oheger Date: Sat May 26 12:30:54 2007 New Revision: 541932 URL: http://svn.apache.org/viewvc?view=rev&rev=541932 Log: CONFIGURATION-215: Added a getSource() method to CompositeConfiguration Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/com

svn commit: r541925 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/CombinedConfiguration.java test/org/apache/commons/configuration/TestCombinedConfigurati

2007-05-26 Thread oheger
Author: oheger Date: Sat May 26 11:49:26 2007 New Revision: 541925 URL: http://svn.apache.org/viewvc?view=rev&rev=541925 Log: CONFIGURATION-215: Added a getSource() method to CombinedConfiguration Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configura

[jira] Moved: (CONFIGURATION-276) java.util.prefs Configuration

2007-05-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger moved COLLECTIONS-254 to CONFIGURATION-276: Key: CONFIGURATION-276 (was

[jira] Created: (COLLECTIONS-254) java.util.prefs Configuration

2007-05-26 Thread Michael Rudolf (JIRA)
java.util.prefs Configuration - Key: COLLECTIONS-254 URL: https://issues.apache.org/jira/browse/COLLECTIONS-254 Project: Commons Collections Issue Type: Wish Reporter: Michael Rudolf

[jira] Created: (CONFIGURATION-275) ConfigurationUtils.append() doesn't merge list properties

2007-05-25 Thread Emmanuel Bourg (JIRA)
ConfigurationUtils.append() doesn't merge list properties - Key: CONFIGURATION-275 URL: https://issues.apache.org/jira/browse/CONFIGURATION-275 Project: Commons Configuration

[jira] Commented: (CONFIGURATION-272) ConfigurationUtils.copy results in escaped "," characters no longer being escaped

2007-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499126 ] Emmanuel Bourg commented on CONFIGURATION-272: -- The append() function is also affected by this

[jira] Resolved: (CONFIGURATION-274) PropertiesConfiguration.save() does not support escaping the escape character

2007-05-24 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-274. Resolution: Fixed A fix has been committed. > PropertiesConfiguration.s

svn commit: r541423 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/PropertiesConfiguration.java src/test/org/apache/commons/configuration/TestPropertiesCon

2007-05-24 Thread oheger
Author: oheger Date: Thu May 24 13:43:18 2007 New Revision: 541423 URL: http://svn.apache.org/viewvc?view=rev&rev=541423 Log: CONFIGURATION-274: Support escaping the escape character for list delimiters in PropertiesConfiguration Modified: jakarta/commons/proper/configuration/trunk

[jira] Created: (CONFIGURATION-274) PropertiesConfiguration.save() does not support escaping the escape character

2007-05-24 Thread Oliver Heger (JIRA)
PropertiesConfiguration.save() does not support escaping the escape character - Key: CONFIGURATION-274 URL: https://issues.apache.org/jira/browse/CONFIGURATION-274 Project

svn commit: r541412 - in /jakarta/commons/proper/cli: branches/commons-configuration-integration/ dead/commons-configuration-integration/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:16:05 2007 New Revision: 541412 URL: http://svn.apache.org/viewvc?view=rev&rev=541412 Log: Dead branch Added: jakarta/commons/proper/cli/dead/commons-configuration-integration/ - copied from r541411, jakarta/commons/proper/cli/branches/com

svn commit: r541407 - in /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration: ConfigurationAssert.java FileURLStreamHandler.java

2007-05-24 Thread oheger
Author: oheger Date: Thu May 24 13:03:09 2007 New Revision: 541407 URL: http://svn.apache.org/viewvc?view=rev&rev=541407 Log: Added missing svn properties (may cause a large diff) Modified: jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configura

[jira] Updated: (CONFIGURATION-175) Support Byte Order Marks

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-175: - Fix Version/s: (was: 1.5) 1.6 Environment

  1   2   3   4   5   6   7   8   9   10   >