users@jaxb.java.net

Re: FW: inhereted default overrides do not work

From: Ed Mooney <Ed.Mooney_at_sun.com>
Date: Tue, 15 Apr 2003 12:51:55 -0400

Hi Ilya,

Thanks for sending along your schema. Sorry for the delay in getting
back to you.

The code being generated is what I would expect from your schema:

public interface ResourceApplicationIdType
     extends apv.target.context.jaxb.BaseAttributeValueType {}

What led you to expect something different?

Regards,
--
Ed Mooney         |Sun Microsystems, Inc.|Time flies like
Java Web Services |UBUR02-201            |an arrow, but
Ed.Mooney_at_Sun.COM |1 Network Drive       |fruit flies like
781-442-0459      |Burlington, MA  01803 |a banana. Groucho
Simuni, Ilya wrote:
> -----Original Message-----
> From: Ed Mooney [mailto:Ed.Mooney_at_Sun.COM]
> Sent: Friday, April 04, 2003 7:12 PM
> Subject: Re: inhereted default overrides do not work
>
>
> Hi Ilya,
>
> Would you be willing to post the whole schema?
>
> Regards,
> --
> Ed Mooney         |Sun Microsystems, Inc.|Time flies like
> Java Web Services |UBUR02-201            |an arrow, but
> Ed.Mooney_at_Sun.COM |1 Network Drive       |fruit flies like
> 781-442-0459      |Burlington, MA  01803 |a banana. Groucho
>
> ============================================================
> Ed,
>
> here is the complete schema.
>
> I expected the element "ResourceApplicationId" to have Binding attribute to
> be "ResourceApplicationIdBinding" and Name attribute to be set to
> "Applications by Aid" in the jaxb-generated code, but all values stay to
> what was set in "BaseAttributeValueType".
>
> Any ideas would be greatly appreciated.
> ilya
>
>
[ ... ]