It is getting Java Error Response from JSON results back when using tWriteJSONField to POST data from postman in Talend 8, JDK 11.
superclass access check failed: class nu.xom.JDK15XML1_0Parser (in unnamed module @xxxxx) cannot access class com.sun.org.apache.xerces.internal.parsers.SAXParser (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.parsers to unnamed module @xxxxx
Resolution
Talend Studio
Go to Studio ->Project setting -> Build-> Java version-> Module access Settings-> Custom
When Job was built by jdk 8/11, which also need neccessary configurations to let Talend Remote Engine support jdk 8/11. In the <RE_installation>/etc/system.properties file, set the org.talend.execution.JAVA_*_PATH properties with the paths to your Java installations.
The following configuration is a feature introduced since R2025-03 for old task execution compatibility.