Re: jellybean awaits setter with File instead of String argument

2005-08-22 Thread Martin Burger
Dion Gillard schrieb am 12.08.2005 23:53: What are the other methods on that class? I violated the bean specification, there was a getter returning File instead of String. And how do you know its passing in a File or expecting one to go to the class? Log message of the beanutils: co

Re: jellybean awaits setter with File instead of String argument

2005-08-12 Thread Dion Gillard
What are the other methods on that class? And how do you know its passing in a File or expecting one to go to the class? On 8/12/05, Martin Burger <[EMAIL PROTECTED]> wrote: > Martin Burger schrieb am 12.08.2005 14:15: > > > Hello, > > > > I'm using a jellybean in my Maven Plugin to start the "e

Re: jellybean awaits setter with File instead of String argument

2005-08-12 Thread Martin Burger
Martin Burger schrieb am 12.08.2005 14:15: Hello, I'm using a jellybean in my Maven Plugin to start the "entry point" of my plugin - a Java bean. The jellybean awaits for the attributes a setter that accepts a single String value. Now, I added an attribute "testClasses" and set it to "MAR

jellybean awaits setter with File instead of String argument

2005-08-12 Thread Martin Burger
Hello, I'm using a jellybean in my Maven Plugin to start the "entry point" of my plugin - a Java bean. The jellybean awaits for the attributes a setter that accepts a single String value. Now, I added an attribute "testClasses" and set it to "MARTIN". My Java bean class has a setter "setTe