Re: question on copyProperties usage

2008-02-29 Thread Giovanni Azua
Many thanks Niall. Making the Bean public solves the problem, but shouldn't it work that way too? regards, Giovanni Niall Pemberton wrote: Try making SomeBean a public class Niall - To unsubscribe, e-mail: [EMAIL PROTE

Re: question on copyProperties usage

2008-02-29 Thread Niall Pemberton
On Fri, Feb 29, 2008 at 9:19 AM, Giovanni Azua <[EMAIL PROTECTED]> wrote: > hi all, > > I have not been able to have the following test case pass under 1.7 and 1.8. > > Here the list of trial-errors: > - Assigning to myMap property names starting upper case does not provide > any error as I wou

question on copyProperties usage

2008-02-29 Thread Giovanni Azua
hi all, I have not been able to have the following test case pass under 1.7 and 1.8. Here the list of trial-errors: - Assigning to myMap property names starting upper case does not provide any error as I would expect it should i.e. IllegalArgumentException "Malformed property names provided i