Mark Swanson wrote:
Hello,
Normal code with no classpath set that uses SunJCE.class (found in
jre/lib/ext/sunjce_provider.jar) works fine, but the same code won't work in
James unless I copy the sunjce_provider.jar into the SAR-INF/lib directory.
I'm curious as to why James doesn't use jars in
... so wrong guess :-(
Carl
Brian C. Dilley wrote:
Well, any class that isn't loaded by the avalon classloader (ie:
java.lang.String) is forwarded up the classloader chain... and
eventually the system classloader loads it.
On Sun, 2004-01-04 at 16:56, Carl wrote:
I guess because of Av
Well, any class that isn't loaded by the avalon classloader (ie:
java.lang.String) is forwarded up the classloader chain... and
eventually the system classloader loads it.
On Sun, 2004-01-04 at 16:56, Carl wrote:
> I guess because of Avalon classloader, but I'm not qualified enough to
>
I guess because of Avalon classloader, but I'm not qualified enough to
answer. I'm curious to see if I was right ;-)
Carl
Mark Swanson wrote:
Hello,
Normal code with no classpath set that uses SunJCE.class (found in
jre/lib/ext/sunjce_provider.jar) works fine, but the same code won't work in
Hello,
Normal code with no classpath set that uses SunJCE.class (found in
jre/lib/ext/sunjce_provider.jar) works fine, but the same code won't work in
James unless I copy the sunjce_provider.jar into the SAR-INF/lib directory.
I'm curious as to why James doesn't use jars in the ext directory?
OK, my mailet wound up in two places in the SAR-INF/lib. Sorry for the noise.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
I've checked all of the archives I have dating back several months and haven't
found a solution. My mailet (extends GenericMailet) service(Mail) method is
called correctly but my init() or init(MailetConfig) methods are never
called. I've configured my mailet with and without param/value
> -Original Message-
> From: Mark Swanson [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 03, 2004 11:25 PM
> To: James Users List
> Subject: Re: James Newbie Q: Re-packaging the SAR or copy to
> JAMES_HOME/lib?
>
> On January 3, 2004 12:01 am, Chris Simmons wrote:
> > Am I missing som