Changes between Version 25 and Version 26 of VirtualCollectionRegistry


Ignore:
Timestamp:
09/10/14 09:58:12 (10 years ago)
Author:
Twan Goosen
Comment:

added troubleshooting section

Legend:

Unmodified
Added
Removed
Modified
  • VirtualCollectionRegistry

    v25 v26  
    125125The provider supports Dublin Core (DC) and CMDI output. The DC is generated by the provider based on information provided by the ''Repository'' implementation. The CMDI output is generated via the same methods as the CMDI output of the REST service (see above).
    126126
     127==== Troubleshooting ====
     128When building using JDK8, you may get an error like this:
     129{{{
     130org.xml.sax.SAXParseException; systemId: file:/[..]/VirtualCollection.xsd; lineNumber: 1; columnNumber: 659; schema_reference: Failed to read schema document 'xml.xsd', because 'http' access is not allowed due to restriction set by the accessExternalSchema property.
     131}}}
     132
     133To fix this, add the following parameter to the ''mvn'' command: '''-Djavax.xml.accessExternalSchema=all'''
     134
    127135=== Deployment ===
    128136