users@glassfish.java.net

Using NTLM with Javamail on GF 3.0.1

From: <glassfish_at_javadesktop.org>
Date: Fri, 27 Aug 2010 06:16:04 PDT

When I try to send mail via JavaMail on GF3.0.1 I get the following exception. I put jcifs-1.3.14.jar in WEB-INF/lib, but that did not work. Where should I place jcifs-1.3.14.jar??

[code]
INFO: DEBUG SMTP: check mechanisms: LOGIN PLAIN DIGEST-MD5 NTLM
INFO: DEBUG SMTP: mechanism LOGIN not supported by server
INFO: DEBUG SMTP: mechanism PLAIN not supported by server
INFO: DEBUG SMTP: mechanism DIGEST-MD5 not supported by server
INFO: java.lang.ClassNotFoundException: jcifs.ntlmssp.Type1Message
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:744)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1656)
[/code]

Regards,

Ronald
[Message sent by forum member 'rmuller']

http://forums.java.net/jive/thread.jspa?messageID=481155