Hello all, We have an application that was created years ago for CF6 and uses some of the servicefactory methods for Verity. We have upgraded to CF8 recently and some of the code no longer works. A simple example of code that works on CF 6 but not on CF 8 is below--it just dumps the verity collections on the server:
<cfobject action="CREATE" type="JAVA" class="coldfusion.server.ServiceFactory" name="obj"> <cfdump var="#obj.getVerityService().getCollections()#"> In CF 8 I get the error: The getCollections method was not found. My question is, is this possible to do with CF 8? Do I just need to install the old servicefactory classes (if so, where are they located on the server)? Or is there some other way to do this with CF 8? Thanks in advance for your help! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:313005 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

