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 59555 - Resource Bundle Lookup didn't find my bundle
Summary: Resource Bundle Lookup didn't find my bundle
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on: 53898
Blocks:
  Show dependency tree
 
Reported: 2005-06-02 16:15 UTC by L Martinek
Modified: 2011-02-17 09:31 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 L Martinek 2005-06-02 16:15:43 UTC
I was searching for text "Successfully compiled web service client code".
Resource Bundle Lookup didn't find anything. I found it in
websvc/registry/extsrc/org/netbeans/modules/websvc/registry/util/Bundle.properties,
key WS_CLIENTWRAPPER_COMPILE_OK.
Comment 1 Jiri Skrivanek 2005-06-03 08:56:50 UTC
I am sorry but classes from org/netbeans/modules/websvc/registry/** are loaded
by a special classloader. That's why these classes are not visible for NetBeans
SystemClassloader which we use to search for bundle properties.
Comment 2 Jiri Skrivanek 2005-06-03 14:41:37 UTC
Possibly it should be resolved when issue 53898 is fixed (external libraries
handled by module system).