Unless the object is stored ina  sahred scope, each instantiation of the object will invoke a new instance.  If the object is stored in a shared scope, then just kill the variable that stores the object. 

Example:
StructDelete(session,"objectStorageVariable")

Teddy

On 10/12/06, Max Immelman <[EMAIL PROTECTED] > wrote:
I'm using DWMX that uses a bunch of cfc's. For the sake of debugging and
testing, can you programatically force a recompile? Or is there a way to
insure a recompile has taken place before you refresh the page? Thanks for
any help? _ max



----- Original Message -----
From: < [EMAIL PROTECTED]>
To: <discussion@acfug.org>
Sent: Thursday, October 12, 2006 3:19 PM
Subject: Re: [ACFUG Discuss] Resetting webservices


that would be it. thanks

Quoting [EMAIL PROTECTED]:

> Starting refresh of <cfoutput>#url.service#</cfoutput>
> <cfflush>
>
> <!--- Get "factory" --->
> <cfset fObj = CreateObject("JAVA", "coldfusion.server.ServiceFactory")>
> <!--- Get RPC service --->
> <cfset rpcService = fObj.getXmlRpcService()>
>
> <cfscript>
> rpcService.refreshWebService(url.service);
> </cfscript>
>
> Done.
>
>
> Shawn Gorrell
> Web Development Applications Architect
> Federal Reserve Bank - Atlanta
> Office (404)  498-8449
>
>
>
> [EMAIL PROTECTED]
> Sent by: [EMAIL PROTECTED]
> 10/12/2006 01:56 PM
> Please respond to
> discussion@acfug.org
>
>
> To
> discussion@acfug.org
> cc
>
> Subject
> [ACFUG Discuss] Resetting webservices
>
>
>
>
>
>
> I have a web service that is cached on the server(does not show up in
> cfadmin) and I need to reset it. I used to have a script that would do
> this but, unfortunatley don't have access to it. it would take the
> wsdl addy as the working arguement and reset it.
>
> thanks,
> John
>
>
>
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
>
>
>
>
>
>
>
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
>
>





-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=gin.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
-------------------------------------------------------------






-------------------------------------------------------------
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
-------------------------------------------------------------






--
<cf_payne />

Blog: http://cfpayne.wordpress.com/
Atlanta CFUG: http://www.acfug.org
-------------------------------------------------------------
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 FusionLink
-------------------------------------------------------------

Reply via email to