I've definitely seen some weird issues with super.methodName being resolved
properly in ColdFusion 9, it is very strange, and seems to only happen
occasionally. (Last time I saw it, it was inside cfthread, and I could not
reproduce it in a specific circumstance)

I've renamed some of the method names locally so we don't have to call super
directly, which should resolve the issue.

Mark

On Thu, Jan 7, 2010 at 12:27 AM, gabriel <[email protected]> wrote:

> Setup: SVN pluggable cache + CF9 + Coldbpx 3.0
>
> A. Problem
>
> This is a relatively minor nuisance but I just wanted to report it.
> I've gone to bed or been away from my computer for a few hours and,
> upon my return, the first hit to the site creates the error below.
> After the first hit, it works. Don't know how to replicate it and it
> doesn't happen all the time.
>
> I say this is relatively minor as it only happens after long periods
> of inactivity on my laptop (which likely won't happen on a production
> site with traffic)
>
> B. Error Messages
>
> "The fireDiscardEvent method was not found."
>
> "Either there are no methods with the specified method name and
> argument types or the fireDiscardEvent method is overloaded with
> argument types that ColdFusion cannot decipher reliably. ColdFusion
> found 0 methods that match the provided arguments. If this is a Java
> object and you verified that the method exists, use the javacast
> function to reduce ambiguity."
>
> methodname = "fireDiscardEvent"
>
> C. Tag Context
>
> - \transfer\com\cache\provider\EHCacheProvider.cfc:356
> - \transfer\com\cache\provider\EHCacheProvider.cfc:297
> - \transfer\com\cache\provider\EHCacheProvider.cfc:152
> - \transfer\com\cache\CacheManager.cfc:69
> - \transfer\com\Transfer.cfc:694
>
> Thank you,
> Gabriel
>
> --
> Before posting questions to the group please read:
>
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> You received this message because you are subscribed to the Google Groups
> "transfer-dev" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/transfer-dev?hl=en
>



-- 
E: [email protected]
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com
-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to