You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/04/13 15:05:28 UTC

[GitHub] stevedlawrence opened a new pull request #62: Explicitly use the Xerces factories that use our custom catalog resolver

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:
users@infra.apache.org


With regards,
Apache Git Services