Re: [all] commons-parent as m2 parent?

2006-10-31 Thread Rahul Akolkar
On 11/1/06, Henri Yandell <[EMAIL PROTECTED]> wrote: On 10/31/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 10/31/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > > Jochen, any reason for the change from 'commons' to 'commons-parent'? > > I find mention of the phrase on the list but I can't fin

Re: [all] commons-parent as m2 parent?

2006-10-31 Thread Henri Yandell
On 10/31/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 10/31/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > Jochen, any reason for the change from 'commons' to 'commons-parent'? > I find mention of the phrase on the list but I can't find a > notification of the change being made (probably dumb

Re: [all] commons-parent as m2 parent?

2006-10-31 Thread Rahul Akolkar
On 10/31/06, Henri Yandell <[EMAIL PROTECTED]> wrote: Jochen, any reason for the change from 'commons' to 'commons-parent'? I find mention of the phrase on the list but I can't find a notification of the change being made (probably dumb searching on my part). http://svn.apache.org/viewvc?view

Re: [betwixt] Propose 0.8 Release

2006-10-31 Thread Rahul Akolkar
On 10/30/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: i've taken a good look at the code base, tidied up some legal issues and some bad speiling. looks good. so, i've created a minimal release plan here: http://wiki.apache.org/jakarta-commons/Betwixt/0.8ReleasePlan. unless there are any o

Re: [PROPOSAL] Major versions require package name change

2006-10-31 Thread Rahul Akolkar
On 10/29/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: This proposal is about making upgrades *predicatable* at the expense of a small amount of pain. I know that most of us don't really like it, but I contend that there is no alternative other than to inflict pain on users of commons over

[jira] Commented: (MATH-157) Add support for SVD.

2006-10-31 Thread Tyler Ward (JIRA)
[ http://issues.apache.org/jira/browse/MATH-157?page=comments#action_12446155 ] Tyler Ward commented on MATH-157: - A few notes. You don't have to compute the eigenvectors of both mTm and mmT, just do which ever one is smaller. You know you ca

[jira] Updated: (MATH-157) Add support for SVD.

2006-10-31 Thread Remi Arntzen (JIRA)
[ http://issues.apache.org/jira/browse/MATH-157?page=all ] Remi Arntzen updated MATH-157: -- Attachment: svd.tar.gz This is just a preliminary implementation. Seeing as how I have not taken a course in linear algebra as of yet, I would appreciate having so

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-31 Thread Mike Martin (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12446150 ] Mike Martin commented on POOL-86: - If you think through it, you'll realize that the lock ordering vulnerability you're describing is not a function of there being an i

[jira] Resolved: (BEANUTILS-55) [beanutils][PATCH] Warning fixes, are these a good idea?

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-55?page=all ] Henri Yandell resolved BEANUTILS-55. Resolution: Fixed svn ci -m "Applying unnecessary cast patches from #BEANUTILS-55" Sendingsrc/java/org/apache/commons/beanutils/BasicDynaBean.

[jira] Resolved: (BEANUTILS-22) [beanutils][PATCH] Larger warning fixes.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-22?page=all ] Henri Yandell resolved BEANUTILS-22. Resolution: Fixed r469737 - unnecessary-semicolon-fix-test.patch Punting on the unnecessary else fix. > [beanutils][PATCH] Larger warning fixes. > -

[jira] Resolved: (BEANUTILS-121) [beanutils][PATCH] Easy warning fixes.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-121?page=all ] Henri Yandell resolved BEANUTILS-121. - Resolution: Fixed Applied: r469737 - remove-unused-code.patch r469728 - remove-unused-imports-test.patch r469729 - local-variable-not-read-warni

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

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:23:08 2006 New Revision: 469740 URL: http://svn.apache.org/viewvc?view=rev&rev=469740 Log: Applied the remove-unused-imports-java.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/BeanUtilsBean.

