I've written an import utility to convert a folder of images to SVG documents.  
Essentially, the SVG just wraps an <image> tag referencing the image.

I'm running into a problem when rapidly switching between documents (changing 
the "current" document shown on the JSVGCanvas):

Exception in thread "Thread-141" java.util.MissingResourceException: Can't
find bundle for base name
org.apache.batik.ext.awt.image.codec.png.resources.Messages, locale en_US
    at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:8
36)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
    at
org.apache.batik.i18n.LocalizableSupport.getResourceBundle(LocalizableSuppor
t.java:211)
    at
org.apache.batik.i18n.LocalizableSupport.formatMessage(LocalizableSupport.ja
va:186)
    at
org.apache.batik.ext.awt.image.spi.DefaultBrokenLinkProvider.formatMessage(D
efaultBrokenLinkProvider.java:51)
    at
org.apache.batik.bridge.SVGBrokenLinkProvider.getBrokenLinkImage(SVGBrokenLi
nkProvider.java:58)
    at
org.apache.batik.ext.awt.image.spi.ImageTagRegistry.getBrokenLinkImage(Image
TagRegistry.java:357)
    at
org.apache.batik.ext.awt.image.codec.png.PNGRegistryEntry$1.run(PNGRegistryE
ntry.java:109)

This issue has been discussed on the list here:
http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/200611.mbox/[EMAIL
 PROTECTED]

I'm just wondering if this problem was ever resolved and if the fix is 
available pre 1.7b1.  I'm running a nightly build of Batik from January 08th of 
2007.  I can't use 1.7b1 due to the mouse click issues and an issue with 
cloning image nodes in the DOM tree.

Michael Bishop 

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

Reply via email to