users@jaxb.java.net

Binding file with no schema location

From: Benson Margulies <bimargulies_at_gmail.com>
Date: Thu, 26 Mar 2009 22:28:36 -0400

Consider a binding file with no schemaLocation attribute.

 com.sun.tools.xjc.reader.internalizer.Internalizer.buildTargetNodeMap(Element,
Node, Target, Map<Element, Node>, SCDBasedBindingSet)

will apply the xpath to the binding file itself (the 'inherited target').
Should it not apply it to each of the schemas known to the compilation,
instead?