OpenSextant / Xponents

Geographic Place, Date/time, and Pattern entity extraction toolkit along with text extraction from unstructured data and GIS outputters.
Apache License 2.0
44 stars 7 forks source link

DOMResult class conflict #21

Closed mubaldino closed 7 years ago

mubaldino commented 7 years ago

javax.xml.transform.dom.DOMResult class appears to interfere with XML config file parsing.

mubaldino commented 7 years ago

For now appears to be limited to use of xml-apis, xercesImpl, etc. -- mainly used in any XML, Jersey, Jackson or other libraries that require XML implementation.
The only guidance to offer is to first ensure that the minimal requirements as implied by Solr and other maven secondary dependencies are respected. Overriding those versions may have unintended consequences.

In this case the solrconfig.xml was not parsable. SolrCore does not provide a good error or exception here.