Thanks for the info, I think it is an environment issue... as it is
working as expected on my local box and from another's windows
workstation. I'll check the path variable to see if that can help me
out.

On 10/17/06, Charlie Arehart <[EMAIL PROTECTED]> wrote:
You ask:

        "I thought by what you said that the clearing of the trusted cache
will only remove the cfm files and not the cfc's?"

Well, I don't think imply any difference in the handling of CFCs vs CFM
files regarding the trusted cache, but if that's how you read it, no there's
no difference.

That said, though it's certainly true that if the CFCs instances are stored
in shared variable scopes (session, application), then that would explain
them not being picked up.

Here's another possibility: the CFC may be being picked up from somewhere
other than where you expect. Recall that CFCs are called using an order of
searching which (I think) is the local directory, the web root, any mapped
(CF Admin mappings) directories, the customtags directory, and any added
custom tags directories. If it finds one earlier in that search order, that
would keep it seeing the one you may be changing. Just a thought.

Check the "path" variable returned in the structure when you call
getmetadata() against the CFC instance, to know for sure.

/charlie
http://www.carehart.org/blog/

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Tuesday, October 17, 2006 4:23 PM
To: discussion@acfug.org
Subject: Re: RE: RE: RE: [ACFUG Discuss] cf 7 bug?

Ok I gotcha, thanks Charlie. I'm not sure why this is happening to them. I
can ask about  a SVN issue but, I don't think that is what is going on.

My original question was concerning code not showing up on an existing
server after they use the admin api to clear the trusted cache. Ie:
they put new code into prod, clear the cache and only the cfm files are
reloaded not the cfc's. A co-worker tested this on his windows box and
therein might lie the problem. This site is running on Solaris in
production. I thought by what you said that the clearing of the trusted
cache will only remove the cfm files and not the cfc's? I will ask about the
class files being saved.

This isn't something they can really fiddle with in production since the 9
machine cluster is serving some serious traffic.

-Steven



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------






--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 928-484-4364


-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to