On Tue, 25 Sep 2001 22:40:32 Thomas E Deweese wrote:
>     Thanks for working with me on this...
> 
>     I think I have tracked it down to a bug in the way BufferedImage
> handles properties (see attached Java file for demonstration).
> 
>     So I guess I'll bend an put in the 'instanceof' check before the
> cast, expect the commit shortly.

Thanks.

>     FYI: you are hitting this probably because for some reason you are
> hitting the default broken-link handler instead of the SVG broken link
> handler.  Which is probably something worth checking into at some
> point.  I'm guessing the SVG provider is failing somewhere, most
> likely being unable to find the broken-link image resource (normally
> org/apache/batik/bridge/BrokenLink.svg) is it possible this isn't
> available on your classpath for some reason?

I've found out where the problem is. The BrokenLink.svg is available and it
tries to load the document but the problem is that it is using the wrong
xml parser and cannot load the document. Then of course it tries the
default broken link provider which caused the other problem (which is fixed
now thanks).
The error is:
java.io.IOException: SAX2 driver class
org.apache.crimson.parser.XMLReaderImpl not found

I am using a different xml parser which has always worked previously, so it
looks like for this case it is using the default parser name.

Keiron.

ps. Thanks for the hints on replacements for getWidth and getHeight, that
seems to be working better now.

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

Reply via email to