[ http://issues.apache.org/jira/browse/XALANJ-1823?page=all ]
Brian Minchau updated XALANJ-1823: ---------------------------------- Version: 2.6 (was: Latest Development Code) > Nested Extension Elements fails with NPE > ---------------------------------------- > > Key: XALANJ-1823 > URL: http://issues.apache.org/jira/browse/XALANJ-1823 > Project: XalanJ2 > Type: Bug > Components: Xalan-extensions > Versions: 2.6 > Environment: Operating System: Windows NT/2K > Platform: PC > Reporter: John Gentilin > Assignee: Xalan Developers Mailing List > Attachments: XalanTest.zip > > If you are using extension elements and an Extension Element has > child elements that contain other Extension Elements, the inner > extension element will fail. > I have traced the bug to the following thread > ElemExtensionCall#execute, when it tries to flushPending() > from the Result Tree Handler. > ToSaxHandler#flushPending, m_needToCallStartDocument > is true, and a call to startDocumentInternal is made. > ToSaxHandler#startDocumentInternal, m_saxHandler is null > so the call to startDocument fails with an NPE. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]