svn commit: r471432 - in /jakarta/commons/proper/betwixt/trunk: project.xml src/java/org/apache/commons/betwixt/XMLUtils.java xdocs/faq.xml xdocs/guide/binding.xml xdocs/guide/examples.xml xdocs/guide

2006-11-05 Thread dennisl
Author: dennisl Date: Sun Nov 5 06:13:17 2006 New Revision: 471432 URL: http://svn.apache.org/viewvc?view=revrev=471432 Log: Fix broken links. Modified: jakarta/commons/proper/betwixt/trunk/project.xml

Re: [betwixt] please check RC1

2006-11-05 Thread Dennis Lundberg
robert burrell donkin wrote: http://people.apache.org/~rdonkin/commons-betwixt - robert I ran a linkcheck on the Maven generated site and it found a couple of broken links that I have fixed. When compiling using Maven 1.0.2 and JDK 1.4.2_12 I get 12 deprecation warnings for the sources

Re: [betwixt] please check RC1

2006-11-05 Thread robert burrell donkin
On Sun, 2006-11-05 at 15:19 +0100, Dennis Lundberg wrote: robert burrell donkin wrote: http://people.apache.org/~rdonkin/commons-betwixt - robert I ran a linkcheck on the Maven generated site and it found a couple of broken links that I have fixed. thanks :-) When compiling using

svn commit: r471498 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections: Closure.java Factory.java Predicate.java Transformer.java

2006-11-05 Thread scolebourne
Author: scolebourne Date: Sun Nov 5 11:24:09 2006 New Revision: 471498 URL: http://svn.apache.org/viewvc?view=revrev=471498 Log: Generify Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/Closure.java

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

2006-11-05 Thread Phil Steitz
Sandy, Sorry I missed this, which is unfortunate since I have been banging my head on DBCP-65 for several hours over the last week. See comments inline below. On 10/31/06, Sandy McArthur [EMAIL PROTECTED] wrote: Phil and others interested in Pool and DBCP, While working on resolving POOL-86

Re: [collections] Generics the collection subpackage

2006-11-05 Thread Stephen Kestle
If only I had more than +1 vote! Stephen Colebourne wrote: There has been reltively little feedback on these backwards incompatible changes. Do I assume (by lazy consensus) that [collections-generics] will be seriously backwards incompatible? Can I commit changes? Are we agreed on the

[jira] Commented: (CODEC-52) Digest on InputStreams

2006-11-05 Thread Niklas Gustavsson (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-52?page=comments#action_12447320 ] Niklas Gustavsson commented on CODEC-52: Certainly not from my part :-) Digest on InputStreams -- Key: CODEC-52

[jira] Created: (COLLECTIONS-233) Closure is an inaccurate name

2006-11-05 Thread Stephen Kestle (JIRA)
Closure is an inaccurate name - Key: COLLECTIONS-233 URL: http://issues.apache.org/jira/browse/COLLECTIONS-233 Project: Commons Collections Issue Type: Improvement Components: Collection Affects

Re: [collections] Generics the collection subpackage

2006-11-05 Thread Stephen Kestle
Created https://issues.apache.org/jira/browse/COLLECTIONS-233 Stephen Kestle wrote: I shall be opening a ticket for the Closure one in the next while (when I get a chance). Note that Procedure and Function don't actually say anything - they're very broad programming principals. Also note

Re: [collections-generics] [PROPOSAL] Remove all author and since version tags

2006-11-05 Thread Rahul Akolkar
On 11/4/06, Stephen Colebourne [EMAIL PROTECTED] wrote: As this is a 'new' project, I propose that we: - remove all @author tags - this complies with previous ASF board suggestions snip/ IMO new code should not contain author tags, gets tedious in many ways. You may want to stop accepting

Re: [all] Nightly builds

2006-11-05 Thread Rahul Akolkar
On 11/4/06, Henri Yandell [EMAIL PROTECTED] wrote: On 11/4/06, Henri Yandell [EMAIL PROTECTED] wrote: Just as an fyi - I'm running the nightly builds on a home machine to get a more recent snapshot out than the backups gave us. It's chugging away at the moment, so we'll see how it goes.

[net] FTPS client auth required

2006-11-05 Thread Niklas Gustavsson
Hi I'm trying to create tests for client authentication for Apache FtpServer. For this I'm using commons-net as the client but is running into problems with the client auth support in FTPSClient. I'm setting setNeedClientAuth(true) but still get problems due to FTPSClient sending a null

[jira] Updated: (BEANUTILS-258) Improve Converter Implementations

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-258?page=all ] Niall Pemberton updated BEANUTILS-258: -- Component/s: Converters Improve Converter Implementations - Key: BEANUTILS-258

