DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41440

           Summary: PDFSVGHandler causes missing resource bundle
           Product: Fop
           Version: all
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


THe following message reported within the PDFSVGHandler.  

23.1.2007 11:21:52 org.apache.fop.render.pdf.PDFSVGHandler renderSVGDocument
SEVERE: svg graphic could not be built: Can't find bundle for base name
org.apache.fop.svg.resources.Messages, locale en
java.util.MissingResourceException: Can't find bundle for base name
org.apache.fop.svg.resources.Messages, locale en

However, I cannot find the relevant resource bundle in the fop.jar file, or on
the SVN server.
http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
It is not in the binary build for 0.93 either.

I have downloaded the sources for the distribution and cannot find it there 
either.

The code I suspect the error comes from in the PDFSVGRenderer and is either...
        try {
            root.paint(graphics);
            pdfInfo.currentStream.add(graphics.getString());
        } catch (Exception e) {
            log.error("svg graphic could not be rendered: "
                                   + e.getMessage(), e);
        }

OR

try {
            root = builder.build(ctx, doc);
            builder = null;
        } catch (Exception e) {
            log.error("svg graphic could not be built: "
                                   + e.getMessage(), e);
            return;
        }

Project is trying to embed svg images into a pdf output.
We are using the 0.93 FOP distribution.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to