I have a JAX-RS app that uses XJC to generate classes from 4 different schemas. All four xjc calls in the pom reference a binding file specific to that schema. All 4 schemas are pretty simple, along with very similar binding files, and the reference in the pom. They all define a single top-level "element" element, along with several complexType elements.
For some reason, the processing of one of those schemas is refusing to generate the class corresponding to the root element. I have a complexType that the element references, and it generated the class for that, but not for the element. The other three schemas get the generated class corresponding to the root element. There are no processing errors. I'd like to get a solution, but is there some additional debugging I can turn on that might give me some useful information?
