tracker issue : CFB-3936116

select a category, or use search below
(searches all categories and all time range)
Title:

Spelling error during ORM CFC generation

| View in Tracker

Status/Resolution/Reason: To Fix//

Reporter/Name(from Bugbase): A. Bakia / A. (A. Bakia)

Created: 02/07/2015

Components: Extensions

Versions: 3.0

Failure Type: Cosmetic Issue

Found In Build/Fixed In Build: 3.0 Final /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

Problem Description: During the generation of CFCs for ORM use, 2 CFCs are generated, as expected: Application.cfc and customDBTableName.cfc. However, in the code of the generated Application.cfc, there is a spelling error. The comment line reads "ORM Setting not suggeted for production use" instead of "ORM Setting not suggested for production use". See attached image.

Steps to Reproduce: Generate CFCs for ORM use in the usual way. That is, 

(1) Open your databases in ColdFusion Builder's RDS Dataview. 
(2) Select a database table, right-click on it. Choose the option Adobe CFC Generator => Create ORM CFC.
(3) Uncheck "Generate Service?" and "Script CFC?", browse to a folder and click on OK.
(4) Press the button to generate the CFCs. This generates 2 CFC files in the chosen folder: Application.cfc and customDBTableName.cfc.
(5) Open the Application.cfc file in ColdFusion Builder, and examine the code.

Actual Result: The code contains the comment line "ORM Setting not suggeted for production use".

Expected Result: The line should read instead "ORM Setting not suggested for production use"

Any Workarounds: Not applicable

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3936116

Reason:	BugVerified

External Customer Info:
External Company:  
External Customer Name: A.
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments: