The error could certainly be better, but I think it is reasonably
clear: inputFiles wants an ArrayList, and you're giving it a String.
Try this if you've only got one item:
<inputFiles><inputFile>${deploy.wsdd}</inputFile></inputFiles>
Wayne
On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi Everyone,
I have one more question. I get the following error with the
axistools-maven-plugin admin goal.
Cause: Cannot assign configuration entry 'inputFiles' to 'class
java.util.ArrayList' from 'deploy.wsdd', which is of type class
java.lang.String
Does anyone know why I'm getting this error? Here is a piece of my
pom.xml.
<execution>
<id>admin</id>
<configuration>
<inputFiles>{deploy.wsdd}</inputFiles>
<isServerConfig>true</isServerConfig>
</configuration>
<goals>
<goal>admin</goal>
</goals>
</execution>
Thanks for your help,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]