svn commit: r556229 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/ java/org/apache/commons/beanutils/converters/ java/org/apache/commons/beanutils/locale/ test/or

2007-07-14 Thread bayard
Author: bayard Date: Fri Jul 13 23:11:19 2007 New Revision: 556229 URL: http://svn.apache.org/viewvc?view=revrev=556229 Log: Fixing to the common idiom of 'String[]' and not 'String var[]' Modified:

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Henri Yandell
One area for discussion is the split between the optional Collections component and the 'Core' beanutils. Do we maintain that, or should we just fold the code back together? 1.7.0 shipped three versions: commons-beanutils-1.7.0.jar commons-beanutils-core-1.7.0.jar

Re: Maven2 snapshot repo?

2007-07-14 Thread Henri Yandell
On 7/13/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Dain Sundstrom wrote: Are snapshot jars for commons (specifically commons-dbcp) published anywhere? I expected to see them here http://people.apache.org/repo/m2-snapshot-repository/ Almost none of the commons components use Maven 2 to

svn commit: r556233 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/ test/org/apache/commons/beanutils/

2007-07-14 Thread niallp
Author: niallp Date: Fri Jul 13 23:37:06 2007 New Revision: 556233 URL: http://svn.apache.org/viewvc?view=revrev=556233 Log: BEANUTILS-142 - RowSetDynaClass fails to copy ResultSet to DynaBean with Oracle 10g JDBC driver - remove previous ConvertUtils fix - Use SQL Type to determine

[jira] Updated: (BEANUTILS-142) RowSetDynaClass fails to copy ResultSet to DynaBean with Oracle 10g JDBC driver

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

[jira] Resolved: (BEANUTILS-142) RowSetDynaClass fails to copy ResultSet to DynaBean with Oracle 10g JDBC driver

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-142. --- Resolution: Fixed RowSetDynaClass fails to copy ResultSet to DynaBean with

svn commit: r556237 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/ test/org/apache/commons/beanutils/ test/org/apache/commons/beanutils/bugs/ test/org/apache/comm

2007-07-14 Thread niallp
Author: niallp Date: Sat Jul 14 00:27:18 2007 New Revision: 556237 URL: http://svn.apache.org/viewvc?view=revrev=556237 Log: BEANUTILS-18 PropertyUtils.isReadable() and PropertyUtils.getProperty() not consistent - thanks to Maarten Coene Added:

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

2007-07-14 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: - Affects Version/s: 1.7.0 Summary: PropertyUtils.isReadable() and

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

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-18. -- Resolution: Fixed Fixed http://svn.apache.org/viewvc?view=revrevision=556237

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Stephen Colebourne
Henri Yandell wrote: One area for discussion is the split between the optional Collections component and the 'Core' beanutils. Do we maintain that, or should we just fold the code back together? 1.7.0 shipped three versions: commons-beanutils-1.7.0.jar commons-beanutils-core-1.7.0.jar

[jira] Commented: (LANG-346) Dates.round() behaves incorrectly for minutes and seconds

2007-07-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512691 ] Henri Yandell commented on LANG-346: Digging into this - I can definitely reproduce the error with the test case

[jira] Updated: (LANG-347) DateUtils' new addWeekdays feature

2007-07-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-347: --- Fix Version/s: (was: 2.3.1) DateUtils' new addWeekdays feature

[jira] Closed: (LANG-343) Validate: Throw NullArgumentException

2007-07-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-343. -- Resolution: Won't Fix Fix Version/s: (was: 2.3.1) Validate: Throw NullArgumentException

[jira] Reopened: (LANG-52) [lang] Validate.notNull should throw NullArgumentException

2007-07-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell reopened LANG-52: --- Reopening this issue for 3.0 - backwards compatible changes might be acceptable then. [lang]

[jira] Updated: (LANG-52) [lang] Validate.notNull should throw NullArgumentException

2007-07-14 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-52: -- Fix Version/s: 3.0 [lang] Validate.notNull should throw NullArgumentException

[jira] Commented: (TRANSACTION-9) [transaction] Add full file management capabilities to the FileResourceManager

2007-07-14 Thread Peter Fassev (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512693 ] Peter Fassev commented on TRANSACTION-9: As I understand you, this is only the new extension, the other

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2007-07-14 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2007-07-14 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2007-07-14 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2007-07-14 Thread commons-jelly-tags-jaxme development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

[jira] Commented: (LANG-343) Validate: Throw NullArgumentException

2007-07-14 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512723 ] Paul Benedict commented on LANG-343: Henri, I read the other issue. There's at least an enhancement here for 2.3

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Paul Benedict
I've always found it interesting there is a commons-beanutils and common-beanutils-core deliverable. The name doesn't suggest what makes the first one different. Usually the core artifact is foundational (like tapestry-core or struts-core). If it is an API package, I would add api to the end

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Dennis Lundberg
Niall Pemberton wrote: 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

svn commit: r556299 - /jakarta/commons/trunks-proper/

2007-07-14 Thread rahul
Author: rahul Date: Sat Jul 14 10:23:59 2007 New Revision: 556299 URL: http://svn.apache.org/viewvc?view=revrev=556299 Log: Remove httpclient from externals. Modified: jakarta/commons/trunks-proper/ (props changed) Propchange: jakarta/commons/trunks-proper/

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Niall Pemberton
On 7/14/07, Stephen Colebourne [EMAIL PROTECTED] wrote: Henri Yandell wrote: One area for discussion is the split between the optional Collections component and the 'Core' beanutils. Do we maintain that, or should we just fold the code back together? 1.7.0 shipped three versions:

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Niall Pemberton
On 7/14/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Niall Pemberton wrote: 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

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Paul Benedict
If I understood Henri correctly, his proposal is to distribute one artifact with optional collection dependencies. True? If so, I am for it. I don't see any technical advantage in creating collection-free or collection-only jars. On 7/14/07, Niall Pemberton [EMAIL PROTECTED] wrote: On 7/14/07,

