This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 68105 - SystemFileSystem lock held by the SQL editor
Summary: SystemFileSystem lock held by the SQL editor
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 15:31 UTC by Andrei Badea
Modified: 2005-11-21 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2005-11-04 15:31:58 UTC
When a console SQL editor is open when the IDE is closed, the following message
appears in the userdir:

Settings saving timeout!
List of pending locks:
Databases/SQLCommands/Command 1.sql

It is caused by the SQLEditorSupport's environment not releasing the FileLock
for console SQL files, which are saved in the userdir.
Comment 1 Andrei Badea 2005-11-08 09:28:28 UTC
Fixed.

Checking in src/org/netbeans/modules/db/sql/loader/SQLEditorSupport.java;
/cvs/db/core/src/org/netbeans/modules/db/sql/loader/SQLEditorSupport.java,v  <--
 SQLEditorSupport.java
new revision: 1.6; previous revision: 1.5
done
Comment 2 Martin Schovanek 2005-11-21 15:11:20 UTC
VERIFIED