users@jaxb.java.net

RE: xjc superClass

From: Gary Gregory <ggregory_at_seagullsw.com>
Date: Thu, 14 Aug 2003 12:12:56 -0400

1.0.2? Where is that?

Gary

> -----Original Message-----
> From: Kohsuke Kawaguchi [mailto:Kohsuke.Kawaguchi_at_Sun.COM]
> Sent: Thursday, August 14, 2003 08:55
> To: users_at_jaxb.dev.java.net
> Subject: Re: xjc superClass
>
>
> I think there's a bug in JAXB 1.0.2 that prevents you from using vendor
> extensions in external binding files. So I'm afraid I have to ask you to
> move the vendor extension inside the schema.
>
> Since in your case you are just using a global customization. You can
> write a dummy schema:
>
> <schema ...>
> <annotation><appinfo>
> <jaxb:globalBindings ..>
> <xjc:superClass ... />
> </
> </
> </
>
> And compile this with all your other schemas. You can keep other
> customizations in your extenal binding file. That's OK.
>
>
> We've fixed this problem internally, so the next version should be OK.
>
> regards,
> --
> Kohsuke Kawaguchi
> Sun Microsystems kohsuke.kawaguchi_at_sun.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net