0

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?

Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51

1 Answers1

0

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

Community
  • 1
  • 1
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51