Opened 9 years ago

Closed 8 years ago

#747 closed defect (fixed)

Include xml.xsd schema in source tree

Reported by: Twan Goosen Owned by:
Priority: major Milestone: VirtualCollectionRegistry-1.1
Component: VCRegistry Version:
Keywords: Cc:

Description

As reported by Oliver, when trying to compile the VCR with Java 8:

(...) the Maven build is borken with Java 8, because xjc tried to
download the stupid 'xml.xsd' which is now forbidden

(...) A hotfix for making xjc work is
supplying "-Djavax.xml.accessExternalSchema=all" on the Maven command line.
I guess a proper fix would be to also add xml.xsd to the project and
tell xjc where to find it.

Change History (2)

comment:1 Changed 8 years ago by Willem Elbers

Milestone: VirtualCollectionRegistry-1.1

comment:2 Changed 8 years ago by Willem Elbers

Resolution: fixed
Status: newclosed

Upgrade of the jaxb2-maven-plugin to version 2.2 has resolved this issue. (This got solved in CXF 3.0.x, see https://issues.apache.org/jira/browse/CXF-6405)

Note: See TracTickets for help on using tickets.