users@jaxb.java.net

Re: [ANN] JAXB 2.0 is final

From: James Mao <james.mao_at_iona.com>
Date: Wed, 10 May 2006 16:26:11 +0800

Congradulation first of all.

We just test the jaxb ri 2.0 with Celtix project [1]

But we found that the generated types class from the schema, missed the
type attribute in the annotation.
For example, when we use RI 2.0, we got

    @XmlElement(namespace = "http://objectweb.org/type_test/doc")
    protected int x;

If we use EA3, we got
    @XmlElement(namespace = "http://objectweb.org/type_test/doc", type = Integer.class)
    protected int x;

Is the type attribute optional? How to get the type attribute back, do we have some options to get it back.
We are thinking of upgrade to RI2.0, but this is the first problem we found in the upgrading.
Any info will be appreciated.

Thanks in advance.
James.

[1] http://celtix.objectweb.org




Kohsuke Kawaguchi wrote:

>
> The JAXB team is happy to announce that the JAXB 2.0 is finally final!
>
> The RI has been posted to [1], and API jar, javadoc, source can be
> downloaded from [2]. The spec PDF shall appear in the JCP website
> shortly. For more information about this release, see the release
> notes [3].
>
> Thank you very much for everyone for their feedback. Special thanks to
> Kirill and Jonathan for their tools around the JAXB RI.
>
> As usual, if you have any thoughts or comments, please post them to
> users_at_jaxb.dev.java.net. For bug reports and feature enhancement
> requests, please use IssueTracker [4].
>
> We hope to see you in JavaOne.
>
>
> [1] https://jaxb.dev.java.net/jaxb20-fcs/
> [2] https://jaxb.dev.java.net/servlets/ProjectDocumentList?folderID=5300
> [3] https://jaxb.dev.java.net/nonav/jaxb20-fcs/docs/
> [4] https://jaxb.dev.java.net/issues/