What is Java error message? And how can I fix this?

Am I getting this message when trying to communicate with software that communicates with SOAP?

  • Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Pinning support is disabled.

I am using third party API to communicate with Ardome MAM system.

0


source to share


1 answer


The error is "normal", in fact a simple warning. If you really want to use attachments (you probably don't), try adding activation.jar to the classpath of your application server.



+2


source







All Articles