Weblogic 12c server - JAXB operation randomly throws error
Application is deployed on Weblogic 12c server.
At runtime randomly server throws exception as below
1. Caused by: Exception [EclipseLink-3007] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.ConversionException
Exception Description: The object [cts.emv.auth.Error], of class [class java.lang.String], could not be converted to [class java.lang.Class]. Ensure that the class [cts.emv.auth.Error] is on the CLASSPATH. You may need to use alternate API passing in the appropriate class loader as required, or setting it on the default ConversionManager
Internal Exception: java.lang.ClassNotFoundException: cts.emv.auth.Error
2. Caused by: org.eclipse.persistence.oxm.record.ValidatingMarshalRecord$MarshalSAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'mAddressCheckResult'. One of '{AddressCheckResult}' is expected.