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 80651 - MissingResourceException occur when select a Library node
Summary: MissingResourceException occur when select a Library node
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-07-19 19:30 UTC by davisn
Modified: 2006-08-22 15:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
For MissingResourceException (5.72 KB, application/octet-stream)
2006-07-19 19:32 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2006-07-19 19:30:35 UTC
Annotation: Missing resource from class: org.openide.util.NbBundle$PBundle
Annotation: Key which was not found: LBL_J2eeServerMissing
java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key LBL_J2eeServerMissing
	at java.util.ResourceBundle.getObject(ResourceBundle.java:326)

occurs when select to extend a project/Library node from a EJB project of the
javaeetutorial5 sample.

STEPS TO REPRODUCE:
1. Install Nebean IDE 5.5 - nighly build 7/18
2. Install javaeetutorial5 package
3. Open the ..\javaeetutorial5\examples\ejb\cart project
4. Select to extend Library node of cart-app-client project
BUG:
     MissingResourceException occurs
     Detail of the exception is included in the attached file
Comment 1 davisn 2006-07-19 19:32:24 UTC
Created attachment 32018 [details]
For MissingResourceException
Comment 2 Sherold Dev 2006-07-20 09:05:28 UTC
-> clientproject
Comment 3 Martin Krauskopf 2006-07-20 15:08:16 UTC
Just happened to me as well. Fix is trivial of course. I'll handle it. Thanks
for the catch.
Comment 4 Martin Krauskopf 2006-07-20 15:10:22 UTC
ui/Bundle.properties; 1.1.4.4 -> 1.1.4.5;
Comment 5 Dan Kolar 2006-08-22 15:37:37 UTC
v.