stevedlawrence opened a new pull request #62: Explicitly use the Xerces 
factories that use our custom catalog resolver
URL: https://github.com/apache/incubator-daffodil/pull/62
 
 
   The DFDLCatalogResolver is a custom resolver that extends the Xerces
   EntityResolver. This means that the SAXParserFactory's and
   SchemaFactory's that use this resolver must also be the Xerces versions
   since only they know how to use the Xerces EntityResolver correctly.
   
   This changes all SchemaFactory and SAXParserFactory instances that use
   our custom resolver to explicitly specify that the Xerces instance
   should be created by using the overloaded newInstance(...) method.
   
   DFDL-1924

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to