svn commit: r469736 - in /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils: BeanUtilsBean.java MappedPropertyDescriptor.java MethodUtils.java locale/LocaleBeanUtils.java lo

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:15:35 2006 New Revision: 469736 URL: http://svn.apache.org/viewvc?view=rev&rev=469736 Log: Applied the unnecessary-semicolon-fix-java.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/BeanUtilsB

[pool][dbcp] trimming the pool size after load spikes

2006-10-31 Thread Sandy McArthur
Phil and others interested in Pool and DBCP, While working on resolving POOL-86 which is about finding a way to trim the pool size down after a load spike to try to minimize used resources during off peak load levels. I've suggested a decorator that wraps a pool and monitors it's usage and inter

svn commit: r469732 - in /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils: ConvertUtilsTestCase.java MethodUtilsTestCase.java

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:14:09 2006 New Revision: 469732 URL: http://svn.apache.org/viewvc?view=rev&rev=469732 Log: Applied the static-used-improperly-warning-fix.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/Conver

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

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:13:08 2006 New Revision: 469731 URL: http://svn.apache.org/viewvc?view=rev&rev=469731 Log: Applied the empty-block-should-be-documented-warning-fix-java.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/

svn commit: r469730 - /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/locale/converters/DateLocaleConverterTestCase.java

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:10:43 2006 New Revision: 469730 URL: http://svn.apache.org/viewvc?view=rev&rev=469730 Log: Applied the field-hiding-another-field-warning-fix.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/lo

svn commit: r469729 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/BeanUtilsBean.java

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:10:04 2006 New Revision: 469729 URL: http://svn.apache.org/viewvc?view=rev&rev=469729 Log: Applied the local-variable-not-read-warning-fix.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/Bean

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

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:08:34 2006 New Revision: 469728 URL: http://svn.apache.org/viewvc?view=rev&rev=469728 Log: Applied the remove-unused-imports-test.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/BeanificationT

[jira] Created: (BEANUTILS-254) Run Checkstyle/PMD on the source and get things fixed up

2006-10-31 Thread Henri Yandell (JIRA)
Run Checkstyle/PMD on the source and get things fixed up Key: BEANUTILS-254 URL: http://issues.apache.org/jira/browse/BEANUTILS-254 Project: Commons BeanUtils Issue Type: Task

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

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 17:04:34 2006 New Revision: 469725 URL: http://svn.apache.org/viewvc?view=rev&rev=469725 Log: Applied the remove-unused-code.patch from #BEANUTILS-121 Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/locale/LocaleConvertTe

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-31 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12446123 ] Sandy McArthur commented on POOL-86: > I think what I want, and what most DB connection pools need, is the existing > idle eviction facility as advertised. I can

svn commit: r469699 - /jakarta/commons/trunks-proper/LICENSE

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 15:11:24 2006 New Revision: 469699 URL: http://svn.apache.org/viewvc?view=rev&rev=469699 Log: Doesn't seem to be any reason to keep both LICENSE and LICENSE.txt at the top level Removed: jakarta/commons/trunks-proper/LICENSE -

svn commit: r469698 - /jakarta/commons/proper/daemon/trunk/build.xml

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 15:10:36 2006 New Revision: 469698 URL: http://svn.apache.org/viewvc?view=rev&rev=469698 Log: Fixing name of license file used. Bit of luck as the LICENSE it was referring to was a header license and not the real license Modified: jakarta/commons/proper/daemon

svn commit: r469697 - in /jakarta/commons/proper: codec/trunk/LICENSE daemon/trunk/LICENSE

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 15:08:58 2006 New Revision: 469697 URL: http://svn.apache.org/viewvc?view=rev&rev=469697 Log: Killing the LICENSE files - LICENSE.txt is our standard naming Removed: jakarta/commons/proper/codec/trunk/LICENSE jakarta/commons/proper/daemon/trunk/LICENSE --

