Details
Description
In axis2-wsdl2code-maven-plugin throw "java.lang.RuntimeException: JiBX framework jars not in classpath" error, I found the solution in the following link.
It seem just is needed to add a dependecy in the POM of the plugin.
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jibx</artifactId>
<version>${version}</version>
</dependency>
In the link above there is a very good description of the problem and the fix.
I would like to know if you can fix it in near future or you recommend me try to get source code.
Thank you very much for you time, and congratulations for your excelent work.
Regards,
Fernando (From Mexico)
Attachments
Issue Links
- is duplicated by
-
AXIS2-2673 axis2-wsdl2code-maven-plugin + JiBX
- Resolved