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

Hudson commented on AXIS2-4743:
-------------------------------

SUCCESS: Integrated in Axis2 #3459 (See 
[https://builds.apache.org/job/Axis2/3459/])
AXIS2-4743: Add axis2-jaxbri as a dependency to axis2-wsdl2code-maven-plugin. 
(veithen: rev 1740712)
* axis2/databinding-tests/jaxbri-tests/pom.xml
* 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]

Reply via email to