If cfobject/createobject is turned off, then you probably can't upload your own java classes.
That reflection thing was a great tip I've never seen before in context of CFMX. Thanks! Sam At 12:31 PM 1/15/2003, you wrote: >The code I showed was how to use reflection to instantiate a new >instance of a Java class. The ServiceFactory is a static class, so the >same code won't work. The only way I have found to access the >ServiceFactory without using cfobject is to use Java. However, one could >certainly create a Java class to access the ServiceFactory and then call >that class using reflection. > >Matt Liotta >President & CEO >Montara Software, Inc. >http://www.montarasoftware.com/ >888-408-0900 x901 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

