Hi Helder, Thomas DeWeese wrote:
>> I doubt the problem is Batik's sandboxing. [...] >> Can you get the security exception that is causing the problem? "Helder Magalhães" <[EMAIL PROTECTED]> wrote on 07/16/2008 04:12:42 AM: > Caused by: java.lang.NullPointerException > at org.apache.batik.script.rhino.RhinoInterpreter.getAccessControlContext(Unknown Source) > at org.apache.batik.script.rhino.WindowWrapper.getURL(Unknown Source) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Thanks, that let me find the problem. It's our Sandboxing ;) Well really it's a bug in the case where we aren't sandboxing that we trip over our sandboxing... Anyway the fix should be in SVN rev 677245. Good luck.
