users@jaxb.java.net

Re: Working with multiple vendor files - How To

From: Ed Mooney <Ed.Mooney_at_sun.com>
Date: Tue, 08 Jul 2003 08:00:45 -0400

Hi Jerald,

See samples/ubl/ubl.xjb for an external bindings file that vectors
multiple schemas into different packages.

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
Pratt, Jerald wrote:
> Brian,
>
> Good info.  I've always used the "-p" option and didn't realize that w/out
> it I could actually get separate packages.  My problem is that I want to
> control the package names and not use any default naming that might be
> assumed from the namespace.  But, as you mentioned, it sounds like I can so
> this with a binding file.  I guess its time for me to take JAXB to the next
> step and figure out binding files.
>
> Jerald
>
>
[ ... ]