Hello, I've put in place WS with CXF and I have a conflict between sun mail.jar and geronimo-javamail jar. If I drop geronimo-javamail jar I get an error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/geronimo/mail/util/StringBufferOutputStream in my WS class client. CXF specs say that geronimo-javamail jar can be replaced by the jar of sun, but it seems not be the case. How is it possible to solve this problem? thanks in advance Nuka -- View this message in context: http://www.nabble.com/javamail---geronimo-javamail-jars-tf4317935.html#a12294905 Sent from the cxf-user mailing list archive at Nabble.com.
