I have created an XML writer module to write xml using StaX api for our Rest Web Service(using Jersey). I am validating my XML against schema. It works Locally without
any error but when I have deployed it in the production server, I have got the following error:
Code:
java.lang.NullPointerException at com.sun.org.apache.xerces.internal.jaxp.validation.StAXValidatorHelper.validate(Unknown Source)
Leave a comment: