--
If the <catalog/> parameter isn't working, this link to schema A is
not recognized and the test will fail because of a missing schema.
--
PUBLIC "http://example.org/A" "others/schema_a.xsd"
This works:
xjc src/main/resources/schema_b.xsd -catalog src/main/resources/catalog.cat
Adding the bindings doesn't work:
xjc src/main/resources/schema_b.xsd -catalog src/main/resources/catalog.cat
-b src/main/resources/bindings.xjb
parsing a schema...
[ERROR] www.xyxyxyyy.com
unknown location
Failed to parse a schema.
Is it a bug?
Best Regards,
Enrico