[jira] Updated: (BEANUTILS-257) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to RuntimeExceptions

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-257?page=all ] Niall Pemberton updated BEANUTILS-257: -- Component/s: Utils (Bean, Property, Method) Many of the helper methods expose the java.lang exceptions. I'd like to convert them to

svn commit: r471575 - /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/collection/

2006-11-05 Thread scolebourne
Author: scolebourne Date: Sun Nov 5 15:58:08 2006 New Revision: 471575 URL: http://svn.apache.org/viewvc?view=revrev=471575 Log: Generify and remove AbstractSerializableCollectionDecorator Removed:

svn commit: r471578 - /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/test/org/apache/commons/collections/collection/

2006-11-05 Thread scolebourne
Author: scolebourne Date: Sun Nov 5 16:11:13 2006 New Revision: 471578 URL: http://svn.apache.org/viewvc?view=revrev=471578 Log: Generify Modified:

[jira] Commented: (COLLECTIONS-233) Closure is an inaccurate name

2006-11-05 Thread JIRA
[ http://issues.apache.org/jira/browse/COLLECTIONS-233?page=comments#action_12447333 ] Holger Hoffstätte commented on COLLECTIONS-233: --- To this old Smalltalker Processor is IMHO not only very confusing (I immediately associate it

svn commit: r471579 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/buffer: AbstractBufferDecorator.java BlockingBuffer.java BoundedBu

2006-11-05 Thread scolebourne
Author: scolebourne Date: Sun Nov 5 16:14:58 2006 New Revision: 471579 URL: http://svn.apache.org/viewvc?view=revrev=471579 Log: Generify, remove getBuffer() - use covariant decorated() Modified:

svn commit: r471580 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src: java/org/apache/commons/collections/collection/ test/org/apache/commons/collections/collection/ test/

2006-11-05 Thread scolebourne
Author: scolebourne Date: Sun Nov 5 16:22:53 2006 New Revision: 471580 URL: http://svn.apache.org/viewvc?view=revrev=471580 Log: Generify CompositeCollection Modified:

svn commit: r471610 - in /jakarta/commons/proper/dbutils/trunk/xdocs: navigation.xml todo.xml

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 18:13:01 2006 New Revision: 471610 URL: http://svn.apache.org/viewvc?view=revrev=471610 Log: Removed the Tasks page Removed: jakarta/commons/proper/dbutils/trunk/xdocs/todo.xml Modified: jakarta/commons/proper/dbutils/trunk/xdocs/navigation.xml Modified:

svn commit: r471611 - /jakarta/commons/proper/dbutils/trunk/project.xml

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 18:14:51 2006 New Revision: 471611 URL: http://svn.apache.org/viewvc?view=revrev=471611 Log: Adding Alan to the contributors section Modified: jakarta/commons/proper/dbutils/trunk/project.xml Modified: jakarta/commons/proper/dbutils/trunk/project.xml URL:

svn commit: r471613 - in /jakarta/commons/proper/dbutils/trunk/xdocs: downloads.xml navigation.xml

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 18:18:33 2006 New Revision: 471613 URL: http://svn.apache.org/viewvc?view=revrev=471613 Log: Killed the download page and linked to the standard one. Updated the scm link Removed: jakarta/commons/proper/dbutils/trunk/xdocs/downloads.xml Modified:

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

2006-11-05 Thread niallp
Author: niallp Date: Sun Nov 5 19:55:10 2006 New Revision: 471625 URL: http://svn.apache.org/viewvc?view=revrev=471625 Log: BEANUTILS-258 Add standard support for conversion to StringBuffer. Plus small refactoring in ArrayConverter Modified:

svn commit: r471626 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/ java/org/apache/commons/lang/math/ java/org/apache/commons/lang/time/ test/org/apache/commons/lang/ test/

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 20:02:09 2006 New Revision: 471626 URL: http://svn.apache.org/viewvc?view=revrev=471626 Log: Removing my @author tags Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharRange.java

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

2006-11-05 Thread niallp
Author: niallp Date: Sun Nov 5 20:05:27 2006 New Revision: 471627 URL: http://svn.apache.org/viewvc?view=revrev=471627 Log: BEANUTILS-256 - Correct PropertyUtils javadoc to indicate the more general IndexOutOufBoundsException can be thrown (rather than just ArrayIndexOutOufBoundsException) -

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

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 20:06:45 2006 New Revision: 471628 URL: http://svn.apache.org/viewvc?view=revrev=471628 Log: Removing my @author tag Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/URLConverter.java

[jira] Resolved: (BEANUTILS-256) getIndexedProperty() should javadoc IndexOutOufBoundsException

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-256?page=all ] Niall Pemberton resolved BEANUTILS-256. --- Fix Version/s: 1.8.0 Resolution: Fixed Assignee: Niall Pemberton As well as the getIndexedProperty methods, the same issue was

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

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 20:14:45 2006 New Revision: 471630 URL: http://svn.apache.org/viewvc?view=revrev=471630 Log: Removing @author query Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/EntitiesTest.java