[jira] Resolved: (LANG-295) StrBuilder contains usages of thisBuf.length when they should use size

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-295?page=all ] Henri Yandell resolved LANG-295. Resolution: Fixed svn ci -m "Fixng LANG-295 - thisBuf.length calls. There were two of the calls, so I've committed a unit test showing things are broken and a fi

svn commit: r469696 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrBuilder.java test/org/apache/commons/lang/text/StrBuilderTest.java

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 15:00:54 2006 New Revision: 469696 URL: http://svn.apache.org/viewvc?view=rev&rev=469696 Log: Fixng LANG-295 - thisBuf.length calls. There were two of the calls, so I've committed a unit test showing things are broken and a fix in both cases. Modified: jakar

[jira] Updated: (LANG-295) StrBuilder contains usages of thisBuf.length when they should use size

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-295?page=all ] Henri Yandell updated LANG-295: --- Attachment: LANG-295.patch Patch with unit tests and fixes for both of the thisBuf.length calls. > StrBuilder contains usages of thisBuf.length when they should us

[jira] Commented: (CONFIGURATION-236) Outputting CombinedConfiguration as XML

2006-10-31 Thread Mark Chaimungkalanont (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-236?page=comments#action_12446102 ] Mark Chaimungkalanont commented on CONFIGURATION-236: - A further note to this. Oliver Heger mentioned on the user list {quote} I think

[jira] Created: (CONFIGURATION-236) Outputting CombinedConfiguration as XML

2006-10-31 Thread Mark Chaimungkalanont (JIRA)
Outputting CombinedConfiguration as XML --- Key: CONFIGURATION-236 URL: http://issues.apache.org/jira/browse/CONFIGURATION-236 Project: Commons Configuration Issue Type: New Feature Affects Versions: 1

svn commit: r469681 - in /jakarta/commons/proper/scxml/trunk/xdocs: images/scxml-dev-cycle.png index.xml

2006-10-31 Thread rahul
Author: rahul Date: Tue Oct 31 14:24:47 2006 New Revision: 469681 URL: http://svn.apache.org/viewvc?view=rev&rev=469681 Log: MDD pic for stateful tasks, when backed by Commons SCXML. Added: jakarta/commons/proper/scxml/trunk/xdocs/images/scxml-dev-cycle.png (with props) Modified: jakar

[jira] Resolved: (LANG-294) StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-294?page=all ] Henri Yandell resolved LANG-294. Fix Version/s: 2.3 (was: 3.0) Resolution: Fixed svn ci -m "Fixing #LANG-294. The indexOf method did not take into account the size

[jira] Created: (LANG-295) StrBuilder contains usages of thisBuf.length when they should use size

2006-10-31 Thread Henri Yandell (JIRA)
StrBuilder contains usages of thisBuf.length when they should use size -- Key: LANG-295 URL: http://issues.apache.org/jira/browse/LANG-295 Project: Commons Lang Issue Type:

[jira] Updated: (LANG-294) StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-294?page=all ] Henri Yandell updated LANG-294: --- Attachment: LANG-294.patch Unit test and fix for this bug. The indexOf method needed to understand that the buffer did not represent the entire underlying String b

svn commit: r469677 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/StrBuilder.java test/org/apache/commons/lang/text/StrBuilderTest.java

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 14:15:00 2006 New Revision: 469677 URL: http://svn.apache.org/viewvc?view=rev&rev=469677 Log: Fixing #LANG-294. The indexOf method did not take into account the size variable that limited the amount of the buffer that should be looked at. Modified: jakarta/c

[jira] Commented: (LANG-294) StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-294?page=comments#action_12446081 ] Henri Yandell commented on LANG-294: The bug is actually in indexOf. Here's a test for it: public void testIndexOfLang294() { StrBuilder sb = new Str

[jira] Resolved: (LANG-292) unescapeXml("&12345678;") should be "&12345678;"

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-292?page=all ] Henri Yandell resolved LANG-292. Fix Version/s: 2.3 (was: 3.0) Resolution: Fixed svn ci -m "Applying unit test and fix for #LANG-292. Also fixes a couple of proble

