Apologies! I found the issue. There is one case that was causing the error and that is because the webservice was being created as a local object rather than invoked as a CFC. And so the application.cfc of the webservices app was never being called.
Sorry for making the CFCDev post of the week so crappy - haha Baz On Mon, Apr 21, 2008 at 4:39 PM, Baz <[EMAIL PROTECTED]> wrote: > (second try) > > I have an application that is composed of only webservices - no UI - and > the application.cfc contains some code onApplicationStart() that sets a > SERVER variable that all the webservices depend on. When I boot up the app > and navigate to a page that dumps all my webservices (I lied there is 1 > secret interface) - everything runs fine. But when the application > times-out, and someone tries to invoke a webservice, an error occurs because > that SERVER variable is no longer available. > > Any ideas? > > Cheers, > Baz > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
