[
https://issues.apache.org/jira/browse/AXIS2-4743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15255716#comment-15255716
]
Hudson commented on AXIS2-4743:
-------------------------------
SUCCESS: Integrated in axis2-1.7 #55 (See
[https://builds.apache.org/job/axis2-1.7/55/])
AXIS2-4743: Merge r1740712 to the 1.7 branch. (veithen: rev 1740713)
* axis2/modules/tool/axis2-wsdl2code-maven-plugin
* axis2/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
> java.lang.RuntimeException: JAX-B RI JARs not on classpath when not applicable
> ------------------------------------------------------------------------------
>
> Key: AXIS2-4743
> URL: https://issues.apache.org/jira/browse/AXIS2-4743
> Project: Axis2
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.5.1
> Reporter: David J. M. Karlsen
> Labels: jaxb
>
> The maven2 wsdl2code plugin reports
> java.lang.RuntimeException: JAX-B RI JARs not on classpath
> even though
> <dependency>
> <groupId>javax.xml.bind</groupId>
> <artifactId>jaxb-api</artifactId>
> <version>2.2</version>
> </dependency>
> <dependency>
> <groupId>org.jvnet.jaxb2_commons</groupId>
> <artifactId>jaxb2-basics-runtime</artifactId>
> <version>0.5.2</version>
> </dependency>
> <dependency>
> <groupId>com.sun.xml.bind</groupId>
> <artifactId>jaxb-impl</artifactId>
> <version>2.2</version>
> <scope>runtime</scope>
> </dependency>
> are included in the project pom.xml.
> Probably the check is best implemented by looking for the API classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]