[ 
https://issues.apache.org/jira/browse/AXIS2-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sagara Gunathunga  resolved AXIS2-3692.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.7.0

Fixed with AXIS2-2673.
                
> 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: Axis2
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.3
>         Environment: Maven, Axis2, JiBX. Any operating system.
>            Reporter: Fernando Trujillo
>              Labels: jibx, maven
>             Fix For: 1.7.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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]%3e
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to