Hi,
how did you try to make your mailets and matchers visible. With James 2 you
have to put the libraries in 
apps\james\lib starting from the PHOENIX_HOME.
The CLASSPATH is only be visible to the PHOENIX loader afaik. (or maybe
engine also, but not James)
And do not forget that due to a bug in the Classloader the Mailet will hang
on its first call if the Classloader can not find all Classes referenced
while execution.
(To have this error condition not silently ignored you will have to Load the
referenced Classes explicitly with a Class.forName())

Cheers,
  Marcus


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 5:39 PM
> To: [EMAIL PROTECTED]
> Subject: Problems running mailets
> 
> 
> Hello All,
> 
> this is probably a FAQ, but unfortunately i apperantly can't 
> get it to work:
> 
> I have been using Jame 1.2.1 for quite a while now and I am trying to
> upgrade to 2.0a3.
> 
> James starts up without any problems using the default configuration.
> 
> After that i try to include mailets and matchers that I have allready
> written: I added mailetpackages and matcherpackages, which i 
> reduced for the
> purpose of testing to one simple mailet.
> 
> However the classloader fails to find my class files. 
> "Requested mailet not
> found: "
> 
> I have tried adding classpath variables to the run.bat script but this
> didn't change the situation
> 
> I am running W2K and Java 1.3
> 
> Any suggestions?
> 
> best regards,
> 
> Ruud Schramp
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to