svn commit: r471633 - in /jakarta/commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils: MockResultSet.java MockResultSetMetaData.java

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 20:45:35 2006 New Revision: 471633 URL: http://svn.apache.org/viewvc?view=revrev=471633 Log: Switch from Boolean.valueOf(boolean) to new Boolean(boolean) to support tests under 1.3 Modified:

svn commit: r471634 - /jakarta/commons/proper/dbutils/trunk/src/test/org/apache/commons/dbutils/wrappers/SqlNullCheckedResultSetTest.java

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 20:46:20 2006 New Revision: 471634 URL: http://svn.apache.org/viewvc?view=revrev=471634 Log: Switched the URL test to use reflection so it works under a 1.3 build Modified:

svn commit: r471635 - in /jakarta/commons/proper/dbutils/trunk: build.xml lib/ lib/README.txt

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 20:47:54 2006 New Revision: 471635 URL: http://svn.apache.org/viewvc?view=revrev=471635 Log: Support a 1.3 build - a jdbc2_0-stdext.jar file needs to be put into lib/ Added: jakarta/commons/proper/dbutils/trunk/lib/

[jira] Updated: (BEANUTILS-256) getIndexedProperty() should javadoc IndexOutOufBoundsException

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-256?page=all ] Niall Pemberton updated BEANUTILS-256: -- Component/s: Utils (Bean, Property, Method) getIndexedProperty() should javadoc IndexOutOufBoundsException

svn commit: r471636 - /jakarta/commons/proper/dbutils/trunk/RELEASE-NOTES.txt

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 21:00:39 2006 New Revision: 471636 URL: http://svn.apache.org/viewvc?view=revrev=471636 Log: Fixed url Modified: jakarta/commons/proper/dbutils/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/dbutils/trunk/RELEASE-NOTES.txt URL:

svn commit: r471638 - /jakarta/commons/proper/dbutils/trunk/xdocs/changes.xml

