[ 
https://issues.apache.org/jira/browse/AXIS2-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998296#comment-12998296
 ] 

Tomaž Majerhold commented on AXIS2-3692:
----------------------------------------

I add this:

<dependency>
        <groupId>org.jibx</groupId>
        <artifactId>jibx-bind</artifactId>
        <version>1.2.2</version>
        <type>jar</type>
        <scope>compile</scope>
    </dependency>
    <dependency>
        <groupId>org.jibx</groupId>
        <artifactId>jibx-run</artifactId>
        <version>1.2.2</version>
        <type>jar</type>
        <scope>compile</scope>
    </dependency>
    <dependency>
        <groupId>org.apache.axis2</groupId>
        <artifactId>axis2-jibx</artifactId>
        <version>1.5.4</version>
        <type>jar</type>
        <scope>compile</scope>
    </dependency> 

But still getting error:

java.lang.RuntimeException: JiBX framework jars not in classpath

Regards

> 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
>   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.
-
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