You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/12/20 04:34:04 UTC

[GitHub] [nifi] exceptionfactory commented on pull request #6798: [NIFI-6498] Set error event listener on both the TransformerFactory a…

exceptionfactory commented on PR #6798:
URL: https://github.com/apache/nifi/pull/6798#issuecomment-1358829602

   Thanks for the reply @dan-s1.
   
   Although the `testMessage` methods include the `xsl:message` examples, they do not appear to assert any particular behavior, which makes sense given that it just ends up writing messages. For that reason, it seems best to remove those test methods and related files.
   
   Reviewing the [Saxon Configuration Features](https://www.saxonica.com/html/documentation10/configuration/config-features.html) there is a reference to a message emitter class named `MessageWarner` that notifies the standard JAXP `ErrorListener`. Introducing this feature would still place a direct relationship to the Saxon implementation, so it still seems like it would be best to avoid for now, since `xsl:message` is a defined element used for testing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org