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-09 18:25 -------
Serializer serializer = SerializerFactory.getSerializer(
                   OutputPropertiesFactory.getDefaultMethodProperties("xml"));
ByteArrayOutputStream result = new ByteArrayOutputStream(); 
serializer.setOutputStream(result);
serializer.reset();

After performing the above, any attempt to use serializer results in the same
NullPointerException.  The reason I believe it is the same error is that when I
commented out the

m_xcontext.reset();

line in TransformerImpl.reset(), this problem was resolved as well.

Sorry it took me so long to respond...for some reason I never got an email when
you appended this request...likely because I was out of the office, and had
already received one update when the priority was changed...

Reply via email to