Hi Alex, On Tue, Jun 27, 2017 at 7:07 PM, albundy <[email protected]> wrote: > I guess the question is if there is a dendency on Xerces if the project is > configured to read the routes from an XML file? Am I missing something?
As far as I can tell no, thought Camel javax.xml API is used. That part of the code tries to setup a security feature of Xerces that prevents denial of service attacks, for instance infinite recursion when dealing with entity expansions and the like, and it is only triggered if Xerces is present on the classpath. I think the only reason you're seeing those messages in the log files is that you have your logging set to log TRACE messages. zoran -- Zoran Regvart
