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

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-251?page=all ] Henri Yandell updated BEANUTILS-251: Fix Version/s: 1.8.0 Make a FAQ by 1.8. > PropertyUtils.describe() returns wrong fields names > ---

[jira] Updated: (BEANUTILS-243) BeanUtils fails to compile under 1.6

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-243?page=all ] Henri Yandell updated BEANUTILS-243: Fix Version/s: 1.8.0 > BeanUtils fails to compile under 1.6 > > > Key: BEANUTILS-243 >

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

2006-11-04 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-258?page=comments#action_12447229 ] Niall Pemberton commented on BEANUTILS-258: --- There are a number of related issue tickets open around how BeanUtils handles conversion: BEANUTILS-249

Re: [all] The state of our dependency affairs

2006-11-04 Thread Henri Yandell
On 11/4/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 11/4/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > > Very nice :) > > > > I'm all enthused with the nightly build stuff at the moment (which > > makes it sucky that we don't actual

[jira] Updated: (IO-97) Trivial performance improvements to ByteArrayOutputStream

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-97?page=all ] Henri Yandell updated IO-97: Fix Version/s: 1.4 The diff is relatively involved, and as 1.3 looks pretty close I figure this will be looked at for the subsequent 1.4 release. > Trivial performance imp

[jira] Resolved: (CODEC-48) [codec] Document how to print a QPDecoderStream with QCodec?

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-48?page=all ] Henri Yandell resolved CODEC-48. Resolution: Won't Fix As far as I can tell this issue is resolved, with no action items for Codec. > [codec] Document how to print a QPDecoderStream with QCodec?

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

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-52?page=comments#action_12447222 ] Henri Yandell commented on CODEC-52: Any reason not to flag this for 1.4? > Digest on InputStreams > -- > > Key: CODEC-52 >

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

2006-11-04 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-258?page=comments#action_12447221 ] Niall Pemberton commented on BEANUTILS-258: --- I added the date/time converters under issue# BEANUTILS-255: http://svn.apache.org/viewvc?view=re

[jira] Commented: (BEANUTILS-255) ConvertUtilsBean does not support converts to a java.util.Date

2006-11-04 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12447220 ] Niall Pemberton commented on BEANUTILS-255: --- I've added/updated support for java.util.Date and java.util.Calendar - 99% of the work is in the new Dat

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

2006-11-04 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-242?page=comments#action_12447218 ] Niall Pemberton commented on BEANUTILS-242: --- I have just commited the generic array converter - also created a JIRA encompassing a whole load of Conv

svn commit: r471355 - /jakarta/commons/proper/beanutils/trunk/build.properties.sample

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 19:38:41 2006 New Revision: 471355 URL: http://svn.apache.org/viewvc?view=rev&rev=471355 Log: Add example of configuring Commons Logging in maven Modified: jakarta/commons/proper/beanutils/trunk/build.properties.sample Modified: jakarta/commons/proper/beanutil

svn commit: r471353 - in /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale: BaseLocaleConverter.java LocaleConvertUtilsBean.java LocaleConverter.java

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 19:35:20 2006 New Revision: 471353 URL: http://svn.apache.org/viewvc?view=rev&rev=471353 Log: minor javadoc changes Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java jakarta/commons/prop

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

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 19:34:09 2006 New Revision: 471352 URL: http://svn.apache.org/viewvc?view=rev&rev=471352 Log: BEANUTILS-255 - Add new generic DateTimeConverter implementation which support java.util.Date and java.util.Calendar and switch exisiting java.sql.Date, java.sql.Time and

[jira] Reopened: (BEANUTILS-66) [beanutils] MethodUtils.getAccessibleMethod does not work for enums

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-66?page=all ] Henri Yandell reopened BEANUTILS-66: Re-opening to signify that there are problems with beanutils and enums. > [beanutils] MethodUtils.getAccessibleMethod does not work for enum

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

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-257?page=comments#action_12447216 ] Henri Yandell commented on BEANUTILS-257: - Hi Aaron, It's probably better to bring this up as an email on commons-dev to see what people think. The da

