1. I've received the third entry, different place. "Element ELEMENT is
undefined in LOCAL." on
\transfer\com\cache\provider\EHCacheProvider.cfc:156)

2. I'll be changing all references of "local" to "local2" and observing the
behavior. Again, it happens sporadically and not often but I've experienced
it happening at least once per day right now. Will report back.

- Gabriel

On Mon, Jan 25, 2010 at 8:11 PM, Dorioo <[email protected]> wrote:

> Hmm. Just got another one but different place this time. ""Element ELEMENT
> is undefined in a Java object of type class [Ljava.lang.String;."
>
> \transfer\com\cache\provider\EHCacheProvider.cfc:180
>
> Code again has to do with "local"
>
> if(structKeyExists(local, "element"))
> {
>        return local.element.getObjectValue();
> }
>
> - Gabriel
>
>
> On Mon, Jan 25, 2010 at 10:18 AM, gabriel <[email protected]> wrote:
>
>> A. I've intermittently received the error "Element OBJECT is undefined
>> in LOCAL." on line 356 of ehCacheProvider.cfc. Considering that the
>> code right before it checks if "object" is in local, my current
>> speculation is that it has something to do with CF9's "local" scope
>> conflicting with "local" being declared there.
>>
>> It's happened twice in the past 48 hours and I am not able to
>> reproduce it. If it happens a third time at some point in the near
>> future, I'll change "local" in the discardElement() function to
>> another name and report back whether it went away.
>>
>> B. 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
>> \transfer\com\Transfer.cfc:106
>> \transfer\com\Transfer.cfc:812
>> \transfer\com\Transfer.cfc:552
>>
>> - 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

Reply via email to