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 61086 - I18N - some UI messages are not localizable.
Summary: I18N - some UI messages are not localizable.
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-07-18 17:17 UTC by agctools
Modified: 2008-07-22 18:38 UTC (History)
4 users (show)

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 agctools 2005-07-18 17:17:59 UTC
j2ee/ddloader/src/org/netbeans/modules/j2ee/ddloaders/multiview/ui/Bundle.properties

LBL_Stateless=Stateless
LBL_Stateful=Stateful
LBL_Container=Container

Please help to mark #NOI18N to these message.

If they are localized, the following error can occur:

1, Create a EJB Module and create a session bean.
2, Double click "ejb-jar.xml" to edit it.
3, select "General" tab in the editor, and expand the session bean. Select
"Stateful"/"Stateless", and "Container". The ejb-jar.xml will have errors.
4, View the xml file, you will find the localized message are written in the xml
file.
Comment 1 Ken Frank 2005-10-12 17:40:14 UTC
marking as p2 - it seems that these words should be loaclizable, and msg issues
are usually p2 since impt to localized customer -

can the separation be done so that the bundle values are not used in the xml
files, but xml files get this info from hardcoded in code, since these
are keywords kind of words in xml file.

ken.frank@sun.com
Comment 4 Ken Frank 2008-07-22 18:38:13 UTC
v