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 67933 - Procedures node refresh
Summary: Procedures node refresh
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 16:26 UTC by Martin Schovanek
Modified: 2012-03-10 14:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2005-11-01 16:26:23 UTC
[#200510301900, jdk1.4.2, Derby]

to reproduce:
-------------
1) connect to a Derby database
2) execute following statement:
CREATE PROCEDURE SYSTEM_TIME(OUT TIME BIGINT)
PARAMETER STYLE JAVA READS SQL DATA LANGUAGE JAVA EXTERNAL NAME 
'java.lang.System.currentTimeMillis()'

ERROR: the SYSTEM_TIME procedure does not appear under the Prcedures node.

You need to reconnect the database to see the procedure.
Comment 1 Andrei Badea 2005-11-01 18:00:30 UTC
Fixed by adding the Refresh action to the Procedures node.

Checking in explorer.plist;
/cvs/db/src/org/netbeans/modules/db/resources/explorer.plist,v  <--  explorer.plist
new revision: 1.71; previous revision: 1.70
done
Comment 2 Martin Schovanek 2005-11-21 15:08:25 UTC
Accepted, but I would prefer automatic refresh on the backround when a statement
is executed. Changing to P2 enhancement.

Comment 3 Martin Schovanek 2005-11-21 15:09:56 UTC
Reopen issue
Comment 4 Petr Blaha 2006-03-13 13:32:14 UTC
TM 5.0 -> TBD
Comment 5 Jiri Rechtacek 2009-10-16 14:02:45 UTC
Reassigned to new owner.
Comment 6 matthias42 2012-03-10 14:30:06 UTC
Checked in 7.1.1 => works (CREATE + DROP are reflected in the procedure node)