svn commit: r471351 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/converters/ArrayConverter.java test/org/apache/commons/beanutils/converters/ArrayConverterTestCa

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 19:13:20 2006 New Revision: 471351 URL: http://svn.apache.org/viewvc?view=rev&rev=471351 Log: BEANUTILS-242 - Add generic ArrayConverter Added: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/ArrayConverter.java (with

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

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 19:10:58 2006 New Revision: 471350 URL: http://svn.apache.org/viewvc?view=rev&rev=471350 Log: BEANUTILS-258 - Switch other Converter implementations to use the new AbstractConverter class and add new JUnit tests for CharacterConverter and ClassConverter Added:

svn commit: r471349 - in /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters: CalendarConverter.java DateConverter.java DateTimeConverter.java

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 19:03:59 2006 New Revision: 471349 URL: http://svn.apache.org/viewvc?view=rev&rev=471349 Log: BEANUTILS-255 - add new Converter implementations to support java.util.Date and java.util.Calendar. (I have test cases and also plan to switch the existing java.sql.Date/

Re: [PROPOSAL] Major versions require package name change

2006-11-04 Thread Phil Steitz
On 11/1/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: An attempt at a summary on this topic. The majority view on the thread was that a major version should not be mandated to mean a package rename. Instead, the view most widely expressed was that this should be a component decision. A seco

svn commit: r471348 [2/2] - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/ java/org/apache/commons/beanutils/converters/ test/org/apache/commons/beanutils/converter

2006-11-04 Thread niallp
Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/NumberConverterTestBase.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/NumberConverterTestBase.java?view=diff&rev=47134

svn commit: r471345 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/AbstractConverter.java

2006-11-04 Thread niallp
Author: niallp Date: Sat Nov 4 18:49:09 2006 New Revision: 471345 URL: http://svn.apache.org/viewvc?view=rev&rev=471345 Log: BEANUTILS-258 - Add new AbstractConverter base implementation Added: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/AbstractC

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

2006-11-04 Thread Niall Pemberton (JIRA)
Improve Converter Implementations - Key: BEANUTILS-258 URL: http://issues.apache.org/jira/browse/BEANUTILS-258 Project: Commons BeanUtils Issue Type: Improvement Affects Versions: 1.7.0 Reporte

Re: [all] The state of our dependency affairs

2006-11-04 Thread Craig McClanahan
On 11/4/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > Very nice :) > > I'm all enthused with the nightly build stuff at the moment (which > makes it sucky that we don't actually have a machine to run it on > atm), this would be cool to run on

Re: [all] Nightly builds

2006-11-04 Thread Henri Yandell
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. beanutils - deployed 11:41am. validator - deployed

Re: [all] Nightly builds

2006-11-04 Thread Phil Steitz
Ugh. I did not realize that vmbuild had taken a dive. I just committed the wrapper that I was using on vmbuild (nightly_wrapper.sh) to commons-build. Phil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

svn commit: r471316 - /jakarta/commons/proper/commons-build/trunk/nightly_wrapper.sh

2006-11-04 Thread psteitz
Author: psteitz Date: Sat Nov 4 17:26:02 2006 New Revision: 471316 URL: http://svn.apache.org/viewvc?view=rev&rev=471316 Log: Added wrapper for nightly build script kicked off by cron on vmbuild. Added: jakarta/commons/proper/commons-build/trunk/nightly_wrapper.sh (with props) Added: jaka

[betwixt] please check RC1

2006-11-04 Thread robert burrell donkin
http://people.apache.org/~rdonkin/commons-betwixt - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2006-11-04 Thread Juha-Matti Toppinen (JIRA)
[ http://issues.apache.org/jira/browse/VFS-98?page=comments#action_12447180 ] Juha-Matti Toppinen commented on VFS-98: Hi again. I had some progress on this issue. The problem seems to occur only when a single FileObject is accessed fro

[all] Nightly builds

2006-11-04 Thread Henri Yandell
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. Hen - To unsubscribe, e-mail: [EMAIL PROTE

Re: [all] The state of our dependency affairs

2006-11-04 Thread Rahul Akolkar
On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote: Very nice :) I'm all enthused with the nightly build stuff at the moment (which makes it sucky that we don't actually have a machine to run it on atm), this would be cool to run on the nightly build each night. Do you have a script you can che

Re: [all] The state of our dependency affairs

