Tom-

I'd suspect the error is probably not what it appears.  I'd look for a
missing semicolon or mismatched {} brackets somewhere.  Tomorrow when you
start fresh you might try simplifying your code down to just the bare bones
(one function) and keep adding to the code till you uncover the culprit.

Specifically, I would look carefully at that event handler interface and at
the ORM CFC that's implementing it.  The problem's location very well may
be misreported so I'd look at any code that might invoke that handler,
starting with your ORM entity CFC files.

-Cameron

On Thu, Dec 29, 2011 at 2:09 PM, Tom Small <[email protected]> wrote:

>
> Hi Cameron, thanks for the reply and I am not running it directly from
> cfc. Maybe it is something that I have done wrong in the code, although
> have checked and re-checked. In addition, have included in application.cfc
> - this.ormsettings.eventhandling; this.ormsettings.eventhandler (which is
> mapped to the cfc)
>
> Will start afresh tomorrow as it is usually the small issues that take the
> longest to solve, although once found is always remembered.
>
> Thanks again!


-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook <http://www.facebook.com/cameroncf> |
twitter<http://twitter.com/cameronc> |
google+ <https://profiles.google.com/u/0/117829379451708140985>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349254
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to