[jira] Created: (BEANUTILS-275) BeanUtils.setProperty: crashes when setting a java.util.Date simple property with a java.sql.Timestamp value

2007-04-25 Thread adelino (JIRA)
BeanUtils.setProperty: crashes when setting a java.util.Date simple property with a java.sql.Timestamp value Key: BEANUTILS-275 URL:

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

2007-04-25 Thread Thomas Wabner (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491569 ] Thomas Wabner commented on CONFIGURATION-253: - I think that for my case the javadoc is not very

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

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491581 ] Emmanuel Bourg commented on CONFIGURATION-253: -- If the URL and the basepath are set on calling

[jira] Commented: (CONFIGURATION-224) BaseConfiguration.getProperty() returns reference to intenal store collection object instead of a clone

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491590 ] Emmanuel Bourg commented on CONFIGURATION-224: -- There is another alternative to this issue :

[nightly build] configuration failed.

2007-04-25 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070425/configuration.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-04-25 Thread ebourg
Author: ebourg Date: Wed Apr 25 04:48:00 2007 New Revision: 532326 URL: http://svn.apache.org/viewvc?view=revrev=532326 Log: Fixed the failing test case for INIConfiguration on non Windows systems Modified:

svn commit: r532336 - in /jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration: ./ event/ interpol/ plist/

2007-04-25 Thread ebourg
Author: ebourg Date: Wed Apr 25 05:23:01 2007 New Revision: 532336 URL: http://svn.apache.org/viewvc?view=revrev=532336 Log: Fixed several checkstyle warnings Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationBuilder.java

Re: [sandbox] releasing parent sandbox pom

2007-04-25 Thread Carlos Sanchez
the source plugin 2.0.3 was just released, can we go ahead? On 3/17/07, Niall Pemberton [EMAIL PROTECTED] wrote: On 3/17/07, Carlos Sanchez [EMAIL PROTECTED] wrote: can the parent commons-sandbox be released so all sandbox components can be built by themselves? it just needs to have the

[beansutils] v1.7.1

2007-04-25 Thread maestro
Hi, I have tried to locate some information on how to obtain the latest source for v1.7.1 and build it. I found information on how to build it... but nothing on how to get the source. :( Can anyone help me? - maestro

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

2007-04-25 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491750 ] Oliver Heger commented on CONFIGURATION-253: The behavior since (I think) the 1.2 release is that

Re: [beansutils] v1.7.1

2007-04-25 Thread Rahul Akolkar
On 4/25/07, maestro [EMAIL PROTECTED] wrote: Hi, I have tried to locate some information on how to obtain the latest source for v1.7.1 and build it. I found information on how to build it... but nothing on how to get the source. :( Can anyone help me? snip/ svn co

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

2007-04-25 Thread oheger
Author: oheger Date: Wed Apr 25 13:32:44 2007 New Revision: 532471 URL: http://svn.apache.org/viewvc?view=revrev=532471 Log: CONFIGURATION-253: Keep result of FileConfiguration.getFile() in sync with getURL() Modified:

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

2007-04-25 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491759 ] Oliver Heger commented on CONFIGURATION-253: I applied the fix as described in my last comment.

svn commit: r532478 - in /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io: ModelUpdater.java SCXMLParser.java SCXMLSerializer.java

2007-04-25 Thread rahul
Author: rahul Date: Wed Apr 25 13:50:29 2007 New Revision: 532478 URL: http://svn.apache.org/viewvc?view=revrev=532478 Log: Feb '07 WD conformance changes for the IO package: - Update parser to support final, changed usage of parallel - Make static nested classes private - Add a Commons SCXML

svn commit: r532480 - in /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics: SCXMLSemanticsImpl.java TransitionTargetComparator.java

2007-04-25 Thread rahul
Author: rahul Date: Wed Apr 25 13:52:18 2007 New Revision: 532480 URL: http://svn.apache.org/viewvc?view=revrev=532480 Log: Feb '07 WD related minor tweaks for the semantics package, mostly: - Eliminate use of deprecated APIs - Better naming as a consequence of above Modified:

svn commit: r532482 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLHelper.java

2007-04-25 Thread rahul
Author: rahul Date: Wed Apr 25 13:53:01 2007 New Revision: 532482 URL: http://svn.apache.org/viewvc?view=revrev=532482 Log: Remove deprecated API usage. Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLHelper.java Modified:

svn commit: r532485 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/test/StandaloneUtils.java

2007-04-25 Thread rahul
Author: rahul Date: Wed Apr 25 14:00:45 2007 New Revision: 532485 URL: http://svn.apache.org/viewvc?view=revrev=532485 Log: Switch the test package to use new parser. Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/test/StandaloneUtils.java Modified:

svn commit: r532486 - in /jakarta/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml: ./ io/ semantics/

2007-04-25 Thread rahul
Author: rahul Date: Wed Apr 25 14:06:11 2007 New Revision: 532486 URL: http://svn.apache.org/viewvc?view=revrev=532486 Log: JUnit test cases update: - Remove deprecated API usage - Wire up the tests added in r522070 for the new parser Modified:

