[BeanUtils] Progressing towards a 1.8.0 release

2007-07-11 Thread Niall Pemberton
BeanUtils is getting close to being ready for a 1.8.0 release IMO (under 10 issues left targeted for 1.8.0). http://issues.apache.org/jira/browse/BEANUTILS One thought I had was to do a 1.8.0 Beta release first to (hopefully) get wider testing - thoughts/opinions on that welcome. Niall --

[jira] Updated: (BEANUTILS-10) [beanutils] StringLocaleConverter uses same pattern for numbers and dates

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-10: - Fix Version/s: (was: 1.8.0) LATER THAN 1.8.0 Affects

[jira] Updated: (BEANUTILS-284) Locale aware Converters doesn't handle conversion direction Object->String

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-284: -- Fix Version/s: (was: 1.8.0) LATER THAN 1.8.0 The new Object--

[jira] Commented: (BEANUTILS-18) [beanutils] PropertyUtils.isReadable() and PropertyUtils.getProperty() not consistent

2007-07-11 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511973 ] Henri Yandell commented on BEANUTILS-18: I'm +1 to the view that this is a bug and not a backwards compatib

[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 Configuration

[jira] Resolved: (BEANUTILS-44) FloatLocaleConverter cannot parse negative values

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-44. -- Resolution: Fixed Assignee: Niall Pemberton > FloatLocaleConverter cannot parse

[jira] Updated: (BEANUTILS-44) FloatLocaleConverter cannot parse negative values

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-44: - Affects Version/s: 1.7.0 Summary: FloatLocaleConverter cannot parse negati

svn commit: r555489 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java test/org/apache/commons/beanutils/locale/converters/

2007-07-11 Thread niallp
Author: niallp Date: Wed Jul 11 21:53:26 2007 New Revision: 555489 URL: http://svn.apache.org/viewvc?view=rev&rev=555489 Log: BEANUTILS-44 FloatLocaleConverter cannot parse negative values - reported by Paul Jenkins Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/common

Re: new VFS provider

2007-07-11 Thread Mark Fortner
You might try using the webdav provider as a guide to creating your own provider. The unit tests will help you sort out the implementation characteristics. Hope this helps, Mark On 7/11/07, Brian Dilley <[EMAIL PROTECTED]> wrote: I'm interested in implementing a JDBC based provider that also

[jira] Updated: (BEANUTILS-204) [beanutils] LocaleBeanUtils.copyProperties() does not use Locale aware converions

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-204: -- Fix Version/s: (was: 1.8.0) LATER THAN 1.8.0 Needs someone to

[jira] Resolved: (BEANUTILS-140) LocaleBeanUtils setProperty does not work on nested property

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-140. --- Resolution: Invalid I added a test case for this but can't reproduce this in eith

svn commit: r555476 - /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/locale/LocaleBeanUtilsTestCase.java

2007-07-11 Thread niallp
Author: niallp Date: Wed Jul 11 20:08:37 2007 New Revision: 555476 URL: http://svn.apache.org/viewvc?view=rev&rev=555476 Log: Add test for BEANUTILS-140 - LocaleBeanUtils setProperty does not work on nested property - reposted by Marco La Porta Added: jakarta/commons/proper/beanutils/trunk/

[jira] Updated: (BEANUTILS-140) LocaleBeanUtils setProperty does not work on nested property

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-140: -- Assignee: Niall Pemberton Affects Version/s: 1.7.0 Summary

[Jakarta-commons Wiki] Update of "Collections/GenericCollections/Contributors" by StephenKestle

2007-07-11 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by StephenKestle: http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors ---

[jira] Commented: (TRANSACTION-15) Lightweight transaction leaks on exception from FileResourceManager.getResource

2007-07-11 Thread Antranig Basman (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511915 ] Antranig Basman commented on TRANSACTION-15: Thanks for your patch, which looks good for the earlier

svn commit: r555443 - /jakarta/commons/proper/beanutils/trunk/src/site/site.xml

2007-07-11 Thread niallp
Author: niallp Date: Wed Jul 11 17:14:40 2007 New Revision: 555443 URL: http://svn.apache.org/viewvc?view=rev&rev=555443 Log: Woops, forgot new site.xml Added: jakarta/commons/proper/beanutils/trunk/src/site/site.xml (with props) Added: jakarta/commons/proper/beanutils/trunk/src/site/site.

[jira] Updated: (BEANUTILS-95) Handling exceptions during BeanUtils.populate()

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-95: - Issue Type: Improvement (was: Bug) Summary: Handling exceptions during BeanUtils

[jira] Updated: (BEANUTILS-41) Provide better error message for "No value specified"

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-41: - Issue Type: Improvement (was: Bug) Summary: Provide better error message for "No

[jira] Updated: (DBCP-230) [DBCP] BasicManagedDataSource

2007-07-11 Thread Dain Sundstrom (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dain Sundstrom updated DBCP-230: Attachment: BasicManagedDataSource.patch > [DBCP] BasicManagedDataSource > --

[jira] Created: (DBCP-230) [DBCP] BasicManagedDataSource

2007-07-11 Thread Dain Sundstrom (JIRA)
[DBCP] BasicManagedDataSource - Key: DBCP-230 URL: https://issues.apache.org/jira/browse/DBCP-230 Project: Commons Dbcp Issue Type: New Feature Reporter: Dain Sundstrom Fix For: 1.3 This

svn commit: r555436 - in /jakarta/commons/proper/beanutils/trunk: ./ optional/bean-collections/ src/main/ src/main/assembly/ src/site/ src/site/resources/ src/site/resources/images/ xdocs/images/

2007-07-11 Thread niallp
Author: niallp Date: Wed Jul 11 16:32:14 2007 New Revision: 555436 URL: http://svn.apache.org/viewvc?view=rev&rev=555436 Log: Update the m2 build Added: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/pom.xml (with props) jakarta/commons/proper/beanutils/trunk/src/main

[jira] Commented: (LOGGING-114) Silent Swallowing of NoClassDefFoundError

2007-07-11 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511880 ] Dennis Lundberg commented on LOGGING-114: - Malcolm, Just so I understand your setup fully: Do you configur

[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 characters int

[jira] Commented: (LOGGING-114) Silent Swallowing of NoClassDefFoundError

2007-07-11 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511853 ] Simon Kitching commented on LOGGING-114: JCL has adopted the principle that logging problems should never st

[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 correctly

svn commit: r555375 - in /jakarta/commons/proper/jxpath/trunk/src: java/org/apache/commons/jxpath/ri/compiler/ test/org/apache/commons/jxpath/ri/compiler/

2007-07-11 Thread mbenson
Author: mbenson Date: Wed Jul 11 12:29:57 2007 New Revision: 555375 URL: http://svn.apache.org/viewvc?view=rev&rev=555375 Log: [JXPATH-95] part 2: fix NaN inequality comparisons Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/CoreOperationCompare.

[jira] Resolved: (JXPATH-95) Comparing with NaN is incorrect

2007-07-11 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved JXPATH-95. --- Resolution: Fixed Whew! You are keeping me on my toes, certainly! Fixed part 2 in trunk. > Comparin

Re: Commons Math, Commons Nightlies, vmbuild

2007-07-11 Thread Luc Maisonobe
Brett Porter wrote: > Please let me know if: > [ ] you would like the project set up on the new machine with a clean slate +1 > [ ] you would like the project (and it's build history if possible) > moved over > [ ] you are no longer interested in using vmbuild for CI/nightlies/whatever Thanks, B

[jira] Reopened: (JXPATH-95) Comparing with NaN is incorrect

2007-07-11 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Vladimirov reopened JXPATH-95: - assertXPathValue(context, "$nan = 1", Boolean.FALSE, Boolean.class); +assertXP

new VFS provider

2007-07-11 Thread Brian Dilley
I'm interested in implementing a JDBC based provider that also maintains a local (Disk FS based) cache of the files as well. Is there any documentation on implementing a new provider for VFS? - To unsubscribe, e-mail: [EMAIL PR

[jira] Resolved: (JXPATH-95) Comparing with NaN is incorrect

2007-07-11 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved JXPATH-95. --- Resolution: Fixed Whoops! Never screwed around with NaN before, apparently... Thanks for the catch,

svn commit: r555336 - /jakarta/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/compiler/CoreOperationTest.java

2007-07-11 Thread mbenson
Author: mbenson Date: Wed Jul 11 09:49:15 2007 New Revision: 555336 URL: http://svn.apache.org/viewvc?view=rev&rev=555336 Log: more tests Modified: jakarta/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/compiler/CoreOperationTest.java Modified: jakarta/commons/proper/jxp

svn commit: r555334 - in /jakarta/commons/proper/jxpath/trunk/src: java/org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.java test/org/apache/commons/jxpath/ri/compiler/CoreOper

2007-07-11 Thread mbenson
Author: mbenson Date: Wed Jul 11 09:44:01 2007 New Revision: 555334 URL: http://svn.apache.org/viewvc?view=rev&rev=555334 Log: [JXPATH-95] fix NaN comparisons Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.java

[jira] Updated: (JXPATH-95) Comparing with NaN is incorrect

2007-07-11 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson updated JXPATH-95: -- Fix Version/s: 1.3 Affects Version/s: Nightly Builds > Comparing with NaN is incorrect > ---

[jira] Created: (JXPATH-95) Comparing with NaN is incorrect

2007-07-11 Thread Sergey Vladimirov (JIRA)
Comparing with NaN is incorrect --- Key: JXPATH-95 URL: https://issues.apache.org/jira/browse/JXPATH-95 Project: Commons JXPath Issue Type: Bug Reporter: Sergey Vladimirov 'NaN' > 'NaN' is true, but

Commons Math, Commons Nightlies, vmbuild

2007-07-11 Thread Brett Porter
Hi, This is particularly for Phil and those on commons-math, but if anyone else is interested in getting set up just holler. commons-math currently have a build set up in vmbuild.apache.org. It's been down for little bit, but is now back up. vmbuild is scheduled to be moved to a faster ma

[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/CONF

[jira] Commented: (LOGGING-114) Silent Swallowing of NoClassDefFoundError

2007-07-11 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511709 ] Joerg Schaible commented on LOGGING-114: IMHO this is really a JCL problem. It detects log4j and tries to us

[jira] Commented: (LOGGING-114) Silent Swallowing of NoClassDefFoundError

2007-07-11 Thread Malcolm Cleaton (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511699 ] Malcolm Cleaton commented on LOGGING-114: - Hi Dennis. Yes, log4j does usually tell you when it cannot load

[jira] Commented: (COLLECTIONS-259) TransformerClosure should implement Transformer and allow extension.

2007-07-11 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511686 ] Stephen Colebourne commented on COLLECTIONS-259: An interesting idea, however I sense that it mi