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=3447>. 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=3447 ------- Additional Comments From [EMAIL PROTECTED] 2001-09-14 14:16 ------- What you've described sounds like it isn't a bug. getDTMHandleFromNode() returns a DTM handle for the node in question. If the node is already in a DTM (which is true in your case, since you passed it a DTMNodeProxy), it should return that node's _existing_ handle... and that handle should already be registered with the DTM Manager (with the possible exception of result tree fragments, which I believe are deliberately being handled as "unmanaged" DTMs.) I agree with Myriam; we need to see an actual code example which demonstrates where this model is breaking down.
