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