Fix For: NullPoint exceptions which appear to point toward Transfer

13 views
Skip to first unread message

Dave

unread,
Feb 21, 2011, 11:07:08 PM2/21/11
to transfer-dev
Google isn't letting me reply to the above message (posted by Tom
McNee on Feb 12 2010, 9:05). I think I found a fix for the issue.

In the .clone method of abstractBaseMeta.cfc, change var clone =
createObject("component", getMetaData(this).name);
to var clone = createObject("component",
getPageContext().getPage().getMetaData());

This issue was random null pointer exceptions with Transfer under CF9.


Dave
Reply all
Reply to author
Forward
0 new messages