> and replace
>                    gn.remove(node);
> with
>                    if (gn != null) gn.remove(node);
[...]
>  This corrections avoids some null-pointer exceptions inside batik.

This doesn't seem to be a bug within the framework but (potentially) a
threading issue within your code. Please consider following the
thread-safe guidelines [1] (if you aren't already, of course).

Hope this helps,

 Helder Magalhães

[1] http://xmlgraphics.apache.org/batik/using/scripting/java.html#Threads

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

Reply via email to