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
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]