From 0e335cd8c0764108161ab663b03273a9145e4e9f Mon Sep 17 00:00:00 2001 From: Bart Hanssens Date: Mon, 19 Nov 2018 08:33:52 +0100 Subject: [PATCH] Update property name Signed-off-by: Bart Hanssens --- doc/programming/04-rio.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/programming/04-rio.adoc b/doc/programming/04-rio.adoc index 50de962c0f2..54a0f750d55 100644 --- a/doc/programming/04-rio.adoc +++ b/doc/programming/04-rio.adoc @@ -267,4 +267,4 @@ JAXP00010001: The parser has encountered more than "64000" entity expansions in JAXP00010004: The accumulated size of entities is ... that exceeded the "50,000,000" limit ---- -As a work-around, try passing `-DtotalEntitySizeLimit=0 -DentityExpansionLimit=0` to the JVM. +As a work-around, try passing `-Djdk.xml.totalEntitySizeLimit=0 -DentityExpansionLimit=0` to the JVM.