So from your answer you are saying that there is a problem with the Oracle
xml transformer. Does this mean that I should not use the jaxp API to do the
transformation, as not all parsers are supported in FOP? Should I
instantiate the xerces parser explicitely somehow? Is there some way I could
do it explicitely for this piece of code. We are using Oracle Application
Server and Oracle parser is used in other cases.
Thank you for your help
Rigas

From: "J.Pietschmann" <[EMAIL PROTECTED]>
To: [email protected]
Date: Sat, 12 May 2007 14:29:52 +0200
Subject: Re: Problems - Fop upgrade - Exception

This is a "can't happen" condition. The only way to get a NPE at that
point is that the delegate field in the FOTreeBuilder is null, but then
you should have gotten already a NPE elsewhere.
I'd say you've hit a bug in the Oracle JRE.

J.Pietschmann

Rigas Parathyras wrote:
javax.xml.transform.TransformerException: XML-22900: (Fatal Error) An
internal error condition occurred.
...
Caused by: java.lang.NullPointerExceptionCaused by:
java.lang.NullPointerException
       at org.apache.fop.fo.FOTreeBuilder.characters(FOTreeBuilder.java
:138)
       at oracle.xml.xslt.XSLEventHandler.characters(XSLEventHandler.java

Reply via email to