You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Thomas Krammer (JIRA)" <ji...@apache.org> on 2014/10/08 15:43:33 UTC

[jira] [Created] (PDFBOX-2412) Loading XFDF document fails with ClassCastException

Thomas Krammer created PDFBOX-2412:
--------------------------------------

             Summary: Loading XFDF document fails with ClassCastException
                 Key: PDFBOX-2412
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2412
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 1.8.7
         Environment: MacOS X 10.9.5, Java 1.7.0_65
            Reporter: Thomas Krammer


When loading the the this XFDF Document

{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
<fields>
<field name="Z2S1"><value>Erblasser</value></field>
</fields>
</xfdf>
{code}

using {{FDFDocument.loadXFDF(new File("ttt.xfdf"));}}

I get the following exception:

{code}
java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredTextImpl cannot be cast to org.w3c.dom.Element
	at org.apache.pdfbox.pdmodel.fdf.FDFDictionary.<init>(FDFDictionary.java:105)
	at org.apache.pdfbox.pdmodel.fdf.FDFCatalog.<init>(FDFCatalog.java:68)
	at org.apache.pdfbox.pdmodel.fdf.FDFDocument.<init>(FDFDocument.java:101)
	at org.apache.pdfbox.pdmodel.fdf.FDFDocument.loadXFDF(FDFDocument.java:251)
	at org.apache.pdfbox.pdmodel.fdf.FDFDocument.loadXFDF(FDFDocument.java:236)
    ...
{code}



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