2006-11-05 Thread bayard
Author: bayard Date: Sun Nov 5 21:05:01 2006 New Revision: 471638 URL: http://svn.apache.org/viewvc?view=revrev=471638 Log: Switching Bugzilla IDs to JIRA Modified: jakarta/commons/proper/dbutils/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/dbutils/trunk/xdocs/changes.xml URL:

[jira] Commented: (BEANUTILS-252) getNestedProperty doesn't work with maps properly

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-252?page=comments#action_12447361 ] Niall Pemberton commented on BEANUTILS-252: --- You're right that BeanUtils doesn't support this, though I'm wondering why you don't simply leave out

[jira] Updated: (BEANUTILS-252) getNestedProperty doesn't work with maps properly

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-252?page=all ] Niall Pemberton updated BEANUTILS-252: -- Component/s: Utils (Bean, Property, Method) getNestedProperty doesn't work with maps properly

[jira] Updated: (BEANUTILS-251) PropertyUtils.describe() returns wrong fields names

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-251?page=all ] Niall Pemberton updated BEANUTILS-251: -- Component/s: Utils (Bean, Property, Method) PropertyUtils.describe() returns wrong fields names

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-249?page=all ] Niall Pemberton updated BEANUTILS-249: -- Component/s: Converters BeanUtilsBean does not convert objects using custom convertors properly

[jira] Updated: (BEANUTILS-248) Code to create a JavaBean and set its properties from a Java Properties instance

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-248?page=all ] Niall Pemberton updated BEANUTILS-248: -- Component/s: Utils (Bean, Property, Method) Code to create a JavaBean and set its properties from a Java Properties instance

[jira] Updated: (BEANUTILS-247) Arrays with multiple dimension are not supported

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-247?page=all ] Niall Pemberton updated BEANUTILS-247: -- Component/s: Utils (Bean, Property, Method) Arrays with multiple dimension are not supported

[jira] Updated: (BEANUTILS-244) [collections] Add a multi property beancomparator

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-244?page=all ] Niall Pemberton updated BEANUTILS-244: -- Bugzilla Id: (was: 39008) Component/s: Bean-Collections [collections] Add a multi property beancomparator

[jira] Updated: (BEANUTILS-242) Add general array type conversion

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-242?page=all ] Niall Pemberton updated BEANUTILS-242: -- Component/s: Converters Add general array type conversion - Key: BEANUTILS-242

[jira] Updated: (BEANUTILS-238) [beanutils] Add nullate utilities

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-238?page=all ] Niall Pemberton updated BEANUTILS-238: -- Bugzilla Id: (was: 27074) Component/s: Bean / Property Utils [beanutils] Add nullate utilities -

[jira] Updated: (BEANUTILS-237) [beanutils] Add aggressive mode for BeanUtils.copyProperty()

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-237?page=all ] Niall Pemberton updated BEANUTILS-237: -- Bugzilla Id: (was: 21076) Component/s: Bean / Property Utils [beanutils] Add aggressive mode for BeanUtils.copyProperty()

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-235?page=all ] Niall Pemberton updated BEANUTILS-235: -- Bugzilla Id: (was: 13743) Component/s: Bean / Property Utils [beanutils] Need getPropertyType(Class theClass, String propName)

[jira] Updated: (BEANUTILS-233) [beanutils] DynaProperty doesn't override equals or hashCode

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-233?page=all ] Niall Pemberton updated BEANUTILS-233: -- Bugzilla Id: (was: 34457) Component/s: DynaBean [beanutils] DynaProperty doesn't override equals or hashCode

[jira] Updated: (BEANUTILS-228) [beanutils] ConvertUtilsBean: register converter for specific property

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-228?page=all ] Niall Pemberton updated BEANUTILS-228: -- Bugzilla Id: (was: 31568) Component/s: Converters [beanutils] ConvertUtilsBean: register converter for specific property

