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 164462 - java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key StoredProcedure
Summary: java.util.MissingResourceException: Can't find resource for bundle org.openid...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 11:20 UTC by blaorw
Modified: 2009-05-27 18:41 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150118


Attachments
stacktrace (2.23 KB, text/plain)
2009-05-05 11:20 UTC, blaorw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description blaorw 2009-05-05 11:20:50 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904280001)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: i created a procedure with other software package, it had no problem with NetBeans IDE Dev (Build 200903231401).
But netbean beta can not find this procedure.

By the way, the memtioned Dev Build had an upexpected behavior, i.e.
in my procedure, i add the `count` by 1, but the result was always wrong, 2 is added instead on 1.
the procedure is as followings,
begin
  update table set cout=@count:=count+1 where id=1 and count<250;
  select @count;
end


best regards

GUEST: Refreshing a derby database where I had just created a database table using an SQL command.

blaorw: Desplegue de una base de datos los procedimientos(Procedures) y aparecio este mensaje.



Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key StoredProcedure
        at java.util.ResourceBundle.getObject(ResourceBundle.java:0)
        at java.util.ResourceBundle.getString(ResourceBundle.java:0)
        at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
        at org.netbeans.modules.db.explorer.node.ProcedureNode.updateProperties(ProcedureNode.java:114)
        at org.netbeans.modules.db.explorer.node.ProcedureNode.access$200(ProcedureNode.java:61)
        at org.netbeans.modules.db.explorer.node.ProcedureNode$1.run(ProcedureNode.java:99)
Comment 1 blaorw 2009-05-05 11:20:56 UTC
Created attachment 81527 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-05-05 16:29:16 UTC
core-main/rev/90d5d3bfe0af
Comment 3 Quality Engineering 2009-05-07 07:49:50 UTC
Integrated into 'main-golden', will be available in build *200905070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/90d5d3bfe0af
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #164462: java.util.MissingResourceException: Can't find resource for bundle org.openide.util.NbBundle$PBundle, key StoredProcedure