[jira] Updated: (LANG-292) unescapeXml("&12345678;") should be "&12345678;"

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-292?page=all ] Henri Yandell updated LANG-292: --- Attachment: LANG-292.patch Unit test patch with fix. Also includes a break; statement in the unescape(Writer) method that was missing (GAH!). It's terrible how t

svn commit: r469661 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/Entities.java test/org/apache/commons/lang/EntitiesTest.java

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 13:34:03 2006 New Revision: 469661 URL: http://svn.apache.org/viewvc?view=rev&rev=469661 Log: Applying unit test and fix for #LANG-292. Also fixes a couple of problems with the unescape(Writer..) overload that came up Modified: jakarta/commons/proper/lang/tru

[jira] Commented: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-10-31 Thread Gary Gregory (JIRA)
[ http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12446052 ] Gary Gregory commented on LANG-291: --- How about following the naming from Math.min() and Math.max(): public static Date min(Date date1, Date date2); public static Da

[jira] Updated: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-291?page=all ] Henri Yandell updated LANG-291: --- Fix Version/s: 3.0 > Null-safe comparison methods for finding most recent / least recent dates. > --

svn commit: r469636 - /jakarta/commons/proper/vfs/trunk/core/pom.xml

2006-10-31 Thread imario
Author: imario Date: Tue Oct 31 12:20:07 2006 New Revision: 469636 URL: http://svn.apache.org/viewvc?view=rev&rev=469636 Log: removed sandbox dependencies Modified: jakarta/commons/proper/vfs/trunk/core/pom.xml Modified: jakarta/commons/proper/vfs/trunk/core/pom.xml URL: http://svn.apache.o

svn commit: r469633 - in /jakarta/commons/proper/betwixt/trunk: README.txt RELEASE-NOTES.txt

2006-10-31 Thread rdonkin
Author: rdonkin Date: Tue Oct 31 12:11:17 2006 New Revision: 469633 URL: http://svn.apache.org/viewvc?view=rev&rev=469633 Log: Updated notes for 0.8 Modified: jakarta/commons/proper/betwixt/trunk/README.txt jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/

svn commit: r469631 - in /jakarta/commons/proper/vfs/trunk: examples/pom.xml sandbox/pom.xml

2006-10-31 Thread imario
Author: imario Date: Tue Oct 31 12:05:48 2006 New Revision: 469631 URL: http://svn.apache.org/viewvc?view=rev&rev=469631 Log: added missing dependencies Modified: jakarta/commons/proper/vfs/trunk/examples/pom.xml jakarta/commons/proper/vfs/trunk/sandbox/pom.xml Modified: jakarta/commons/

[jira] Commented: (LANG-291) Null-safe comparison methods for finding most recent / least recent dates.

2006-10-31 Thread David J. M. Karlsen (JIRA)
[ http://issues.apache.org/jira/browse/LANG-291?page=comments#action_12446027 ] David J. M. Karlsen commented on LANG-291: -- Absolutely - good idea! Didn't pass my mind - I'll go ahead and create a patch for this. > Null-safe comparison

[all] commons-parent as m2 parent?

2006-10-31 Thread Henri Yandell
Jochen, any reason for the change from 'commons' to 'commons-parent'? I find mention of the phrase on the list but I can't find a notification of the change being made (probably dumb searching on my part). Will you be fixing the various broken pom.xmls? Hen -

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

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 11:35:30 2006 New Revision: 469619 URL: http://svn.apache.org/viewvc?view=rev&rev=469619 Log: Adding commons-parent to the externals Modified: jakarta/commons/trunks-proper/ (props changed) Propchange: jakarta/commons/trunks-proper/ -

[jira] Commented: (DBUTILS-32) Tests fail to build under 1.6, and warning while compiling source

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-32?page=comments#action_12446007 ] Henri Yandell commented on DBUTILS-32: -- Any chance of a patch? > Tests fail to build under 1.6, and warning while compiling source > -

[jira] Commented: (DBUTILS-3) [dbutils] Setting bean properties fails silently

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-3?page=comments#action_12446005 ] Henri Yandell commented on DBUTILS-3: - Any chance of a patch file? Will make it easier if you're in the habit of supplying those sooner rather than later. 'svn

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12446003 ] Henri Yandell commented on CODEC-51: And for the hell of it: Solaris 5.8 - JDK 1.5.0_09, Ant and Maven both fail. Solaris 5.8 - JDK 1.4.2_12, Ant and Maven both

