Hi Achim, adding the mail API to endorsed lib is not my prefered solution. And yes, it is hacky. :-) The activation API is part of org.apache.karaf.features/framework/3.0.1/kar.
I tried your suggestion before, but it didn't solved the problem of "javax.activation.UnsupportedDataTypeException: multipart/mixed;" exceptions. Normally these exceptions are thrown when the mail and activation API are handled by different classloaders. Please correct me if I'm wrong, but the classloader which loads the system bundle (containing the activation API) cannot access the contents of other installed bundles. Regards Jochen -- View this message in context: http://karaf.922171.n3.nabble.com/Discussion-Enabling-logging-mails-in-Karaf-tp4034241p4034247.html Sent from the Karaf - User mailing list archive at Nabble.com.
