Re: file locking error in tree editor

Rich Unger <[email protected]> Wed, 19 Nov 2003 17:21:59 -0800
Newsgroups gmane.comp.java.netbeans.modules.xml.devel
Message-ID <[email protected]>
On Wed, 19 Nov 2003 11:40:45 +0100, Petr Kuzel wrote:

> Richard Unger wrote:
>>>-----Original Message-----
>>>From: Petr Kuzel [mailto:[email protected]]
>>>Sent: Tuesday, November 18, 2003 2:00 AM
>>>To: [email protected]
>>>Subject: Re: [xml-dev] file locking error in tree editor
>>>
>>>
>>>All tree-edit functionality should use TAX abstraction. So
>>>I guess that TAX's XNIBuilder does not close input stream's
>>>properly (moreover it was known Xerces bug). Try new Xerces
>>>with <http://xml.netbeans.org/issues/show_bug.cgi?id=18777>
>>>patch applied.
>>>
>>>   Cc.
>> 
>> 
>> Those patches are against the proj40_prototype branch.  Can I apply them to the trunk or release35?
> 
> Yes, you can.
> 
>    Cc.

Thanks!  The patches did the trick.  I just tested against the trunk, and
my file-locking problem is gone. Will this fix will find it's way into the
trunk sometime before 3.6?

Rich