Ticket #179 (closed defect: duplicate)

Opened 20 years ago

Last modified 19 years ago

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

Change History

Changed 20 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to duplicate

Fixed a while back - latest MG from SVN contains the fix and a host of other tweaks.

Note: See TracTickets for help on using tickets.