[jira] Commented: (CODEC-51) 2 Test failures in SoundexTest

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-51?page=comments#action_12445989 ] Henri Yandell commented on CODEC-51: I've checked in a change (469593) that makes the jar fail to build if the tests fail. On OS X both the Maven and Ant pass

[jira] Updated: (LANG-294) StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-294?page=all ] Henri Yandell updated LANG-294: --- Fix Version/s: 3.0 Confirmed. Adding to 3.0 (though that may mostly end up being 2.3). > StrBuilder.replaceAll and StrBuilder.deleteAll can throw > ArrayIndexOutO

[jira] Commented: (DBUTILS-32) Tests fail to build under 1.6, and warning while compiling source

2006-10-31 Thread Alan B. Canon (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-32?page=comments#action_12445984 ] Alan B. Canon commented on DBUTILS-32: -- The compiler errors for the tests can be fixed by adding no-op implementations of the previously unimplemented methods

svn commit: r469593 - /jakarta/commons/proper/codec/trunk/project.properties

2006-10-31 Thread bayard
Author: bayard Date: Tue Oct 31 10:16:38 2006 New Revision: 469593 URL: http://svn.apache.org/viewvc?view=rev&rev=469593 Log: Projects should fail to build if their tests fail. Modified: jakarta/commons/proper/codec/trunk/project.properties Modified: jakarta/commons/proper/codec/trunk/projec

Re: [betwixt] Propose 0.8 Release

2006-10-31 Thread Thomas Dudziak
On 10/30/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: i've taken a good look at the code base, tidied up some legal issues and some bad speiling. looks good. so, i've created a minimal release plan here: http://wiki.apache.org/jakarta-commons/Betwixt/0.8ReleasePlan. unless there are any

[jira] Commented: (POOL-86) GenericKeyedObjectPool retaining too many idle objects

2006-10-31 Thread Mike Martin (JIRA)
[ http://issues.apache.org/jira/browse/POOL-86?page=comments#action_12445951 ] Mike Martin commented on POOL-86: - Sandy wrote: > I think the changes you suggest to the evict method will fail to make forward > progress if getNumTests() is less tha

[jira] Commented: (DBUTILS-3) [dbutils] Setting bean properties fails silently

2006-10-31 Thread Alan B. Canon (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-3?page=comments#action_12445978 ] Alan B. Canon commented on DBUTILS-3: - The above described behaviour of BeanProcessor.toBean() can be fixed by changing the implementation to the following:

[jira] Commented: (DBUTILS-32) Tests fail to build under 1.6, and warning while compiling source

2006-10-31 Thread Alan B. Canon (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-32?page=comments#action_12445977 ] Alan B. Canon commented on DBUTILS-32: -- SqlNullCheckedResultSet.java can be fixed to avoid the compiler warning by changing the implementation of invoke() to

[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe

2006-10-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-98?page=comments#action_12445918 ] Mario Ivankovits commented on VFS-98: - I dont know why, but everytime when I'll go on vacation there is something happening around vfs ;-) First, please stick wit

[jira] Created: (VFS-98) VFS causes deadlocks or is not thread-safe

2006-10-31 Thread Juha-Matti Toppinen (JIRA)
VFS causes deadlocks or is not thread-safe -- Key: VFS-98 URL: http://issues.apache.org/jira/browse/VFS-98 Project: Commons VFS Issue Type: Bug Affects Versions: Nightly Builds Environment

[jira] Created: (LANG-294) StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException.

2006-10-31 Thread Andy Lehane (JIRA)
StrBuilder.replaceAll and StrBuilder.deleteAll can throw ArrayIndexOutOfBoundsException. Key: LANG-294 URL: http://issues.apache.org/jira/browse/LANG-294 Project

[jira] Updated: (BEANUTILS-199) [beanutils] BeanUtils.setProperty is over-zealous at converting types

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-199?page=all ] Henri Yandell updated BEANUTILS-199: Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] BeanUtils.setProperty is over-zealous a

[jira] Updated: (BEANUTILS-87) [beanutils] Can't access mapped property in some case

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-87?page=all ] Henri Yandell updated BEANUTILS-87: --- Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] Can't access mapped property in some case

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

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-18?page=all ] Henri Yandell updated BEANUTILS-18: --- Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] PropertyUtils.isReadable() and PropertyUti