2006-11-04 Thread Henri Yandell
Very nice :) I'm all enthused with the nightly build stuff at the moment (which makes it sucky that we don't actually have a machine to run it on atm), this would be cool to run on the nightly build each night. Do you have a script you can check in? Hen On 11/4/06, Rahul Akolkar <[EMAIL PROTECT

[all] The state of our dependency affairs

2006-11-04 Thread Rahul Akolkar
I scraped an alternative view of our repository, one where the dependency is king, and our components are but minions: http://people.apache.org/~rahul/commons/DependencyCheck.html At times, our trunks recommend differing major versions of our own components. Minor mishaps aside. IMO, thats a go

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

2006-11-04 Thread Sandy McArthur
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 I maintain my position that if people didn't want their name there they wouldn't have put it there and if someo

svn commit: r471237 - /jakarta/commons/proper/betwixt/tags/BETWIXT_0_8_RC1/

2006-11-04 Thread rdonkin
Author: rdonkin Date: Sat Nov 4 09:51:50 2006 New Revision: 471237 URL: http://svn.apache.org/viewvc?view=rev&rev=471237 Log: Release candidate 1 Added: jakarta/commons/proper/betwixt/tags/BETWIXT_0_8_RC1/ - copied from r471236, jakarta/commons/proper/betwixt/trunk/ -

svn commit: r471236 - /jakarta/commons/proper/betwixt/trunk/build.xml

2006-11-04 Thread rdonkin
Author: rdonkin Date: Sat Nov 4 09:43:03 2006 New Revision: 471236 URL: http://svn.apache.org/viewvc?view=rev&rev=471236 Log: Regenerate ant build Modified: jakarta/commons/proper/betwixt/trunk/build.xml Modified: jakarta/commons/proper/betwixt/trunk/build.xml URL: http://svn.apache.org/vi

svn commit: r471235 - /jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt

2006-11-04 Thread rdonkin
Author: rdonkin Date: Sat Nov 4 09:42:26 2006 New Revision: 471235 URL: http://svn.apache.org/viewvc?view=rev&rev=471235 Log: Added Java version to release notes. Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.tx

[RESULT][VOTE] JCL dependency versions

2006-11-04 Thread Rahul Akolkar
This vote has failed. -1 bayard, +1 rahul. No other votes. It was suggested I should just dig in, which I shall, as time permits. -Rahul On 11/1/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: Speaking of cross-commons, the JCL deps are all over the place. Which is probably OK for now, since mo

svn commit: r471234 - in /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt: ./ digester/ expression/ io/ io/read/ schema/ schema/strategy/ schema/strategy/impl/ strategy/ strat

2006-11-04 Thread rdonkin
Author: rdonkin Date: Sat Nov 4 09:28:08 2006 New Revision: 471234 URL: http://svn.apache.org/viewvc?view=rev&rev=471234 Log: Added @since tags based on clirr report. Modified: jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/ElementDescriptor.java jakarta/commo

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

2006-11-04 Thread Gary Gregory
> -Original Message- > From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 04, 2006 3:01 AM > To: Jakarta Commons Developers List > Subject: [collections-generics] [PROPOSAL] Remove all author and since version > tags > > As this is a 'new' project, I propose that

svn commit: r471223 - /jakarta/commons/proper/betwixt/trunk/project.xml

2006-11-04 Thread rdonkin
Author: rdonkin Date: Sat Nov 4 08:01:05 2006 New Revision: 471223 URL: http://svn.apache.org/viewvc?view=rev&rev=471223 Log: Preparing for release candidate Modified: jakarta/commons/proper/betwixt/trunk/project.xml Modified: jakarta/commons/proper/betwixt/trunk/project.xml URL: http://sv

svn commit: r471219 - in /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt: ElementDescriptor.java IntrospectionConfiguration.java

2006-11-04 Thread rdonkin
Author: rdonkin Date: Sat Nov 4 07:40:34 2006 New Revision: 471219 URL: http://svn.apache.org/viewvc?view=rev&rev=471219 Log: Fixed javadoc warnings Modified: jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/ElementDescriptor.java jakarta/commons/proper/betwixt/

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

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 07:21:01 2006 New Revision: 471214 URL: http://svn.apache.org/viewvc?view=rev&rev=471214 Log: Generify Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/Bag.java jakarta/commons/prop

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

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 06:28:02 2006 New Revision: 471203 URL: http://svn.apache.org/viewvc?view=rev&rev=471203 Log: Whitespace change Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/collection/CompositeColle

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

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 06:21:44 2006 New Revision: 471202 URL: http://svn.apache.org/viewvc?view=rev&rev=471202 Log: Remove getCollection() - use covariant decorated() Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/coll

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

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 06:17:26 2006 New Revision: 471201 URL: http://svn.apache.org/viewvc?view=rev&rev=471201 Log: Remove getBag() - use covariant decorated() Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections

svn commit: r471192 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/list: AbstractListDecorator.java FixedSizeList.java GrowthList.jav

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 06:04:46 2006 New Revision: 471192 URL: http://svn.apache.org/viewvc?view=rev&rev=471192 Log: Remove getList() - use decorated() Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/list/Abs

svn commit: r471189 - /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/map/

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 05:57:57 2006 New Revision: 471189 URL: http://svn.apache.org/viewvc?view=rev&rev=471189 Log: Remove getMap(), getOrderedMap() and getSortedMap() - use decorated() Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/

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

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 05:47:51 2006 New Revision: 471186 URL: http://svn.apache.org/viewvc?view=rev&rev=471186 Log: Remove getSet() and getSortedSet() - use decorated() Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/co

svn commit: r471180 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections: bidimap/ map/

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 05:27:44 2006 New Revision: 471180 URL: http://svn.apache.org/viewvc?view=rev&rev=471180 Log: Abstract*Decorator - Generify and use covariant return types Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/co

svn commit: r471173 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch: ./ src/java/org/apache/commons/collections/buffer/ src/java/org/apache/commons/collections/collection/ sr

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 04:07:39 2006 New Revision: 471173 URL: http://svn.apache.org/viewvc?view=rev&rev=471173 Log: Abstract*Decorator - Generify and use covariant return types Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/RELEASE-NOTES.txt

svn commit: r471166 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch: ./ src/java/org/apache/commons/collections/ src/java/org/apache/commons/collections/bag/ src/java/org/apa

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 03:33:22 2006 New Revision: 471166 URL: http://svn.apache.org/viewvc?view=rev&rev=471166 Log: Removed Typed* containers such as TypedList and TypedMap as generics now provides type safety Removed: jakarta/commons/proper/collections/branches/collections_j

Re: TLS for FTP

2006-11-04 Thread Niklas Gustavsson
Rory, Niklas Gustavsson wrote: Niklas Gustavsson wrote: Rory Winston wrote: The FTPSClient needs the have a SSL enabled ServerSocketFactory set, e.g.: client.setServerSocketFactory(SSLServerSocketFactory.getDefault()); I believe that the following patch which sets the server socket factory

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

2006-11-04 Thread Stephen Colebourne
As this is a 'new' project, I propose that we: - remove all @author tags - this complies with previous ASF board suggestions - remove all @since tags - as its incompatible anyway, and will probably end up in a separate package, these have no real meaning Any dissenting opinions? First commi

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

2006-11-04 Thread scolebourne
Author: scolebourne Date: Sat Nov 4 02:56:39 2006 New Revision: 471163 URL: http://svn.apache.org/viewvc?view=rev&rev=471163 Log: Remove FastArrayList, FastHashMap, FastTreeMap Removed: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collectio

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

2006-11-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-30?page=all ] Henri Yandell resolved BEANUTILS-30. Resolution: Fixed svn ci -m "Applying improved messages for unknown properties in setSimpleProperty and getSimpleProperty to resolve issue #BEANUTILS

svn commit: r471138 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/PropertyUtilsBean.java test/org/apache/commons/beanutils/DynaPropertyUtilsTestCase.java test/org

2006-11-04 Thread bayard
Author: bayard Date: Sat Nov 4 00:06:03 2006 New Revision: 471138 URL: http://svn.apache.org/viewvc?view=rev&rev=471138 Log: Applying improved messages for unknown properties in setSimpleProperty and getSimpleProperty to resolve issue #BEANUTILS-30 Modified: jakarta/commons/proper/beanutil