Regarding this plugin:
http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-java2wsdl-plugin.html
I've tried everything to make this work. I've tried manually installing
version 1.1.1. Nothing I do will resolve the following error message when I
run the plugin:
java.lang.Exception: java.lang.ClassNotFoundException:
my.imaginary.Class
Here is the relevant config from my pom.xml
<plugin>
<groupId>org.apache.axis2.maven2</groupId>
<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
<version>1.1.1</version>
<executions>
<execution>
<goals>
<goal>java2wsdl</goal>
</goals>
</execution>
</executions>
<configuration>
<className>my.imaginary.Class</className>
</configuration>
</plugin>
I've seen a few3 others have this issue but nobody ever replied.
Does this plugin actually work?
-James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]