tracker issue : CF-3835743

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

ORM: Exception while deserializing persistent object

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)

Created: 10/07/2014

Components: ORM Support, ORM Search

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 289822 / CF10 Update16

Priority/Frequency: Major / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

Listed in the version 11.0.03.292480 Issues Fixed doc
Calling ObjectLoad function to get the persistent object saved in a file throws java.lang.reflect.InvocationTargetException exception.

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

Watson Bug ID:	3835743

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Hi Anuj, The following code works fine (no exception) on CF11 Update 3. However, it also works fine on CF11 Final (11,0,0,289822) and CF11 Update 13 (10,0,13,287689), so I was unable to reproduce the issue: Application.cfc: ---------------------- component {THIS.name = "ticket_CF-3835743";} index.cfm -------------- <cfscript> o = new MyCFC(); objectSave(o, expandPath("./o.txt")); oLoaded = objectLoad(expandPath("./o.txt")); writeDump(oLoaded); </cfscript> MyCFC.cfc ---------------- component{} What was the issue? Thanks!, -Aaron
Comment by External U.
10769 | November 15, 2014 06:25:36 AM GMT
"CF11 Update 13" should've been "CF10 Update 13"
Comment by External U.
10770 | November 15, 2014 06:29:08 AM GMT
The fix for this bug is available in the pre-release build of ColdFusion 10 Update 16
Comment by CFwatson U.
10771 | February 20, 2015 09:22:14 AM GMT