axis2-wsdl2code-maven-plugin - "java.lang.RuntimeException: JiBX framework jars
not in classpath"
--------------------------------------------------------------------------------------------------
Key: AXIS2-3692
URL: https://issues.apache.org/jira/browse/AXIS2-3692
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: wsdl
Affects Versions: 1.3
Environment: Maven, Axis2, JiBX. Any operating system.
Reporter: Fernando Trujillo
In axis2-wsdl2code-maven-plugin throw "java.lang.RuntimeException: JiBX
framework jars not in classpath" error, I found the solution in the following
link.
http://mail-archives.apache.org/mod_mbox/ws-axis-dev/200705.mbox/[EMAIL
PROTECTED]
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)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]