Ticket #41 (closed defect: fixed)
Cannot Use argumentcollection as argument in super() calls on MX 6.1
| Reported by: | dcarabetta@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 Beta 1 |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
Due to the super() bug in ColdFusion? MX 6.1, you cannot simply pass the argumentCollection as the super() argument. You must explicitly pass each argument.
The fix is to change ModelGlue?/unity/controller/ReactorORMController.cfc on line 7 from:
<cfset super.init(argumentCollection=arguments) />
to:
<cfset super.init(arguments.ModelGlue?, arguments.name) />
Once that does, the framework loads without issue.
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)