Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Catalog passed to XJC is not used during the schema correctness check #795

Closed
@glassfishrobot

Description

@glassfishrobot

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

Environment

Operating System: All
Platform: All

Affected Versions

[2.2.1]

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions