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 214176 - I18N : extra backslash in org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/Bundle.properties
Summary: I18N : extra backslash in org/netbeans/modules/j2ee/sun/ide/sunresources/wiza...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 08:50 UTC by Masaki Katakai
Modified: 2013-04-23 02:11 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bundles containing \Either (3.53 KB, text/plain)
2013-04-15 14:25 UTC, TomasKraus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2012-06-14 08:50:27 UTC
Please check the following files. There are some \ with usual English words.

\Either
\Fields

It will cause converting to wrong code when "Either" and "Fields"
are localized as it is. So please remove it from Bundle.properties.

org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/Bundle.properties :

Description=Provide configuration information for the JDBC Connection Pool.\n\Either choose an existing database connection to extract information, or enter the configuration information.\n\Fields with an * mark are required.

ACS_DescriptionA11yDesc=Provide configuration information for the JDBC Connection Pool.\n\Either choose an existing database connection to extract information, or enter the configuration information.\n\Fields with an * mark are required.

persistence-manager-factory-resource_Description=Provide configuration information for the Persistence Manager Resource.\n\Either choose an existing JDBC Resource, or create a new JDBC Resource.\n\Fields with an * mark are required.

jdbc-resource_Description=Provide configuration information for the JDBC Resource.\n\Either choose an existing JDBC Connection Pool, or create a new JDBC Connection Pool.\n\Fields with an * mark are required.
Comment 1 Petr Jiricka 2012-11-23 11:48:58 UTC
Why not target this to 7.3? Looks like a simple fix.
Comment 2 TomasKraus 2013-04-15 14:21:42 UTC
I checked all Bundle.properties in glassfish.common and glassfish.javaee and saw no such issue there.
Comment 3 TomasKraus 2013-04-15 14:25:00 UTC
Created attachment 133504 [details]
Bundles containing \Either

find j2ee* -type f -name Bundle.properties -exec grep -Hn '\Either' {} \; > properties.log
Comment 4 TomasKraus 2013-04-15 14:33:31 UTC
Assigning back to myself, This looks like some old Sun Appserver code module. I'll take care of it.
Comment 5 TomasKraus 2013-04-15 14:38:38 UTC
changeset:   250439:017403c3b22b
branch:      javaee7
summary:     #214176 - I18N : extra backslash in
             org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/Bundle.properties
Comment 6 Quality Engineering 2013-04-23 00:08:25 UTC
Integrated into 'releases', will be available in build *201304222201* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/017403c3b22b
User: Tomas Kraus <TomasKraus@netbeans.org>
Log: #214176 - I18N : extra backslash in org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/Bundle.properties
Comment 7 Quality Engineering 2013-04-23 02:11:31 UTC
Integrated into 'main-golden', will be available in build *201304222301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/017403c3b22b
User: Tomas Kraus <TomasKraus@netbeans.org>
Log: #214176 - I18N : extra backslash in org/netbeans/modules/j2ee/sun/ide/sunresources/wizards/Bundle.properties