[jira] Updated: (BEANUTILS-227) [beanutils] Register converters by both target class and source class

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-227?page=all ] Niall Pemberton updated BEANUTILS-227: -- Bugzilla Id: (was: 20686) Component/s: Converters [beanutils] Register converters by both target class and source class

[jira] Updated: (BEANUTILS-226) [beanutils] Instantiate property if null in form bean

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-226?page=all ] Niall Pemberton updated BEANUTILS-226: -- Bugzilla Id: (was: 10319) Component/s: Bean / Property Utils [beanutils] Instantiate property if null in form bean

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-224?page=all ] Niall Pemberton updated BEANUTILS-224: -- Bugzilla Id: (was: 38165) Component/s: Bean / Property Utils [beanutils] provide better error message for argument type mismatch

[jira] Updated: (BEANUTILS-223) [beanutils] Localizing beanutils

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-223?page=all ] Niall Pemberton updated BEANUTILS-223: -- Bugzilla Id: (was: 20836) Component/s: Converters [beanutils] Localizing beanutils

[jira] Updated: (BEANUTILS-221) [beanutils] add protected accessor to fundamental map in BeanUtils project

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-221?page=all ] Niall Pemberton updated BEANUTILS-221: -- Bugzilla Id: (was: 33384) Component/s: Bean / Property Utils [beanutils] add protected accessor to fundamental map in BeanUtils project

[jira] Updated: (BEANUTILS-218) [beanutils] Need utility for collecting differences between objects

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-218?page=all ] Niall Pemberton updated BEANUTILS-218: -- Bugzilla Id: (was: 34470) Component/s: Bean / Property Utils [beanutils] Need utility for collecting differences between objects

[jira] Updated: (BEANUTILS-215) BeanUtilsBean: Set a mapped/indexed property, for example property(time)[0]

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-215?page=all ] Niall Pemberton updated BEANUTILS-215: -- Bugzilla Id: (was: 38722) Component/s: Expression Syntax BeanUtilsBean: Set a mapped/indexed property, for example property(time)[0]

[jira] Updated: (BEANUTILS-214) [beanutils] Preserving DynaBean Property Ordering

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-214?page=all ] Niall Pemberton updated BEANUTILS-214: -- Bugzilla Id: (was: 37825) Component/s: DynaBean [beanutils] Preserving DynaBean Property Ordering

[jira] Updated: (BEANUTILS-213) [beanutils] Enhancement to ResultSetDynaClass to allow case-insensitive and missing parameter bean mapping

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-213?page=all ] Niall Pemberton updated BEANUTILS-213: -- Bugzilla Id: (was: 24185) Component/s: DynaBean [beanutils] Enhancement to ResultSetDynaClass to allow case-insensitive and missing

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-212?page=all ] Niall Pemberton updated BEANUTILS-212: -- Bugzilla Id: (was: 32644) Component/s: DynaBean [beanutils] Generic implementations of toString, hashCode, equals() for DynaBean and

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-211?page=all ] Niall Pemberton updated BEANUTILS-211: -- Bugzilla Id: (was: 15451) Component/s: Expression Syntax [beanutils] Multiple mapped properties not possible / Direct maps and indexes

[jira] Updated: (BEANUTILS-210) [beanutils] copyProperties should have optional flag for including transient member variables

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-210?page=all ] Niall Pemberton updated BEANUTILS-210: -- Bugzilla Id: (was: 34644) Component/s: Bean / Property Utils [beanutils] copyProperties should have optional flag for including transient

[jira] Updated: (BEANUTILS-209) [beanutils] Change propertyUtilsBean.findNextNestedIndex(String) modifier to protected ?

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-209?page=all ] Niall Pemberton updated BEANUTILS-209: -- Bugzilla Id: (was: 33342) Component/s: Expression Syntax [beanutils] Change propertyUtilsBean.findNextNestedIndex(String) modifier to

