Re: why are the jre/lib/ext jars ignored?

2004-01-04 Thread Stephen McConnell
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

Re: why are the jre/lib/ext jars ignored?

2004-01-04 Thread Carl
... 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

Re: why are the jre/lib/ext jars ignored?

2004-01-04 Thread Brian C. Dilley
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 >

Re: why are the jre/lib/ext jars ignored?

2004-01-04 Thread Carl
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

why are the jre/lib/ext jars ignored?

2004-01-04 Thread Mark Swanson
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?

Re: mailet init() never called

2004-01-04 Thread Mark Swanson
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]

mailet init() never called

2004-01-04 Thread Mark Swanson
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

RE: James Newbie Q: Re-packaging the SAR or copy to JAMES_HOME/lib?

2004-01-04 Thread Chris Simmons
> -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