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 [EMAIL PROTECTED]  2003-09-22 20:04 -------
Additional debugging info:
If I comment out the following line in org.apache.xpath.XPathContext.reset() the
problem is resolved as well.

    m_dtmManager = DTMManager.newInstance(
                   org.apache.xpath.objects.XMLStringFactoryImpl.getFactory());

There is nothing in the documentation for the DTMManager class which indicates
that it should be 'recreated' each time a parse is performed...

Reply via email to