[jira] Updated: (BEANUTILS-208) [beanutils] MethodUtils: Need easy way to invoke static methods

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-208?page=all ] Niall Pemberton updated BEANUTILS-208: -- Bugzilla Id: (was: 20520) Component/s: Bean / Property Utils [beanutils] MethodUtils: Need easy way to invoke static methods

[jira] Updated: (BEANUTILS-207) [beanutils][PATCH] Include bean getClass in PropertyUtilsBean Exceptions

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-207?page=all ] Niall Pemberton updated BEANUTILS-207: -- Bugzilla Id: (was: 20968) Component/s: Bean / Property Utils [beanutils][PATCH] Include bean getClass in PropertyUtilsBean Exceptions

[jira] Updated: (BEANUTILS-206) Check registered Converters for super classes if not found

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-206?page=all ] Niall Pemberton updated BEANUTILS-206: -- Bugzilla Id: (was: 20027) Component/s: Converters Summary: Check registered Converters for super classes if not found (was:

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-204?page=all ] Niall Pemberton updated BEANUTILS-204: -- Bugzilla Id: (was: 16038) Component/s: Localized Converters [beanutils] LocaleBeanUtils.copyProperties() does not use Locale aware

[jira] Updated: (BEANUTILS-202) [beanutils] proposed new method contains for BeanUtils

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-202?page=all ] Niall Pemberton updated BEANUTILS-202: -- Bugzilla Id: (was: 32103) Component/s: Bean / Property Utils [beanutils] proposed new method contains for BeanUtils

[jira] Updated: (BEANUTILS-201) [beanutils] Proposition for controlled copy of bean properties

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-201?page=all ] Niall Pemberton updated BEANUTILS-201: -- Bugzilla Id: (was: 37987) Component/s: Bean / Property Utils [beanutils] Proposition for controlled copy of bean properties

[jira] Updated: (BEANUTILS-200) [beanutils] Need a BeanUtils.describeRaw method

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-200?page=all ] Niall Pemberton updated BEANUTILS-200: -- Bugzilla Id: (was: 34523) Component/s: Bean / Property Utils [beanutils] Need a BeanUtils.describeRaw method

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-199?page=all ] Niall Pemberton updated BEANUTILS-199: -- Bugzilla Id: (was: 16525) Component/s: Converters [beanutils] BeanUtils.setProperty is over-zealous at converting types

[jira] Updated: (BEANUTILS-198) [beanutils] Copy bean properties with different names

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-198?page=all ] Niall Pemberton updated BEANUTILS-198: -- Bugzilla Id: (was: 33109) Component/s: Bean / Property Utils [beanutils] Copy bean properties with different names

[jira] Updated: (BEANUTILS-197) [beanutils] Copy Specific Properties

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-197?page=all ] Niall Pemberton updated BEANUTILS-197: -- Bugzilla Id: (was: 32642) Component/s: Bean / Property Utils [beanutils] Copy Specific Properties

[jira] Updated: (BEANUTILS-196) [beanutils] StringArrayConverter does not handle double[] input

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-196?page=all ] Niall Pemberton updated BEANUTILS-196: -- Bugzilla Id: (was: 33698) Component/s: Converters [beanutils] StringArrayConverter does not handle double[] input

[jira] Updated: (BEANUTILS-193) [beanutils] MethodUtils.invoke for static methods

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-193?page=all ] Niall Pemberton updated BEANUTILS-193: -- Bugzilla Id: (was: 33979) Component/s: Bean / Property Utils [beanutils] MethodUtils.invoke for static methods

[jira] Updated: (BEANUTILS-189) [beanutils] copyProperties method should not exit as soon as it gets Exception

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-189?page=all ] Niall Pemberton updated BEANUTILS-189: -- Bugzilla Id: (was: 21693) Component/s: Bean / Property Utils [beanutils] copyProperties method should not exit as soon as it gets

