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=6667>.
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=6667

Corruption when writing to multiple files





------- Additional Comments From [EMAIL PROTECTED]  2002-02-25 20:56 -------
Behavior confirmed.

The fact that it only happens when you're concatenating new text onto the the 
retrieved attribute contents suggests that it's tied into our handling of Result 
Tree Fragments. I haven't explored this in detail, but my initial guess is that 
something in the call-with-parameter process is mananging to mess up the binding 
of RTFs to variables.

HUNCH: Is someone still using DTM.getDocument() where they should now be using 
dtm.getRootNode()? If so they'd be retrieving the most recent document in the 
RTFs' shared DTM, rather than the document associated with a specific node... 
which could certainly produce this behavior.

Reply via email to