Start of changes for service refresh 2

-Djdk.xml.maxXMLNameLimit

This option provides limits for Java™ API for XML processing (JAXP). Use this option to limit the length of XML names in XML documents.

-Djdk.xml.maxXMLNameLimit=value

Where value is a positive integer.

A value of 0 or a negative number sets no limits. The default value is 0.

You can also set this limit by adding the following line to your jaxp.properties file:
jdk.xml.maxXMLNameLimit=value
Note: The IBM XML implementation is deprecated in IBM® SDK, Java Technology Edition, Version 8 and will be replaced by the Oracle XML implementation in a future release.
End of changes for service refresh 2