[jira] Updated: (BEANUTILS-188) [beanutils] add collection modifiers feature to PropertyUtilsBean

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-188?page=all ] Niall Pemberton updated BEANUTILS-188: -- Bugzilla Id: (was: 33352) Component/s: Bean / Property Utils [beanutils] add collection modifiers feature to PropertyUtilsBean

[jira] Updated: (BEANUTILS-187) [beanutils] Methods ConvertUtilsBean.convert could check for converters registered with base classes

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-187?page=all ] Niall Pemberton updated BEANUTILS-187: -- Bugzilla Id: (was: 19857) Component/s: Converters [beanutils] Methods ConvertUtilsBean.convert could check for converters registered

[jira] Updated: (BEANUTILS-185) [beanutils] Try to align BeanUtils with JSTL standard tags

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-185?page=all ] Niall Pemberton updated BEANUTILS-185: -- Bugzilla Id: (was: 39504) Component/s: DynaBean [beanutils] Try to align BeanUtils with JSTL standard tags

[jira] Updated: (BEANUTILS-183) [beanutils] Problem with index property

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-183?page=all ] Niall Pemberton updated BEANUTILS-183: -- Bugzilla Id: (was: 17002) Component/s: Bean / Property Utils [beanutils] Problem with index property

[jira] Updated: (BEANUTILS-182) [beanutils] Dynabeans are not cloneable

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-182?page=all ] Niall Pemberton updated BEANUTILS-182: -- Bugzilla Id: (was: 36592) Component/s: DynaBean [beanutils] Dynabeans are not cloneable ---

[jira] Updated: (BEANUTILS-181) [beanutils] Default converter for LocaleConvertUtilsBean

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-181?page=all ] Niall Pemberton updated BEANUTILS-181: -- Bugzilla Id: (was: 30941) Component/s: Locale BeanUtils / Converters [beanutils] Default converter for LocaleConvertUtilsBean

[jira] Updated: (BEANUTILS-179) [beanutils] BeanUtils could use a premade ISO8601 date converter

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-179?page=all ] Niall Pemberton updated BEANUTILS-179: -- Bugzilla Id: (was: 38772) Component/s: Converters [beanutils] BeanUtils could use a premade ISO8601 date converter

[jira] Updated: (BEANUTILS-178) [beanutils] New implementation in commons-beanutils

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-178?page=all ] Niall Pemberton updated BEANUTILS-178: -- Bugzilla Id: (was: 31197) Component/s: DynaBean [beanutils] New implementation in commons-beanutils

[jira] Updated: (BEANUTILS-177) [beanutils] Add dynamic discovery of mapped properties to PropertyUtils

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-177?page=all ] Niall Pemberton updated BEANUTILS-177: -- Bugzilla Id: (was: 17501) Component/s: Bean / Property Utils [beanutils] Add dynamic discovery of mapped properties to PropertyUtils

[jira] Updated: (BEANUTILS-176) [beanutils]: Exception if property doesn't exist in BeanUtilsBean.setProperty()

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-176?page=all ] Niall Pemberton updated BEANUTILS-176: -- Bugzilla Id: (was: 31095) Component/s: Bean / Property Utils [beanutils]: Exception if property doesn't exist in

[jira] Updated: (BEANUTILS-175) [beanutils] Handling of exceptions thrown during BeanUtils.populate

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-175?page=all ] Niall Pemberton updated BEANUTILS-175: -- Bugzilla Id: (was: 20549) Component/s: Bean / Property Utils [beanutils] Handling of exceptions thrown during BeanUtils.populate

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-172?page=all ] Niall Pemberton updated BEANUTILS-172: -- Bugzilla Id: (was: 21483) Component/s: Bean / Property Utils [beanutils] BeanUtils and PropertyUtils toString function (code included)

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-171?page=all ] Niall Pemberton updated BEANUTILS-171: -- Bugzilla Id: (was: 7226) Component/s: Expression Syntax [beanutils] Nested Bean Collection --

