svn commit: r555184 - in /jakarta/commons/proper/beanutils/trunk: pom.xml src/test/org/apache/commons/beanutils/PropertyUtilsTestCase.java

2007-07-11 Thread niallp
Author: niallp Date: Tue Jul 10 23:25:35 2007 New Revision: 555184 URL: http://svn.apache.org/viewvc?view=revrev=555184 Log: correct test failing in JDK 1.6 Modified: jakarta/commons/proper/beanutils/trunk/pom.xml

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

2007-07-11 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-18: - Attachment: BEANUTILS-18-PropertyUtilsBean.patch As well as PropertyUtilsBean's

[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

[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: (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

[jira] Created: (CONFIGURATION-285) configuration fileName=local-configuration.xml config-optional=true / does not report parsing errors in local-configuration.xml

2007-07-11 Thread JIRA
configuration fileName=local-configuration.xml config-optional=true / does not report parsing errors in local-configuration.xml - Key:

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

[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

[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

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=revrev=555334 Log: [JXPATH-95] fix NaN comparisons Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/CoreOperationRelationalExpression.java

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=revrev=555336 Log: more tests Modified: jakarta/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/compiler/CoreOperationTest.java Modified:

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

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

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, Brett

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

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=revrev=555375 Log: [JXPATH-95] part 2: fix NaN inequality comparisons Modified:

[jira] Commented: (CONFIGURATION-285) configuration fileName=local-configuration.xml config-optional=true / 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] 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

[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

[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

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=revrev=555436 Log: Update the m2 build Added: jakarta/commons/proper/beanutils/trunk/optional/bean-collections/pom.xml (with props)

[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

[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] 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: (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

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=revrev=555443 Log: Woops, forgot new site.xml Added: jakarta/commons/proper/beanutils/trunk/src/site/site.xml (with props) Added:

[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

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

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=revrev=555476 Log: Add test for BEANUTILS-140 - LocaleBeanUtils setProperty does not work on nested property - reposted by Marco La Porta Added:

[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

[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

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

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=revrev=555489 Log: BEANUTILS-44 FloatLocaleConverter cannot parse negative values - reported by Paul Jenkins Modified:

[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

[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: (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] 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