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

Summary: Resource Bundle Lookup didn't find my bundle
Product: qa Reporter: L Martinek <lmartinek>
Component: CodeAssignee: issues@qa <issues>
Status: CLOSED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 53898    
Bug Blocks:    

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).