svn commit: r532488 - /jakarta/commons/proper/scxml/trunk/xdocs/usecases/scxml-stopwatch/

2007-04-25 Thread rahul
Author: rahul Date: Wed Apr 25 14:11:39 2007 New Revision: 532488 URL: http://svn.apache.org/viewvc?view=revrev=532488 Log: svn:ignore Modified: jakarta/commons/proper/scxml/trunk/xdocs/usecases/scxml-stopwatch/ (props changed) Propchange:

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

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491778 ] Emmanuel Bourg commented on CONFIGURATION-253: -- That looks good, the structure of the chained

[jira] Commented: (CONFIGURATION-159) Save the changes made to a CompositeConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491785 ] Emmanuel Bourg commented on CONFIGURATION-159: -- I'm thinking about adding a flush() method to

[jira] Updated: (CONFIGURATION-262) Binary property list format

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

[jira] Updated: (CONFIGURATION-258) JSON configuration

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

[jira] Commented: (CONFIGURATION-180) Cache DatabaseConfiguration values for higher performance

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491813 ] Emmanuel Bourg commented on CONFIGURATION-180: -- I see several solutions to improve the

[jira] Updated: (CONFIGURATION-126) [configuration] SubsetConfiguration.getList throws exception

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-126: - Fix Version/s: 1.0 Environment: (was: Operating System: other

[jira] Updated: (CONFIGURATION-27) [configuration] subset method on xml configuration does not work as expected

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-27: Fix Version/s: 1.2 Description: (was: ) Environment:

[jira] Updated: (CONFIGURATION-89) [configuration] Setting the reloading strategy to FileChangedReloadingStrategy erases entire configuration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-89: Fix Version/s: 1.2 [configuration] Setting the reloading strategy to

[jira] Updated: (CONFIGURATION-23) [Configuration] Property throwExceptionOnMissing is not respected for subsets

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-23: Fix Version/s: 1.0 Environment: (was: Operating System: All

[jira] Updated: (CONFIGURATION-6) [configuration] XMLConfiguration inconsistency towards empty values

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-6: --- Fix Version/s: 1.2 Environment: (was: Operating System: other

[jira] Updated: (CONFIGURATION-2) [configuration] [1.2RC1] ConfigurationDynaBean may implement java.util.Map

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-2: --- Fix Version/s: 1.2 [configuration] [1.2RC1] ConfigurationDynaBean may

[jira] Updated: (CONFIGURATION-33) [configuration] Clarify ReloadingStrategy interface usage

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-33: Fix Version/s: 1.2 Environment: (was: Operating System: other

[jira] Updated: (CONFIGURATION-36) [configuration] HierarchicalConfiguration.getKeys(String) might return empty iterator

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-36: Fix Version/s: 1.1 [configuration]

[jira] Updated: (CONFIGURATION-35) [configuration] PropertiesConfiguration.load should default to encoding 8859_1

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-35: Fix Version/s: 1.2 [configuration] PropertiesConfiguration.load should

[jira] Updated: (CONFIGURATION-37) [configuration] DOMConfiguration can't replace DOM4JConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-37: Fix Version/s: 1.0 [configuration] DOMConfiguration can't replace

[jira] Updated: (CONFIGURATION-38) [configuration][patch]Removed JDK 1.4 dependency

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-38: Fix Version/s: 1.0 [configuration][patch]Removed JDK 1.4 dependency

[jira] Updated: (CONFIGURATION-39) [configuration] FileChangedReloadingStrategy javadoc misleading

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-39: Fix Version/s: 1.2 [configuration] FileChangedReloadingStrategy javadoc

[jira] Updated: (CONFIGURATION-41) [configuration] Output format of FileConfiguration classes

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-41: Fix Version/s: 1.2 [configuration] Output format of FileConfiguration

[jira] Updated: (CONFIGURATION-45) [configuration] Fails silently if asked to save to an invalid filename

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-45: Fix Version/s: 1.1 [configuration] Fails silently if asked to save to an

[jira] Updated: (CONFIGURATION-46) [Configuration] Documentation Issue

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-46: Fix Version/s: 1.0 [Configuration] Documentation Issue

[jira] Updated: (CONFIGURATION-49) [configuration] XMLConfiguration may lose attributes in its save() method

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-49: Fix Version/s: 1.2 [configuration] XMLConfiguration may lose attributes in

[jira] Updated: (CONFIGURATION-50) [configuration] FileChangedReloadingStrategy fails to properly detect file change

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-50: Fix Version/s: 1.2 [configuration] FileChangedReloadingStrategy fails to

[jira] Updated: (CONFIGURATION-54) [configuration] BaseConfiguration: containsKey ignores default properties

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-54: Fix Version/s: 1.0 [configuration] BaseConfiguration: containsKey ignores

[jira] Updated: (CONFIGURATION-56) [configuration] Property substitution doesn't work for subsets anymore

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-56: Fix Version/s: 1.0 [configuration] Property substitution doesn't work for

[jira] Updated: (CONFIGURATION-58) [configuration] Wrong primitive conversion in DataConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-58: Fix Version/s: 1.1 [configuration] Wrong primitive conversion in

[jira] Updated: (CONFIGURATION-60) [configuration] XML How-to needs to be updated for RC-1

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-60: Fix Version/s: 1.0 [configuration] XML How-to needs to be updated for RC-1

[jira] Updated: (CONFIGURATION-61) [configuration] JNDIConfiguration and union configuration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-61: Fix Version/s: 1.0 [configuration] JNDIConfiguration and union

[jira] Updated: (CONFIGURATION-62) [configuration] Using FileChangedReloadingStrategy for XMLConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-62: Fix Version/s: 1.2 [configuration] Using FileChangedReloadingStrategy for

[jira] Updated: (CONFIGURATION-63) [configuration] ConfigurationUtils.locate throws NullPointerException if the context ClassLoader is null

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-63: Affects Version/s: (was: 1.2) 1.3

[jira] Updated: (CONFIGURATION-64) [configuration] clearXmlProperty doesn't remove list properties completely

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-64: Fix Version/s: 1.0 [configuration] clearXmlProperty doesn't remove list

java.lang.OutOfMemoryError - IOUtils.copy - When file size larger than 7 MB

2007-04-25 Thread Bibs L
Hi, I am stuck with a java.lang.OutOfMemoryError when I try to copy a file of about 7 MB from a window server. I am using the org.apache.commons.io.IOUtils, IOUtils.copy(fileIn, response.getOutputStream()) with Survlet response to get the download diaglog to pop up. This is working

java.lang.OutOfMemoryError - IOUtils.copy - When file size larger than 7 MB

2007-04-25 Thread Bibs L
Hi, I am stuck with a java.lang.OutOfMemoryError when I try to copy a file of about 7 MB from a window server. I am using the org.apache.commons.io.IOUtils, IOUtils.copy(fileIn, response.getOutputStream()) with Survlet response to get the download diaglog to pop up. This is working fine when I

java.lang.OutOfMemoryError - IOUtils.copy - When file size larger than 7 MB

2007-04-25 Thread Bibs L
Hi, I am stuck with a java.lang.OutOfMemoryError when I try to copy a file of about 7 MB from a window server. I am using the org.apache.commons.io.IOUtils, IOUtils.copy(fileIn, response.getOutputStream()) with Survlet response to get the download diaglog to pop up. This is working fine

svn commit: r532523 - /jakarta/commons/proper/commons-parent/trunk/pom.xml

2007-04-25 Thread niallp
Author: niallp Date: Wed Apr 25 16:10:06 2007 New Revision: 532523 URL: http://svn.apache.org/viewvc?view=revrev=532523 Log: Specify maven source plugin version 2.0.3 and remove antrun workaround for source plugin bug (now resolved) Modified:

Re: [sandbox] releasing parent sandbox pom

2007-04-25 Thread Niall Pemberton
On 4/25/07, Carlos Sanchez [EMAIL PROTECTED] wrote: the source plugin 2.0.3 was just released, can we go ahead? I've just updated the commons-parent pom for the 2.0.3 source plugin - so OK by me. http://svn.apache.org/viewvc?view=revrevision=532523 Niall On 3/17/07, Niall Pemberton [EMAIL

Re: [sandbox] releasing parent sandbox pom

2007-04-25 Thread Carlos Sanchez
then we'd need a release of the parent and then one of the sandbox parent On 4/25/07, Niall Pemberton [EMAIL PROTECTED] wrote: On 4/25/07, Carlos Sanchez [EMAIL PROTECTED] wrote: the source plugin 2.0.3 was just released, can we go ahead? I've just updated the commons-parent pom for the 2.0.3

[jira] Updated: (CONFIGURATION-211) CommandLineConfiguration

2007-04-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-211: - Attachment: CommandLineConfiguration.java This is another implementation

Re: [sandbox] releasing parent sandbox pom

2007-04-25 Thread Niall Pemberton
On 4/26/07, Carlos Sanchez [EMAIL PROTECTED] wrote: then we'd need a release of the parent and then one of the sandbox parent Do we need a Sandbox pom any more? Can't sandbox components use commons-parent? Niall On 4/25/07, Niall Pemberton [EMAIL PROTECTED] wrote: On 4/25/07, Carlos

svn commit: r532554 - /jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/ConfigurationDynaBean.java

2007-04-25 Thread ebourg
Author: ebourg Date: Wed Apr 25 17:40:17 2007 New Revision: 532554 URL: http://svn.apache.org/viewvc?view=revrev=532554 Log: Code simplification in ConfigurationDynaBean ConfigurationDynaBean.set(String, Object) supports Collection values Fixed a potential ClassCastException in

Re: [sandbox] releasing parent sandbox pom

2007-04-25 Thread Carlos Sanchez
i guess at least to override the repo and prevent releases being deployed On 4/25/07, Niall Pemberton [EMAIL PROTECTED] wrote: On 4/26/07, Carlos Sanchez [EMAIL PROTECTED] wrote: then we'd need a release of the parent and then one of the sandbox parent Do we need a Sandbox pom any more? Can't