[jira] Commented: (TRANSACTION-9) [transaction] Add full file management capabilities to the FileResourceManager

2007-07-14 Thread Oliver Zeigermann (JIRA)
[ https://issues.apache.org/jira/browse/TRANSACTION-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512746 ] Oliver Zeigermann commented on TRANSACTION-9: - Hmmm. That makes sense to me. However, the interface

svn commit: r556345 - in /jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction: ./ file/ locking/ memory/ xa/

2007-07-14 Thread ozeigermann
Author: ozeigermann Date: Sat Jul 14 15:18:19 2007 New Revision: 556345 URL: http://svn.apache.org/viewvc?view=revrev=556345 Log: (empty) Added: jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/AbstractTransactionalResourceManager.java

[transaction 2.0] stripping to its very core (WAS Re: svn commit: r556345 - in /jakarta/commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction: ./ file/ locking/ mem

2007-07-14 Thread Oliver Zeigermann
I am proposing to strip Commons Transaction to its very core. That is what people have used in the past and what can be implemented well. Core: - lock management - Tx file access Deleted: - no more memory classes: questionable usefulness, plus awkward implementation - no more XA classes: We

[jira] Commented: (LANG-52) [lang] Validate.notNull should throw NullArgumentException

2007-07-14 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512757 ] Paul Benedict commented on LANG-52: --- This can be fixed in the 2.x line. Add a second constructor to

svn commit: r556358 - /jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java

2007-07-14 Thread niallp
Author: niallp Date: Sat Jul 14 17:16:44 2007 New Revision: 556358 URL: http://svn.apache.org/viewvc?view=revrev=556358 Log: Minor javadoc and code style change Modified: jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/FastHashMap.java Modified:

Re: Maven2 snapshot repo?

2007-07-14 Thread Dain Sundstrom
On Jul 13, 2007, at 11:17 PM, Henri Yandell wrote: On 7/13/07, Dennis Lundberg [EMAIL PROTECTED] wrote: Dain Sundstrom wrote: Are snapshot jars for commons (specifically commons-dbcp) published anywhere? I expected to see them here http://people.apache.org/repo/m2-snapshot-repository/

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Niall Pemberton
On 7/14/07, Paul Benedict [EMAIL PROTECTED] wrote: If I understood Henri correctly, his proposal is to distribute one artifact with optional collection dependencies. True? If so, I am for it. I don't see any technical advantage in creating collection-free or collection-only jars. I was around

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-14 Thread Paul Benedict
On 7/14/07, Niall Pemberton [EMAIL PROTECTED] wrote: I was around (just) when 1.7.0 was released but I have no recollection of the decisions made on packaging. I believe the bean-collections related bean stuff came originally from commons collections - so I presume this allows people to

[jira] Updated: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-92: - Attachment: Jira35TestCase.java The changes for BEANUTILS-18 does prevent some of the

svn commit: r556361 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtilsBean.java

2007-07-14 Thread niallp
Author: niallp Date: Sat Jul 14 18:07:26 2007 New Revision: 556361 URL: http://svn.apache.org/viewvc?view=revrev=556361 Log: Small re-factoring to simplify/remove duplication. Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtilsBean.java

[jira] Updated: (BEANUTILS-91) PropertyUtils.copyProperties throws exceptions contrary to documentation

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-91: - Summary: PropertyUtils.copyProperties throws exceptions contrary to documentation

[jira] Updated: (BEANUTILS-35) [beanutils] Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Attachment: Beanutils-35-updated.patch Attaching updated patch for PropertyUtilsBean's

[jira] Commented: (BEANUTILS-91) PropertyUtils.copyProperties throws exceptions contrary to documentation

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512767 ] Niall Pemberton commented on BEANUTILS-91: -- If the proposed changes for BEANUTILS-35 get implemented

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Comment: was deleted Indexed properties with Array type cause

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Attachment: (was: Beanutils-35-updated.patch) Indexed properties with Array type

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Attachment: Beanutils-35-updated.patch Attaching updated patch for PropertyUtilsBean's

[jira] Updated: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-92: - Attachment: Jira92TestCase.java PropertyUtilsBean.copyProperties does not catch

[jira] Updated: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-92: - Attachment: (was: Jira35TestCase.java) PropertyUtilsBean.copyProperties does not

[jira] Updated: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-92: - Attachment: Beanutils-92-updated.patch Attaching updated patch for PropertyUtilsBean's

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Comment: was deleted Indexed properties with Array type cause

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Attachment: (was: Beanutils-35-updated.patch) Indexed properties with Array type

[jira] Issue Comment Edited: (BEANUTILS-91) PropertyUtils.copyProperties throws exceptions contrary to documentation

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512767 ] Niall Pemberton edited comment on BEANUTILS-91 at 7/14/07 6:43 PM: --- If the

[jira] Commented: (BEANUTILS-91) PropertyUtils.copyProperties throws exceptions contrary to documentation

2007-07-14 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512770 ] Paul Benedict commented on BEANUTILS-91: Exceptions are not part of the method signature. Because both the

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-14 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Attachment: BEANUTILS-35-PropertyUtilsBean-getPropertyType.patch I agree there are IMO

[jira] Issue Comment Edited: (BEANUTILS-91) PropertyUtils.copyProperties throws exceptions contrary to documentation

2007-07-14 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512770 ] Paul Benedict edited comment on BEANUTILS-91 at 7/14/07 7:31 PM: - Exceptions are