I should mention, that clearing the template cache (via the cfadmin) appears
to resolve the problem. Note, I also manually deleted the cfclasses/ and
cfc-skeleton/ files before clicking 'clear template cache'. Not sure if I
*needed* that step.  So what, should I schedule the template cache to be
cleared every x number of hours in an attempt to avoid this problem?

At this point I think I might set up a task that runs every 5 mins, calls
the webservice and if the result contains the "duplicate class definition"
string/error, then programmatically clear the template cache (

createObject("component","cfide.adminapi.administrator").login("ohnoyoudont"
);
createObject("component","cfide.adminapi.runtime").clearTrustedCache();

*Would this even work to clear the template cache???*

). Its hella ugly, but its hack/patch..

Brook




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:339940
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to