[jira] Updated: (BEANUTILS-168) [beanutils] copyProperties(List, List) does not work - pls warn about this

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-168?page=all ] Niall Pemberton updated BEANUTILS-168: -- Bugzilla Id: (was: 33176) Component/s: Bean / Property Utils [beanutils] copyProperties(List, List) does not work - pls warn about this

[jira] Updated: (BEANUTILS-167) [beanutils] Get Method based on method description

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-167?page=all ] Niall Pemberton updated BEANUTILS-167: -- Bugzilla Id: (was: 33980) Component/s: Bean / Property Utils [beanutils] Get Method based on method description

[jira] Updated: (BEANUTILS-163) [beanutils] MappedPropertyDescriptor broken

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-163?page=all ] Niall Pemberton updated BEANUTILS-163: -- Bugzilla Id: (was: 23383) Component/s: Bean / Property Utils [beanutils] MappedPropertyDescriptor broken

[jira] Updated: (BEANUTILS-157) [beanutils] 1.6.1 cannot determine reader methods for anonymous class

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-157?page=all ] Niall Pemberton updated BEANUTILS-157: -- Bugzilla Id: (was: 33461) Component/s: Bean / Property Utils [beanutils] 1.6.1 cannot determine reader methods for anonymous class

[jira] Updated: (BEANUTILS-156) [beanutils] Memory leak on webapp undeploy in MappedPropertyDescriptor

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-156?page=all ] Niall Pemberton updated BEANUTILS-156: -- Bugzilla Id: (was: 35262) Component/s: Bean / Property Utils [beanutils] Memory leak on webapp undeploy in MappedPropertyDescriptor

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-142?page=all ] Niall Pemberton updated BEANUTILS-142: -- Bugzilla Id: (was: 39343) Component/s: DynaBean [beanutils] RowSetDynaClass fails to copy resulset to DynaBean with Oracle 10g JDBC

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-140?page=all ] Niall Pemberton updated BEANUTILS-140: -- Bugzilla Id: (was: 30203) Component/s: Locale BeanUtils / Converters [beanutils] LocaleBeanUtils setProperty does not work on nested

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-134?page=all ] Niall Pemberton updated BEANUTILS-134: -- Bugzilla Id: (was: 32162) Component/s: Converters [beanutils] Call to toString() in should be replaced with

[jira] Updated: (BEANUTILS-113) [beanutils] Indexed property inside a mapped property cannot be accessed

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-113?page=all ] Niall Pemberton updated BEANUTILS-113: -- Bugzilla Id: (was: 32380) Component/s: Expression Syntax [beanutils] Indexed property inside a mapped property cannot be accessed

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-112?page=all ] Niall Pemberton updated BEANUTILS-112: -- Bugzilla Id: (was: 35267) Component/s: Bean-Collections [beanutils] defaultTransformers is public in BeanMap class

[jira] Updated: (BEANUTILS-109) [beanutils] BeanUtils.setProperty fails with mapped properties containing several MAPPED_DELIM2 characters

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-109?page=all ] Niall Pemberton updated BEANUTILS-109: -- Bugzilla Id: (was: 30637) Component/s: Expression Syntax [beanutils] BeanUtils.setProperty fails with mapped properties containing

[jira] Updated: (BEANUTILS-104) [beanutils]special characters in mapped property keys are parsed incorrectly

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-104?page=all ] Niall Pemberton updated BEANUTILS-104: -- Bugzilla Id: (was: 32748) Component/s: Expression Syntax [beanutils]special characters in mapped property keys are parsed incorrectly

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-95?page=all ] Niall Pemberton updated BEANUTILS-95: - Bugzilla Id: (was: 31571) Component/s: Bean / Property Utils [beanutils] Handling exceptions during BeanUtils.populate()

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

2006-11-05 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-92?page=all ] Niall Pemberton updated BEANUTILS-92: - Bugzilla Id: (was: 35458) Component/s: Bean / Property Utils [beanutils] PropertyUtilsBean.copyProperties does not catch

  1   2   >