[jira] Updated: (BEANUTILS-211) [beanutils] Multiple mapped properties not possible / Direct maps and indexes not possible

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-211?page=all ] Henri Yandell updated BEANUTILS-211: Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] Multiple mapped properties not possible

[jira] Updated: (BEANUTILS-82) [beanutils] BeanUtilsBean.setProperty incorrectly parses the property name

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-82?page=all ] Henri Yandell updated BEANUTILS-82: --- Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] BeanUtilsBean.setProperty incorrectly pars

[jira] Updated: (BEANUTILS-171) [beanutils] Nested Bean Collection

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-171?page=all ] Henri Yandell updated BEANUTILS-171: Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] Nested Bean Collection > --

[jira] Updated: (BEANUTILS-235) [beanutils] Need getPropertyType(Class theClass, String propName)

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-235?page=all ] Henri Yandell updated BEANUTILS-235: Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] Need getPropertyType(Class theClass, St

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

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-204?page=all ] Henri Yandell updated BEANUTILS-204: Fix Version/s: 1.8.0 All reopened issues should be looked at as a part of 1.8.0 and evaluated. > [beanutils] LocaleBeanUtils.copyProperties() does n

[jira] Updated: (BEANUTILS-64) [beanutils] ConvertUtils.convert returns 0 for Strings with leading blanks at converting String arrays to Integer arrays

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-64?page=all ] Henri Yandell updated BEANUTILS-64: --- Bugzilla Id: (was: 39555) Fix Version/s: 1.8.0 > [beanutils] ConvertUtils.convert returns 0 for Strings with leading blanks at > converting Str

[jira] Updated: (BEANUTILS-212) [beanutils] Generic implementations of toString, hashCode, equals() for DynaBean and DynaClass

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-212?page=all ] Henri Yandell updated BEANUTILS-212: Bugzilla Id: (was: 32644) Fix Version/s: 1.8.0 Worth looking at as a part of 1.8.0 I think. > [beanutils] Generic implementations of toStrin

[jira] Resolved: (BEANUTILS-239) [beanutils] Better implementation of SqlDateConverter.convert()

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-239?page=all ] Henri Yandell resolved BEANUTILS-239. - Resolution: Fixed r439601 | vgritsenko | 2006-09-02 07:17:15 -0700 (Sat, 0

[jira] Updated: (BEANUTILS-224) [beanutils] provide better error message for "argument type mismatch"

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-224?page=all ] Henri Yandell updated BEANUTILS-224: Bugzilla Id: (was: 38165) Fix Version/s: 1.8.0 I think this should go in 1.8.0. > [beanutils] provide better error message for "argument typ

[jira] Updated: (BEANUTILS-121) [beanutils][PATCH] Easy warning fixes.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-121?page=all ] Henri Yandell updated BEANUTILS-121: Bugzilla Id: (was: 32230) Fix Version/s: 1.8.0 Apply to 1.8.0 - or repeat using Eclipse if the source is too changed. > [beanutils][PATCH] E

