On 11/8/05, Cliff Meyers <[EMAIL PROTECTED]> wrote: > There ought to be a way though to do it though, especially with the > advent of the CFCProxy in 7.01.
Bear in mind that that the CFCProxy can only be called from Java code executing in the same Servlet context as CFMX - in other words, not from a standalone Java app executed from the command-line. (At least, that's my understanding) So you'll still need something like curl to execute CF code via a web request (HTTP). Or, write an event gateway that can be triggered by ant to execute your CFC code inside CFMX. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
