You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/03/29 07:07:25 UTC

[jira] Created: (AXIS2-2424) jaxbri jars are not included in the axis2-1.2-RC1 binary distribution

jaxbri jars are not included in the axis2-1.2-RC1 binary distribution
---------------------------------------------------------------------

                 Key: AXIS2-2424
                 URL: https://issues.apache.org/jira/browse/AXIS2-2424
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.2
         Environment: winxp, jdk1.5
            Reporter: Charitha Kankanamge
            Priority: Critical


Following jaxbri jars are not included in the axis2 binary distribution. 
- jaxb-api-2.0.2.jar
- jaxb-impl-2.0.2.jar
- jaxb-xjc-2.0.2.jar

Because of this, jaxbri code gen fails by throwing the following exception

Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeE
xception: JAX-B RI JARs not on classpath
        at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:251
)
        at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
        at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: java.lang.RuntimeException: JAX-B RI JARs not on classpath
        at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:74)
        at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:204
)
        ... 2 more


-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2424) jaxbri jars are not included in the axis2-1.2-RC1 binary distribution

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2424.
-------------------------------------------------

    Resolution: Fixed

fixed for Axis 1.2 trunk

> jaxbri jars are not included in the axis2-1.2-RC1 binary distribution
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-2424
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2424
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.2
>         Environment: winxp, jdk1.5
>            Reporter: Charitha Kankanamge
>            Priority: Critical
>
> Following jaxbri jars are not included in the axis2 binary distribution. 
> - jaxb-api-2.0.2.jar
> - jaxb-impl-2.0.2.jar
> - jaxb-xjc-2.0.2.jar
> Because of this, jaxbri code gen fails by throwing the following exception
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeE
> xception: JAX-B RI JARs not on classpath
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:251
> )
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.RuntimeException: JAX-B RI JARs not on classpath
>         at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:74)
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:204
> )
>         ... 2 more

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org