I think we need to improve the error message, but the heart of the
problem is that you specified your schema to be:
C:\work\BexXMLSchema\order_v02_nobiztalk.xsd
... which translates to:
file:///work/BexXMLSchema/order_v02_nobiztalk.xsd
Yet in your binding file it was specified to be:
file://ngarner/work/BexXMLSchema/order_v02_nobiztalk.xsd
So XJC was unable to conclude that they are the same.
Try adding "-mode forest" option to the XJC to obtain what URL XJC is
associating with your schema internally, and update your binding file as
such (or submit the correct URL as the schema file to XJC)
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