Now i want to test my mvn -DtotalEntitySizeLimit=0 -DentityExpansionLimit=0 exec:java, unfortunalty i still get an exception:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project rdf4j-getting-started: An exception occured while executing the Java class. null: InvocationTargetException: JAXP00010004: The accumulated size of entities is "50,000,018" that exceeded the "50,000,000" limit set by "FEATURE_SECURE_PROCESSING". [line 1, column 34] -> [Help 1]
i compile my code and it is ok.
Now i want to test my
mvn -DtotalEntitySizeLimit=0 -DentityExpansionLimit=0 exec:java
, unfortunalty i still get an exception:[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project rdf4j-getting-started: An exception occured while executing the Java class. null: InvocationTargetException: JAXP00010004: The accumulated size of entities is "50,000,018" that exceeded the "50,000,000" limit set by "FEATURE_SECURE_PROCESSING". [line 1, column 34] -> [Help 1]
any help to solve this pb please?