Java Callout Issue - Java.lang.NoSuchMethodError: Weblogic.apache.xerces.dom.DocumentImpl.isXMLName
(Doc ID 2808202.1)
Last updated on SEPTEMBER 24, 2023
Applies to:
Oracle Service Bus - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Goal
After migrating from 11.1.1.9 to 12.2.1.3., the following error is occurring
Java Callout issue - java.lang.NoSuchMethodError: weblogic.apache.xerces.dom.DocumentImpl.isXMLName
As part of requirement we have used convertBinaryToXMLTransformation java class, which is internally referring weblogic system class(weblogic.apache.xerces.dom.DocumentImpl) in which isXMLName method is not found.
in 11g systems classes isXMLName method is available but same method is not available in 12c system classes. Please help on this.
currently we are getting below error in 12c .
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |