Hi All, I am having some problems decrypting a value in a mailet ONLY within James. The same code works when using a test class and simple running it, however in the event I receive an email from a specific user I get a ClassNotFoundError in James. The following is the code I am using in my Mailet
package hieforums;
import java.io.*; import org.apache.mailet.*; import security.*;
I would assume that you're missing a dependent class(es) or library(s). What version of James are you using, and how are you bundling the dependencies? I would recommend you use the 2.2.x test builds and take advantage of the SAR-INF/lib and SAR-INF/classes as for 2.1.3 and before, you had to bundle all your classes into the james.sar.
-- Serge Knystautas President Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
