I'm currently developing a Axis webservice client. I do not include the log4j JAR in the classpath as the programs works fine without it. A warning is printed to stderr though:

21.04.2006 14:46:48 org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.

I don't know how to get rid of this as I have to access to the "Logger" class to set the warning level. Any ideas?

Regards,
Jan

Reply via email to