Got following exception in WildFly:
Caused by: java.lang.NoClassDefFoundError: com/sun/org/apache/xerces/internal/impl/dv/util/Base64
How to solve this dependency in WildFly?
Got following exception in WildFly:
Caused by: java.lang.NoClassDefFoundError: com/sun/org/apache/xerces/internal/impl/dv/util/Base64
How to solve this dependency in WildFly?
Since com/sun/org/apache/xerces/internal/impl/dv/util/Base64 is internal and proprietary and may be removed and probably, used different class which has no class loading issue. Applied the solution mentioned here: how to avoid warning for the Base 64?
For Java 8, Base64 Encoding in Java