You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/08/07 21:22:58 UTC

DO NOT REPLY [Bug 22217] - NullPointerException in TransformerImpl.run() when reusing XMLFilter object

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22217>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22217

NullPointerException in TransformerImpl.run() when reusing XMLFilter object





------- Additional Comments From chiaramg@us.ibm.com  2003-08-07 19:22 -------
I would like to add that I get exactly the same symptoms when I try to do a
reset() on my Serializer after it has been set as the ContentHandler for my
XMLFilter.  Interestingly, this symptom is also resolved by the patch I
suggested above.  I think that there is something not quite right in the
XPathContext.reset() method, if running it can cause these types of problems...