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 51244 - I18N - sun-application.xml editor messages not from locale
Summary: I18N - sun-application.xml editor messages not from locale
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-11-07 19:52 UTC by Ken Frank
Modified: 2006-05-31 18:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
shows the editor (63.17 KB, image/gif)
2004-11-07 19:53 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2004-11-07 19:52:09 UTC
In promoe beta1, I think I've localized all
jars and bundles in them.

the sun-application.xml editor does not seem
to have its messages coming from locale specific
files, either they are missing in bundle files
or the code for it not yet implemented
(and some might be in bundle files)

See the attached gif.

lso, in the gif, there are some messages/lables
with what looks
like one multibyte character on either side of it
- those are not
from my pseudo localizations - like for Message
Destination Name -
are those from some bundle modified for testing ?
(but I dont see those characters in the english
bundle file for appserv-jsr88impl
or appsrvSUN where
those messages are (I don't know which one is used
for promoee)


Also, please check all modules to make sure
other new or modified features have messages
coming from bundle files and other i18n compliance
requirements - for a checklist of these see
http://dpweb.sfbay/teams/DeveloperTools_I18N/i18ninformation.html
Comment 1 Ken Frank 2004-11-07 19:53:11 UTC
Created attachment 18774 [details]
shows the editor
Comment 2 Rajeshwar Patil 2005-01-04 20:33:46 UTC
All the messages are infact coming from bundles files.

Following are the bundles these messages are from --
org.netbeans.modules.j2ee.sun.share.configBean.Bundle.properties
org.netbeans.modules.j2ee.sun.share.configBean.customizers.ejbmodule.Bundle.properties
org.netbeans.modules.j2ee.sun.share.configBean.customizers.common.Bundle.properties(requried

 field lable mark * is coming from this lable)
org.netbeans.modules.j2ee.sun.validation.Bundle.properties( all the
validation messages are coming from this bundle -- libvalidatinsrc)
Comment 3 Rajeshwar Patil 2005-01-25 01:57:24 UTC
Files Modified:
org.netbeans.modules.j2ee.sun.share.configBean.customizers.other.AppRootCustomiz.form
 
ver 1.1 
org.netbeans.modules.j2ee.sun.share.configBean.customizers.other.AppRootCustomizer.java

ver 1.1 
org.netbeans.modules.j2ee.sun.share.configBean.customizers.other.Bundle.properties;
ver 1.1
org.netbeans.modules.j2ee.sun.share.configBean.customizers.other.ModuleRefCustomizer.java;
ver 1.1
org.netbeans.modules.j2ee.sun.share.configBean.customizers.other.WebAppRefCustomizer.java;
ver 1.2
Comment 4 Ken Frank 2005-03-14 17:20:57 UTC
verified