> 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.
Thierry.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-users-help@xml.apache.org
|