On Tue, 16 Apr 2002, Thierry Kormann wrote:

> > This is apparently caused by the servlet container's classloader reloading
> > java.awt.RenderingHints.Key subclasses. They try to register themselves
> > from the constructor. Registered instances are stored in a static map in
> > RenderingHints.Key. And because RenderingHints.Key is already loaded in
> > the core VM, it contains all previously registered instances, and throws
> > an error. On subsequent calls there is a NoClassDefFoundError (stack
> > traces below). I hope I made some sense here, I know very little about
> > awt.
>
> The current cvs codebase has a fix for that.
> Please let us know if you still have proms.

Ok, much appreciated. Unfortunately, I'm kind of stuck with the latest Fop
version, and the CVS code does not help me that much, yet.

-- 
  katja


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

Reply via email to