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 54321 - I18N - Source Packages and Web Services not from bundle on explorer of projects
Summary: I18N - Source Packages and Web Services not from bundle on explorer of projects
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: I18N, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-02-02 05:50 UTC by Ken Frank
Modified: 2006-01-04 15:47 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 Ken Frank 2005-02-02 05:50:48 UTC
Create a new ejb or j2ee project and in the 
project explorer, the nodes called
Web Services or Source Packages dont come from
bundle file.

These words are in some bundle files, but in this
case, the value is either not in the bundle file,
or the code does not have the localized strings
to be shown.

Also, please check this module's other strings
to make sure all that should be in bundle file
are in these files and that, once in the files,
they are shown as per locale.
Comment 1 Ken Frank 2005-02-02 06:05:43 UTC
the words Source Packages do come from locale bundle for j2se
and web projects.

ken.frank@sun.com
Comment 2 _ ludo 2005-02-08 01:05:57 UTC
"Source Packages" node in ejbjar projects is created from 
org.netbeans.spi.java.project.support.ui

So did you really test with the correctly localized version for the
module org.netbeans.spi.java.project.support.ui ?

I did grep "Source Packages" in all the j2ee/* code and it's not
hardcoded at all...

Did not try Web Services, but maybe the same story.
...

Invalid bug? 
Comment 3 Martin Grebac 2005-03-07 10:34:23 UTC
The Web Services text is located in cvs:
websvc/core/src/org/netbeans/modules/websvc/core/webservices/ui/Bundle.properties

so marking as invalid. Reopen if you still have problems with this.
Comment 4 Ken Frank 2005-03-07 17:21:42 UTC
fixed in later builds so will close this issue.

ken.frank@sun.com