You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
When Catalog is passed to XJC, it is used to resolve imported schemas while
building the forest, but during schema correctness check, it does not set the
entity resolver. In com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.java#230,
EntityResolver is not set on the SchemaFactory. This results in to unnecessary
warning thrown during schema resolution.
See the original issue filed on jax-ws: http://java.net/jira/browse/JAX_WS-900