We had a problem with CFC web services that was intermittent and we solved that by placing the CFC's in their own web service directory and placing an Application.cfm file in that directory.
Basically the CFC web services when ran will look for an Application.cfm file and go up the directory structure until they find one to run. Create a new Application.cfm file in that directory that only has the CFC's and place this one line in it: <cfapplication name="cfcWebServices"/> Hope this helps, Ryan On 9/21/06, Cedric Mollet <[EMAIL PROTECTED]> wrote: > Thanks Ryan. > The webservices are cfc's. > > I've got them working on dev environment, cfmx 6.1 updater. > > The only difference right now between dev and prod environments is a couple > of extra hotfixes in production that I haven't yet put in place in dev. They > were in dev, but I've since done a complete reinstall. > > I don't think FusionReactor is the culprit, but the behavior I've been > seeing is pretty nutty. At this point, I'm looking at a complete reinstall > in production environment to further troubleshoot the issue. > > They are .class files in my directory, but I'm not running mx 7. > > Thanks > cedric > > > -----Original Message----- > From: Ryan Duckworth [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 21, 2006 2:38 PM > To: CF-Talk > Subject: Re: Fusion Reactor interfering with web services? > > Are these web services created by CFC's or not? > > Are you getting a compiler error like this? > coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler > > Can you post the stack trace of the error message that you get? > > Also, in your WS directories under "\CFusionMX7\stubs" are there .java files > or .class files? > > If there are .java files then there is a java compiler issue. > > Thanks, > Ryan > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253798 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

