<reload>true</reload> <compile>true</compile> does not apply to CFCs at all
as Jared mentiond, show me the code! :) Check out the application.cfm file, possibly the CFC is stored in the application or session scope. DK On 5/23/05, Jared Rypka-Hauer - CMG, LLC <[EMAIL PROTECTED]> wrote: > > I don't suppose it would be possible to see some code? > > This sort of thing is hard to troubleshoot without some specifics... the > one > thing that comes to mind is this: > > Is it possible that you're editing a different copy of the file that's > actually executing? I've had this happen when I'm editing > /site/test/my.cfc > and trying to run /site/cfc/my.cfc... just a thought. > > You might try CFDUMPing the page context's getBuiltinScopes() results > (<cfdump var="#getPageContext().getBuiltinScopes()#" />) to see what's > going > on in the page. I'd also recommend something like a test.cfm that calls > the > CFC in question. Do something to provoke an error, maybe... like > temporarily > change the name of the CFC file, just to see what happens. It's entirely > possible that an error message like that would give you enough information > to figure out what's going on. > > Laterz, > J > > On 5/23/05, Tim McGovern <[EMAIL PROTECTED]> wrote: > > > > I am inheriting a project that uses CFC's and have essentially no > > experience with them. I am trying to make some edits to a particular > method > > (a new optional argument) with some new functionality if the argument > > exists. The next time I invoke the CFC with the new argument the new > > functionality does not execute. I've looked around to see if the CFC is > > being cached or if it has something to do with class reloading but I've > > rebooted the CF service and nothing seemed to change. > > > > I've also added: > > > > <reload>true</reload> > > <compile>true</compile> > > > > to jrun-web.xml but did not seem to solve my problem either. > > > > Any direction would be much appreciated. Thanks in advance. > > > > - Tim > > > > > > -- > --------------- > ------------------------------------- > Buy SQLSurveyor! > http://www.web-relevant.com/sqlsurveyor > Never make your developers open Enterprise Manager again. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207484 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

