You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Nicolas Malin (JIRA)" <ji...@apache.org> on 2015/06/12 23:47:00 UTC

[jira] [Updated] (OFBIZ-6497) Screenfop render failed to generate WebtoolsLayoutDemoFop Page

     [ https://issues.apache.org/jira/browse/OFBIZ-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Malin updated OFBIZ-6497:
---------------------------------
    Attachment: OFBIZ-6497.patch

Quick resolution but more to compote than commit.

We are a problem with header row open and row open that create incompatible sequence on some case like 
{code}
<fo:table-cell><fo:table-cell
{code}
I didn't found any genius idea to resolve it. I solve with a dirty solution by post parsing.

I see also that the pdfbox.jar is not good for the tika verison present. I will update it in another issue

> Screenfop render failed to generate WebtoolsLayoutDemoFop Page
> --------------------------------------------------------------
>
>                 Key: OFBIZ-6497
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6497
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Nicolas Malin
>            Priority: Minor
>         Attachments: OFBIZ-6497.patch
>
>
> When we try to generate the page https://localhost:8443/webtools/control/WebtoolsLayoutDemoFop, an error is return by the call ApacheFopWorker.transform(src, null, fop);
> {code}
> Enable to transform FO file: org.apache.fop.apps.FOPException: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The prefix "fo" for element "fo:block" is not bound. javax.xml.transform.TransformerException: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The prefix "fo" for element "fo:block" is not bound.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)