Bug 249667 - ERRMSG: dbPlaformHelper_defaultingPlatform has Toplink property defined
Summary: ERRMSG: dbPlaformHelper_defaultingPlatform has Toplink property defined
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard: submitted_patch
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-10-03 21:23 EDT by Robert Flaherty CLA
Modified: 2022-06-09 10:08 EDT (History)
2 users (show)

See Also:
peter.krogh: iplog+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Flaherty CLA 2008-10-03 21:23:22 EDT
Build ID: 1.0.1

Steps To Reproduce:
In:

    LoggingLocalizationResource.java

the string:

    dbPlaformHelper_defaultingPlatform

contains:

    toplink.platform.class.name

instead of:

    eclipselink.platform.class.name

Also, in:

    DBPlatformHelper.java
    LoggingLocalizationResource.java
    TraceLocalizationResource.java

the ID prefix:

    dbPlaformHelper_

is the same but misspelled and should be:

    dbPlatformHelper_


More information:
Comment 1 Robert Flaherty CLA 2008-10-03 22:34:02 EDT
Correction, that value has been deprecated with:
       {PersistenceUnitProperties.TARGET_DATABASE, "eclipselink.platform.class.name"},

Would be better then to add a parameter to the message for that value and use:

PersistenceUnitProperties.TARGET_DATABASE
Comment 2 Tom Ware CLA 2008-11-12 15:38:40 EST
Checked in suggested changes to 

DBPlatformHelper.java
LoggingLocalizationResource.java
TraceLocalizationResource.java

The dbPlaformHelper_defaultingPlatform string has been left because our standards for i18n files (that are setup for translation) do not allow us to include variables.
Comment 3 Eclipse Webmaster CLA 2022-06-09 10:08:55 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink