Ticket #179 (closed defect: duplicate)
cfcatch.description is not defined
| Reported by: | rob rohan | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 Beta 2 |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
Not sure why, but I am running into problems with mappings and getting all the unity pieces working on a tomcat install. One error I hit was
"Element DESCRIPTION is undefined in CFCATCH."
Which I think I tracked down to ModelGlue?/unity/orm/ReactorAdapter.cfc (about line 12). I think it's supposed to be:
<cfcatch>
<cfif not isDefined("cfcatch.description") OR (not cfcatch.detail contains "CFFILE" and not cfcatch.description contains "CFFILE")>
<cfrethrow />
</cfif>
</cfcatch>
After that change I get the error:
"Invalid Mapping Setting The mapping argument must be a mapping to a directory which exists."
Which makes a bit more sense
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)