[jira] Updated: (BEANUTILS-172) [beanutils] BeanUtils and PropertyUtils toString function (code included)

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-172?page=all ] Henri Yandell updated BEANUTILS-172: Bugzilla Id: (was: 21483) Fix Version/s: 1.8.0 I think this should be considered for in 1.8.0 - it seems simple enough. > [beanutils] BeanUt

[jira] Updated: (BEANUTILS-22) [beanutils][PATCH] Larger warning fixes.

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-22?page=all ] Henri Yandell updated BEANUTILS-22: --- Bugzilla Id: (was: 32232) Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0 - if source is too changed then we can repeat from wi

[jira] Updated: (BEANUTILS-55) [beanutils][PATCH] Warning fixes, are these a good idea?

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-55?page=all ] Henri Yandell updated BEANUTILS-55: --- Bugzilla Id: (was: 32233) Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0 - if the source is too changed then we can just repea

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

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-41?page=all ] Henri Yandell updated BEANUTILS-41: --- Bugzilla Id: (was: 37947) Fix Version/s: 1.8.0 > [beanutils] Provide better error message for "No value specified" > ---

[jira] Updated: (BEANUTILS-30) [beanutils] Improve message for "Unknown property"

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-30?page=all ] Henri Yandell updated BEANUTILS-30: --- Bugzilla Id: (was: 38683) Fix Version/s: 1.8.0 > [beanutils] Improve message for "Unknown property" > --

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

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-92?page=all ] Henri Yandell updated BEANUTILS-92: --- Bugzilla Id: (was: 35458) Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0 - or at least considered and then set for 2.0. > [be

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

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-41?page=all ] Henri Yandell updated BEANUTILS-41: --- Bugzilla Id: (was: 37947) I think this should be dealt with in 1.8.0. > [beanutils] Provide better error message for "No value specified" > -

[jira] Updated: (BEANUTILS-30) [beanutils] Improve message for "Unknown property"

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-30?page=all ] Henri Yandell updated BEANUTILS-30: --- Bugzilla Id: (was: 38683) I think this should be dealt with in 1.8.0. > [beanutils] Improve message for "Unknown property" >

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

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-44?page=all ] Henri Yandell updated BEANUTILS-44: --- Bugzilla Id: (was: 33841) Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0. Refactoring heavily sounds good here. > [beanutils]

[jira] Updated: (BEANUTILS-134) [beanutils] Call to toString() in should be replaced with getConvertUtils().convert(value)

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-134?page=all ] Henri Yandell updated BEANUTILS-134: Bugzilla Id: (was: 32162) Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0. > [beanutils] Call to toString() in should be rep

[jira] Updated: (BEANUTILS-112) [beanutils] defaultTransformers is public in BeanMap class

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-112?page=all ] Henri Yandell updated BEANUTILS-112: Bugzilla Id: (was: 35267) Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0. > [beanutils] defaultTransformers is public in Be

[jira] Updated: (BEANUTILS-249) BeanUtilsBean does not convert objects using custom convertors properly

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-249?page=all ] Henri Yandell updated BEANUTILS-249: Fix Version/s: 1.8.0 I think this should be dealt with in 1.8.0. > BeanUtilsBean does not convert objects using custom convertors properly > ---

[jira] Updated: (LANG-292) unescapeXml("&12345678;") should be "&12345678;"

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-292?page=all ] Henri Yandell updated LANG-292: --- Fix Version/s: 3.0 Test confirmed: Testcase: testNumberOverflow(org.apache.commons.lang.EntitiesTest): FAILED expected:<�> but was: junit.framework.ComparisonFailu

[jira] Updated: (LANG-293) StringEscapeUtils.unescape* can be faster

2006-10-31 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-293?page=all ] Henri Yandell updated LANG-293: --- Fix Version/s: 3.0 > StringEscapeUtils.unescape* can be faster > - > > Key: LANG-293 > URL: