Aurélien Pupier created CAMEL-24216:
---------------------------------------
Summary: jdk.xml.xpathTotalOpLimit can be overriden and is not set
back correctly after execution
Key: CAMEL-24216
URL: https://issues.apache.org/jira/browse/CAMEL-24216
Project: Camel
Issue Type: Bug
Components: camel-xslt
Affects Versions: 4.21.0
Reporter: Aurélien Pupier
org.apache.camel.component.xslt.XsltComponent.setXpathTotalOpLimit(int) allows
to configure jdk.xml.xpathTotalOpLimit
this is setting through a ssytem property in doInit()
The value is cleared in doShutdown
The doShutdown is nto called during test execution of ZXsltTotalOpsTest causing
potentially other tests to fail. it is sometimes the case for
XsltFromFileExceptionTest when thsi one is falky and failed a first time,
because the retries occurs after all tests, and so after ZXsltTotalOpsTest
--
This message was sent by Atlassian Jira
(v8.20.10#820010)