Josh Trefethen wrote:
> Yep, I can access it with Updater 2. 

Any chance you can send me (offlist) a dump of the SecurityService from 
your CF MX install? I am seeing several entries on a machine with 
Updater 3 it that I don't remember from when I worked with it before, 
and which appear to control amongst others the runtimeservice and 
securityservice.

You would need to run the following code:

<cflock name="serviceFactory" type="exclusive" timeout="10">
   <cfscript>
     factory = CreateObject("java", "coldfusion.server.ServiceFactory");
     sec_service = factory.securityservice;
   </cfscript>
   <cfdump var="#sec_service#">
</cflock>

Jochem


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to