[ http://nagoya.apache.org/jira/browse/XALANJ-1823?page=history ]

Henry Zongaro updated XALANJ-1823:
----------------------------------

    Priority: Major

> Nested Extension Elements fails with NPE
> ----------------------------------------
>
>          Key: XALANJ-1823
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1823
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan-extensions
>     Versions: CurrentCVS
>  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://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to