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
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
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
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