RE: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
: Wednesday, October 08, 2014 3:12 PM To: cf-talk Subject: Re: CF11 changes to Application.cfc - no mappings defined? Hmm, that is odd. It may very well be a bug. I don't know for sure if the location of where you define the application properties is restricted to the top of your Appli

Re: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Cameron Childress
On Wed, Oct 8, 2014 at 2:42 PM, Gaulin, Mark wrote: > We can successfully use the /cfc mapping outside of the top script block, > so I don't think it is reserved in that way. You are probably right but it may still be worth testing out, since the very root of your problem is that something in t

Re: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Dean Lawrence
ublic void function onApplicationStart() { > this.applicationManager.onApplicationStart(); > } > > public void function onRequestStart() { > application.applicationManager.onRequestStart(); > } > > > > > -----Original Message- > From: Dean Lawrence [m

RE: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
n the method, but doesn't know any mappings in the top script block.) Pretty weird... Thanks Mark -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Wednesday, October 08, 2014 2:33 PM To: cf-talk Subject: Re: CF11 changes to Application.cfc - no mappin

RE: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
} -Original Message- From: Dean Lawrence [mailto:dean...@gmail.com] Sent: Wednesday, October 08, 2014 2:13 PM To: cf-talk Subject: Re: CF11 changes to Application.cfc - no mappings defined? Mark, When you say global mappings, are you saying that you created a mapping in the Co

Re: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Cameron Childress
On Wed, Oct 8, 2014 at 1:58 PM, Gaulin, Mark wrote: > It appears that the CF mappings defined in CFIDE (such as "/cfc" -> root > dir for all of our CFC's) are not defined inside the block of code at the > top of Application.cfc I would also test this with a global mapping not called "cfc". Tha

Re: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Dean Lawrence
Mark, When you say global mappings, are you saying that you created a mapping in the ColdFusion admin? Also, can you maybe share some of your Application.cfc code for us to get a better idea as to what you are trying to accomplish? On Wed, Oct 8, 2014 at 1:58 PM, Gaulin, Mark wrote: > > Hi Fol

CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
Hi Folks Our single CF11 test server just highlighted a freaky difference between CF10 and CF11 that has us all puzzled. (We are running CF11 with the latest service pack.) It appears that the CF mappings defined in CFIDE (such as "/cfc" -> root dir for all of our CFC's) are not defined insid