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 "Kenneth Tam (JIRA)" <ji...@apache.org> on 2006/05/03 21:13:49 UTC

[jira] Updated: (AXIS2-660) Support JAX-B RI databinding for WSDL2Java

     [ http://issues.apache.org/jira/browse/AXIS2-660?page=all ]

Kenneth Tam updated AXIS2-660:
------------------------------

    Attachment: jaxb_ri.patch

patch to existing files

> Support JAX-B RI databinding for WSDL2Java
> ------------------------------------------
>
>          Key: AXIS2-660
>          URL: http://issues.apache.org/jira/browse/AXIS2-660
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature

>   Components: databinding
>     Reporter: Kenneth Tam
>     Priority: Minor
>  Attachments: jaxb_ri.patch
>
> I've added support for using the JAX-B RI with WSDL2Java.  This patch just includes the initial support to get the appropriate databinding extension registered, and calling the RI's XJC compiler.  Code gen is working for basic cases -- I have not yet started on runtime support.
> I've followed the reflection-based pattern for loading the RI, per the recent changes in the XMLBeans and JiBX binding extensions.  Compile-time deps on the RI are limited to the new jaxbri module, and at runtime if the JAX-B RI JARs are not available on the classpath, WSDL2Java will throw an appropriate exception & msg.
> A sample command line:
> wsdl2java -uri foo.wsdl -d jaxbri

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira